/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/
.header-page {
    position: fixed;
    background: var(--color-ffffff);
    z-index: 1000;
    width: 100%;
    padding-bottom: 20px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
}

.header-page .logo {
    margin-top: 35px;
}

.nav-menu ul {
    display: flex;
    align-items: center;
    margin: 0 -20px;
}

.nav-menu ul li {
    margin: 0 20px;
}

.nav-menu ul a {
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color-343434);
    letter-spacing: 0.8px;
    line-height: 24px;
    font-weight: 600;
    transition: var(--transition);
    padding-top: 46px;
    position: relative;
}

.nav-menu ul a:after {
    content: '';
    transition: var(--transition);
}

.nav-menu ul a:hover,
.nav-menu ul a.active {
    color: var(--color-f21616);
}

.nav-menu ul a.active:after {
    width: 15px;
    height: 22px;
    background: var(--color-f21616);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

/*--------------------------------------------------------------
SECTION BANNER
--------------------------------------------------------------*/
.section-banner {
    margin: 130px 0 50px;
    padding: 80px 0;
}

.section-banner.section-dots-top:before {
    z-index: 1;
}

.section-banner .banner-title {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    max-width: 570px;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.section-banner .banner-title > div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 65px;
    width: 100%;
}

.section-banner .banner-title div > img {
    max-width: 100px;
    transform: scaleX(-1);
}

.section-banner .banner-title h1,
.section-progress h2 {
    font-size: 75px;
    line-height: 75px;
    color: var(--color-1c333e);
    font-weight: 700;
}

.section-banner .banner-title h1 span,
.section-progress h2 span {
    font-size: 45px;
    color: var(--color-f21616);
    font-weight: 600;
}

.section-banner .banner-title h1 + img {
    margin-top: 30px;
}

.section-banner .banner-image + img {
    position: absolute;
    top: 0;
    right: 5%;
}

/*--------------------------------------------------------------
ARTICLE
--------------------------------------------------------------*/
.main-page.article {
    margin-top: 100px;
}

.main-page.article .fluid-container {
    align-items: center;
}

.main-page.article ul {
    margin-top: 15px;
}

.main-page.article ul li {
    position: relative;
}

.main-page.article ul li:not(:first-child) {
    margin-top: 10px;
}

.main-page.article ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: var(--color-f21616);
    border-radius: 2px;
    display: inline-block;
    margin-top: 5px;
    position: absolute;
}

.main-page.article ul li span {
    line-height: 24px;
    position: relative;
    padding-left: 25px;
}


/*--------------------------------------------------------------
SECTION STAGE
--------------------------------------------------------------*/
.section-stage {
    align-items: flex-start;
    padding-bottom: 70px;
}

.section-stage img {
    max-width: 640px;
}

.section-stage .stage-content {
    text-align: center;
    width: 100%;
    margin-top: -70px;
}

.section-stage .stage-content h2,
.section-synergy h2 {
    font-size: 65px;
    line-height: 60px;
    color: var(--color-f21616);
    font-weight: 700;
}

.section-stage .stage-content h2 span,
.section-synergy h2 span {
    font-size: 40px;
    color: var(--color-1c333e);
    font-weight: 600;
}

.section-stage .stage-content .stage-box {
    background: var(--color-efefef);
    width: 100%;
    padding: 40px;
    margin-top: 60px;
    text-align: left;
    position: relative;
}

.section-stage .stage-content .stage-box > * {
    font-size: 24px;
    line-height: 42px;
    max-width: 85%;
    font-weight: 300;
}

.section-stage .stage-content .stage-box strong {
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
}

.section-stage .stage-content .stage-box b {
    font-weight: 600;
}

.section-stage .stage-content .stage-box p:nth-child(3),
.section-history p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}

.section-stage .stage-content .stage-box img {
    position: absolute;
    left: -70px;
    bottom: -5%;
}

/*--------------------------------------------------------------
SECTION SYNERGY
--------------------------------------------------------------*/
.section-synergy {
    background: var(--color-efefef);
    padding: 60px;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.section-synergy .synergy-title {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 70px;
    text-align: center;
}

.section-synergy .synergy-content.fluid-container {
    padding: 0;
}

.section-synergy .synergy-content ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
}

.section-synergy .synergy-content li {
    padding: 40px 0;
    height: 100%;
}

.section-synergy .synergy-content li:nth-child(2) {
    border-right: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    width: 35%;
}

.section-synergy .synergy-content li div {
    max-width: 280px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}

.section-synergy .synergy-content li strong {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-1c333e);
}

.section-synergy:not(.section-changes) .synergy-content li strong:after {
    content: '';
    width: 106px;
    height: 6px;
    background: var(--color-f21616);
    display: block;
    margin: 10px auto 20px;
}

.section-synergy .synergy-content li span {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.section-synergy .synergy-content + img {
    position: absolute;
    bottom: -8%;
    right: 6%;
    max-width: 60px;
}

/*--------------------------------------------------------------
SECTION PROCESS
--------------------------------------------------------------*/
.section-progress {
    padding: 50px 0 80px;
}

.section-progress .fluid-container {
    align-items: flex-end;
}

.section-progress.section-dots-top:before {
    left: 0;
    right: auto;
}

.section-progress h2 {
    color: var(--color-f21616);
    max-width: 500px;
    line-height: 43px;
    margin-bottom: 40px;
}

.section-progress h2 span {
    color: var(--color-1c333e);
    display: block;
    margin-top: 30px;
}

.section-progress img {
    max-width: 50%;
}

/*--------------------------------------------------------------
SECTION CHANGES
--------------------------------------------------------------*/
.section-changes .synergy-content li {
    padding: 10px 0;
    width: 50% !important;
    border-right: 0 !important;
}

.section-changes .synergy-content li div {
    max-width: 350px;
}

.section-changes .synergy-content li img {
    max-width: 60px;
    margin-bottom: 25px;
}

.section-changes .synergy-content li:nth-child(2) img {
    max-width: 46px;
}

.section-changes .synergy-content li strong {
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
SECTION CHANGING
--------------------------------------------------------------*/
.section-changing {
    background: var(--color-ffffff);
    z-index: 0;
}

.section-changing .synergy-content ul {
    justify-content: center;
}

.section-changing .synergy-content li {
    width: 50%;
}

.section-changing .synergy-content li:nth-child(2) {
    border-right: none;
    width: 50%;
}

.section-changing .synergy-content li hr {
    border: none;
    height: 1px;
    width: 90%;
    background-color: #DEDEDE;
    margin: 10px 0;
    display: block;
}

/*--------------------------------------------------------------
SECTION BANNER ABOUT
--------------------------------------------------------------*/
.section-banner-about {
    position: relative;
    z-index: 10;
}

.section-banner-about img.squares-2 {
    position: absolute;
    top: -14.4%;
    right: 4%;
}

.section-banner-about img.squares {
    position: absolute;
    bottom: -10%;
    left: 0;
    max-width: 80px;
}

/*--------------------------------------------------------------
SECTION HISTORY
--------------------------------------------------------------*/
.section-history {
    padding: 100px 0;
    background: var(--color-ffffff);
    overflow: hidden;
}

.section-history .fluid-container {
    align-items: flex-end;
}

.section-history .fluid-container div:not([class*='splide']):not(.link):not(.leaves) {
    max-width: 630px;
    flex-shrink: 0;
    margin-right: 15px;
    height: 100%;
}

.section-history .fluid-container div:not([class*='splide']) p span {
    color: var(--color-f21616);
    font-weight: 600;
}

.section-history .fluid-container div:not([class*='splide']) + img {
    max-height: 450px;
}

.section-history .fluid-container img + div {
    position: absolute;
    top: 7%;
    right: 30%;
    max-width: 100px;
}

/*--------------------------------------------------------------
SECTION TIMELINE
--------------------------------------------------------------*/
.section-timeline {
    flex-direction: column;
}

.section-timeline.section-dots-bottom:after {
    bottom: 45%;
    left: -20%;
}

.section-timeline .timeline-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
}

.section-timeline .timeline-content ul {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    padding: 0 5px;
    z-index: 1;
}

.section-timeline .timeline-content ul li {
    width: 22px;
    height: 140px;
    background: var(--color-f21616);
    margin-bottom: 10px;
    position: relative;
}

.section-timeline .timeline-content ul li:first-child {
    height: 200px;
    background: var(--color-efefef);
}

.section-timeline .timeline-content ul li:nth-child(6) {
    height: 41px;
}

.section-timeline .timeline-content ul li:nth-child(7),
.section-timeline .timeline-content ul li:nth-child(8),
.section-timeline .timeline-content ul li:nth-child(9),
.section-timeline .timeline-content ul li:nth-child(10) {
    height: 85px;
}

.section-timeline .timeline-content ul li > div {
    position: absolute;
    top: -21px;
    display: flex;
    align-items: flex-start;
}

.section-timeline .timeline-content ul li > div.left {
    right: 0;
}

.section-timeline .timeline-content ul li > div.left img {
    transform: scaleX(-1);
}

.section-timeline .timeline-content ul li img {
    max-width: none;
}

.section-timeline .timeline-content ul li > div > div {
    width: 300px;
    margin-left: 20px;
    margin-top: 7px;
    text-align: left;
}

.section-timeline .timeline-content ul li > div.left > div {
    margin-right: 20px;
    margin-left: 0;
    text-align: right;
}

.section-timeline .timeline-content ul li b {
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}

.section-timeline .timeline-content ul li span {
    font-size: 16px;
    font-weight: 300;
    display: inline;
    background: #fff;
}

.section-timeline .timeline-content > img.info {
    position: absolute;
    bottom: 4%;
    right: 2%;
    max-width: 350px;
}

.section-timeline .timeline-content > img.squares {
    position: absolute;
    top: 25%;
    right: 5%;
}

.section-timeline .timeline-logos {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 120px 0;
}

.section-timeline .timeline-logos img {
    margin: 0 30px;
    max-width: 13px;
}

/*--------------------------------------------------------------
SECTION VALUES
--------------------------------------------------------------*/
.section-values {
    z-index: 11;
}

.section-values,
.section-news {
    background: var(--color-efefef);
}

.section-values.section-dots-bottom:after {
    bottom: -50%;
    left: -20%;
}

.section-values .fluid-container {
    align-items: flex-start;
}

.section-values h2 {
    line-height: 45px;
}

.section-values span {
    display: block;
    max-width: 300px;
    margin-bottom: 20px;
}

.section-values p {
    max-width: 500px;
}

.section-values .fluid-container div + img {
    max-height: 420px !important;
}

.section-values .squares {
    position: absolute;
    bottom: -8%;
    right: 5%;
}

/*--------------------------------------------------------------
SECTION OUR VALUES
--------------------------------------------------------------*/
.section-our-values {
    z-index: 10;
}

.section-our-values.section-dots-bottom:after {
    left: -20%;
    bottom: -13%;
}

.section-our-values.section-dots-bottom:before {
    right: -20%;
}

.section-our-values .our-values-content ul {
    flex-wrap: wrap;
}

.section-our-values .our-values-content ul li {
    height: auto;
    padding-bottom: 60px;
}

.section-our-values .our-values-content ul li:nth-child(even) {
    border-left: 1px solid #DEDEDE;
}

.section-our-values .our-values-content ul li:first-child,
.section-our-values .our-values-content ul li:nth-child(2) {
    border-bottom: 1px solid #DEDEDE;
}

.section-our-values .our-values-content ul li:last-child,
.section-our-values .our-values-content ul li:nth-child(3) {
    padding-top: 60px;
}

.section-our-values .our-values-content ul li:nth-child(2) img {
    max-width: 70px;
}

.section-our-values .squares {
    bottom: -4% !important;
    left: 5%;
}

/*--------------------------------------------------------------
SECTION NEWS
--------------------------------------------------------------*/
.section-news .fluid-container {
    flex-direction: column;
    align-items: center;
}

.section-news .splide {
    width: 100%;
}

.section-news .splide-news-arrow {
    background: transparent;
}

.section-news .splide-news-arrow img {
    width: 40px;
}

.section-news .splide-news-arrow.splide__arrow--prev {
    rotate: 180deg;
}

.section-news .splide li > div {
    max-width: 725px;
    width: 100%;
    padding: 50px;
    background: var(--color-ffffff);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.section-news .splide li > div strong {
    font-size: 20px;
    font-weight: 600;
    color: var(--color-1c333e);
}

.section-news .splide li > div span {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    display: block;
    margin: 30px 0;
}

.section-news .splide li > div > div {
    display: flex;
    justify-content: right;
    width: 100%;
}

.section-news .splide li > div > div a {
    font-weight: 600;
    color: var(--color-f21616);
}

.section-news .splide li > div > div a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
SECTION FUTURE
--------------------------------------------------------------*/
.section-future .fluid-container {
    flex-direction: column;
}

.section-future .future-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-future .future-content img {
    max-height: 400px;
}

/*--------------------------------------------------------------
SECTION FAQ
--------------------------------------------------------------*/
.section-faq {
    max-width: 95%;
    margin: 0 auto;
}

.section-faq.section-dots-bottom:after {
    left: -22%;
    bottom: -10%;
}

.section-faq .fluid-container {
    flex-direction: column;
    overflow: hidden;
    padding-bottom: 40px;
}

.section-faq .faq-tabs {
    display: flex;
    align-items: flex-start;
}

.section-faq .faq-tabs li {
    cursor: pointer;
    transition: var(--transition);
    border: 1px solid #DDDDDD;
}

.section-faq .faq-tabs li:last-child {
    border-left: none;
}

.section-faq .faq-tabs li.active,
.section-faq .faq-tabs li:hover {
    background: #FCFCFC;
}

.section-faq .faq-tabs li div {
    padding: 15px 30px;
}

.section-faq .faq-content {
    background: var(--color-efefef);
    padding: 30px 0;
}

.section-faq .faq-tabs-content {
    margin-top: 30px;
    display: none;
}

.section-faq .faq-tabs-content.show {
    display: block;
}

.section-faq .faq-tabs-content > div {
    border: 1px solid #DDDDDD;
    padding: 19px 25px 15px 25px;
    display: flex;
    align-items: flex-start;
}

.section-faq .faq-tabs-content > div:not(:last-child) {
    margin-bottom: 20px;
}

.section-faq .faq-tabs-content > div img {
    max-height: 13px;
    margin-right: 15px;
}

.section-faq .faq-tabs-content .tab-item.collapse img {
    rotate: 90deg;
}

.section-faq .faq-tabs-content > div img + div {
    margin-top: -5px;
}

.section-faq .faq-tabs-content > div img + div strong {
    font-weight: 600;
    font-size: 17px;
    cursor: pointer;
}

.section-faq .faq-tabs-content > div img + div span {
    display: none;
    margin-top: 10px;
}

.section-faq .faq-tabs-content > div.collapse span {
    display: block;
}

/*--------------------------------------------------------------
FOOTER
--------------------------------------------------------------*/
.footer-page {
    width: 100%;
    background: #D80C34;
    padding: 80px 0 30px;
}

.footer-page .fluid-container {
    max-width: 1200px;
    flex-direction: column;
}

.footer-page .fluid-container > div.footer-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-page strong,
.footer-page a {
    color: var(--color-ffffff);
}

.footer-page strong {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.footer-page li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-page a {
    font-size: 13px;
}

.footer-page a:hover {
    text-decoration: underline;
}

.footer-page .fluid-container > div.footer-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.footer-page .fluid-container > div.footer-socials a:last-child {
    margin-left: 30px;
}

/*--------------------------------------------------------------
INFO
--------------------------------------------------------------*/
.info {
    background: var(--color-ffffff);
    padding: 15px 0;
}

.info .fluid-container {
    justify-content: center;
}

.info span {
    font-size: 12px;
}

/*--------------------------------------------------------------
MEDIA QUERIES
--------------------------------------------------------------*/
@media screen and (max-width: 1366px) {
    .section-stage .stage-content .stage-box > * {
        max-width: 100%;
        font-size: 18px;
        line-height: 32px;
    }

    .section-future .future-content img {
        max-height: 300px;
    }

    .section-news .splide li > div {
        padding: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .section-banner {
        margin-bottom: 0;
        padding-bottom: 40px;
    }

    .section-stage img,
    .section-history .fluid-container div:not([class*='splide']) + img {
        display: none;
    }

    .section-stage .stage-content {
        margin-top: 0;
    }

    .section-stage .stage-content .stage-box {
        padding: 20px;
        margin-top: 30px;
    }

    .section-synergy:not(.section-faq) {
        padding: 30px;
    }

    .section-synergy.section-history:not(.section-values) {
        padding: 30px 0 !important;
    }

    .section-history .fluid-container div:not([class*='splide']):not(.link) {
        flex-shrink: inherit !important;
    }

    .section-history .fluid-container img + div {
        top: 10px;
        right: 20px;
    }

    .section-history .fluid-container img + div img {
        max-width: 70px;
    }

    .section-timeline .timeline-logos {
        padding: 30px 0;
    }

    .section-faq {
        padding: 0;
    }

    .section-timeline .timeline-content > img.info {
        display: none;
    }

    .section-faq {
        margin-bottom: 30px;
    }

    .main-page.article {
        margin-top: 150px;
    }
}

@media screen and (max-width: 1024px) {
    .logo svg {
        max-width: 165px;
    }

    .nav-menu ul {
        margin: 0 -10px;
    }

    .nav-menu ul li {
        margin: 0 10px;
    }

    .nav-menu ul a {
        font-size: 13px;
    }

    .section-banner.section-dots-top:before {
        right: -20%;
    }

    .section-banner .banner-title {
        max-width: 450px;
    }

    .section-banner .banner-title h1,
    .section-progress h2 {
        font-size: 70px;
    }

    .section-banner .banner-title h1 span,
    .section-progress h2 span,
    .section-stage .stage-content h2 span,
    .section-synergy h2 span {
        font-size: 32px;
    }

    .section-banner .banner-title > div {
        padding-right: 0;
    }

    .section-stage .stage-content h2,
    .section-synergy h2 {
        font-size: 40px;
        line-height: 45px;
    }

    .synergy-content ul {
        flex-direction: column;
        align-items: center !important;
    }

    .section-synergy .synergy-content li,
    .section-our-values .our-values-content ul li:last-child,
    .section-our-values .our-values-content ul li:nth-child(3) {
        padding: 0;
    }

    .synergy-content ul li:nth-child(2) {
        border: 0 !important;
        padding: 40px 0;
        width: auto !important;
    }

    .section-our-values .our-values-content ul li:not(:last-child) {
        padding-top: 0 !important;
        padding-bottom: 30px !important;
    }

    .section-our-values .our-values-content ul li:nth-child(even),
    .section-our-values .our-values-content ul li:first-child,
    .section-our-values .our-values-content ul li:nth-child(2) {
        border: 0 !important;
    }

    .section-changing .synergy-content li {
        width: 100%;
    }

    .section-synergy .synergy-title {
        margin-bottom: 30px;
    }

    .section-progress .fluid-container {
        flex-direction: column;
        align-items: center;
    }

    .section-progress .fluid-container h2 {
        text-align: center;
    }

    .section-synergy .synergy-content + img,
    .section-values .squares,
    img[class*='squares'] {
        display: none;
    }

    .section-news .splide li > div {
        padding: 25px;
    }

    .section-faq .faq-tabs-content > div img + div strong {
        font-size: 15px;
    }

    .section-faq .faq-tabs-content > div img + div span {
        font-size: 14px;
    }

    .section-faq .faq-tabs li div {
        padding: 10px 20px;
    }

    .section-faq .faq-tabs li div strong {
        font-size: 14px;
    }

    .section-faq .faq-content {
        padding-bottom: 0;
    }

    .section-timeline .timeline-content ul li > div > div {
        width: 150px;
    }

    .section-timeline .timeline-content ul li > div {
        flex-direction: column;
    }

    .section-timeline .timeline-content ul li > div > div {
        margin-left: 60px;
    }

    .section-timeline .timeline-content ul li > div.left > div {
        margin-right: 60px;
    }

    .section-timeline .timeline-content ul li span {
        font-size: 13px;
        margin-top: 8px;
    }

    .section-timeline .timeline-content ul li b {
        font-size: 16px;
    }

    .section-future .future-content {
        flex-direction: column;
    }

    .section-future .future-content img {
        max-height: 100%;
    }

    .section-future .future-content img:last-child {
        margin-top: 50px;
    }

    .section-stage .stage-content .stage-box p:nth-child(3),
    .section-history p {
        margin-top: 20px;
    }

    .section-stage .stage-content .stage-box p:nth-child(3), .section-history p {
        font-size: 14px;
    }

    .section-history .fluid-container div:not([class*='splide']):not(.link):not(.leaves) {
        max-width: 100%;
    }

    .section-news .splide li > div strong {
        font-size: 17px;
    }

    .section-news .splide li > div span,
    .section-news .splide li > div > div a {
        font-size: 14px;
    }

    .section-news .splide li > div span {
        margin: 20px 0;
    }

    .section-faq .faq-tabs-content {
        margin-top: 20px;
    }
}

@media screen and (max-width: 800px) {
    .header-page {
        position: relative;
        padding-bottom: 0;
        box-shadow: none;
    }

    .header-page .nav-menu {
        display: none;
    }

    .section-banner {
        margin: 25px 0 50px;
    }

    .main-page.article {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .section-banner .banner-title h1,
    .section-progress h2 {
        font-size: 55px;
    }

    .section-banner .banner-title h1 span,
    .section-progress h2 span {
        font-size: 30px;
    }

    .section-progress img {
        max-width: 100%;
    }

    .footer-page {
        padding-top: 40px;
    }

    .footer-page .fluid-container > div.footer-menu {
        flex-direction: column;
    }

    .footer-page .fluid-container > div.footer-menu > div:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer-page li:not(:last-child) {
        margin-bottom: 5px;
    }

    .footer-page .fluid-container > div.footer-socials {
        margin-top: 40px;
    }

    .section-faq .faq-tabs-content > div {
        padding: 19px 20px 15px 20px;
    }

    .section-timeline .timeline-logos img {
        margin: 0 10px;
        max-width: 10px;
    }

    .section-timeline .timeline-content ul li:first-child {
        height: 120px;
    }

    .section-banner .banner-title div > img {
        max-width: 70px;
    }

    .section-timeline .timeline-content ul li {
        height: 160px;
    }

    .section-timeline .timeline-content ul li > div > div {
        width: 125px;
    }

    .section-changes .synergy-content li {
        width: 100% !important;
    }

    .section-changes .synergy-content li div {
        max-width: 100%;
    }
}
