@import "../../vars"; @import "../../mixins"; .about-history { padding-top: 147px; &__title { font-weight: 700; font-size: 48px; line-height: 100%; color: $vactiveOrange; max-width: 427px; width: 100%; margin-right: 20px; > span { display: block; font-weight: 500; font-size: 20px; line-height: 24px; color: #ABB2BF; margin-top: 16px; } } } .about-history-container { position: relative; display: flex; } .swiper-about-history { width: 880px; height: 160px; } .swiper-wrapper-about { width: 880px; height: 160px; } .swiper-slide-about-history { height: 100%; width: 100%; position: relative; } .slide-about-history-year { font-weight: 600; font-size: 24px; line-height: 28px; color: $vactiveOrange; display: inline-block; position: absolute; top: 50%; left: 0; } .slide-about-history-text { display: inline-block; max-width: 650px; margin-left: 200px; width: 100%; font-size: 16px; line-height: 22px; color: $vmainGrey; position: absolute; top: 35%; left: 0; } .swiper-button-next__about-history, .swiper-button-prev__about-history { position: absolute; } .swiper-button-prev__about-history { top: calc(68% + 54px) !important; left: 475px !important; width: 19px !important; height: 15px !important; } .swiper-button-next__about-history { top: calc(49% - 54px) !important; left: 475px !important; width: 19px !important; height: 15px !important; } .about-history-container [class^="swiper-button-"]::after { content: ""; }