.history{width:100%}.history .inner-history{width:100%;max-width:1300px;padding:60px 50px;margin:auto}.history .card{display:flex;width:100%;padding:20px 0;position:relative}.history .card::after{content:"";width:.9px;height:100%;background-color:var(--time-line-color);position:absolute;left:50%;top:0}.history .card:last-child{padding-bottom:200px}.history .card.align-text-left{flex-direction:row-reverse}.history .card.align-text-right{flex-direction:row}.history .card .image{width:50%;height:100%;padding-top:30px;padding-bottom:0}.history .card.align-text-left .image{padding-right:0;padding-left:50px}.history .card.align-text-left .text-container,.history .card.align-text-right .image{padding-right:50px;padding-left:0}.history .card .image img{width:100%;height:100%;max-height:350px;object-fit:contain;object-position:right}.history .card .image.rounded-borders img{border-radius:var(--rounded-borders)}.history .card .image.square-borders img{border-radius:var(--square-borders)}.history .card .text-container{display:flex;flex-direction:column;width:50%;gap:10px;padding-top:30px;padding-bottom:0}.history .card.align-text-right .text-container{padding-right:0;padding-left:50px}.history .card .text-container .year{font-size:50px;line-height:65px;font-weight:700}.history .card .text-container .title{font-size:26px;line-height:36px;font-weight:500}.history .card .text-container .text{font-size:14px;line-height:20px}@media (max-width:767px){.history .inner-history{padding-left:20px;padding-right:20px}.history .card::after{display:none}.history .card:last-child{padding-bottom:20px}.history .card .image,.history .card .text-container{width:100%;padding-left:unset;padding-right:unset}.history .card,.history .card.align-text-left,.history .card.align-text-right{flex-direction:column}.history .card .image img{max-height:450px}}