.timeline-row{display:flex;flex-direction:row;gap:0;width:100%}.timeline-row:nth-child(odd){justify-content:flex-start}.timeline-row:nth-child(2n){justify-content:flex-end}.timeline-row:nth-child(2n) .card-left,.timeline-row:nth-child(odd) .card-right{display:none}.timeline-row .card{display:flex;gap:20px;width:48%}.timeline-row .card .icon-area{align-items:center;border-radius:32px;display:block;display:flex;height:48px;justify-content:center;max-width:48px;min-width:48px}.timeline-row .card .icon-area .icon{display:block;max-width:24px;min-width:24px}.timeline-row .card .icon-area .icon svg{display:block}.timeline-row .card p{margin:0;padding:0}.timeline-row .card-right{justify-self:right}.timeline-row .center{align-items:center;display:flex;justify-content:center;position:relative;width:4%}.timeline-row .center .point{border-radius:9px;display:block;height:9px;width:9px;z-index:1}.timeline-row .center-line{height:100%;left:0;position:absolute;top:0;width:50%}.timeline-row:first-child .center-line{bottom:0;height:75%;top:auto}.timeline-row:last-child .center-line{height:75%}@media (max-width:800px){.timeline-row .card-left,.timeline-row:nth-child(2n) .card-left{display:flex}.timeline-row .card-right,.timeline-row .center{display:none}.timeline-row .card{margin-bottom:15px;width:100%}}