@media screen and (max-width: 960px) {
    .message .content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .message .content h2 {
        font-size: 20px !important;
    }

    .about-us .content {
        flex-direction: column;
    }

    .about-us .text h2 {
        font-size: 20px;
    }

    .company-values .content {
        flex-direction: column;
        align-items: center;
    }

    .company-values .content div img {
        margin-bottom: 15px;
    }

    .our-trajectory .content h2 {
        font-size: 20px !important;
        margin-bottom: 20px;
    }

    .trajectory-list-item {
        flex-direction: column-reverse;
    }

    .trajectory-list-item .number {
        position: unset;
        margin-right: 0;
    }

    .trajectory-list-item .number::after {
        width: 100%;
        left: 0;
        right: 0;
        top: inherit;
        bottom: 19px;
        transform: none;
        z-index: -1;
    }

    .trajectory-list-item .dot {
        display: none;
    }

    .trajectory-list-item-content {
        flex-direction: column;
        text-align: center;
        margin-left: 0;
    }

    .trajectory-list-item-content::before {
        display: none;
    }

    .trajectory-list-item-content h3 {
        font-size: 18px;
    }

    .our-services .content h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .services-list {
        flex-direction: column;
    }

    .services-list .service {
        width: 100%;
    }

    .service-details .content {
        flex-direction: column;
    }

    .service-details:nth-of-type(2n) .content {
        flex-direction: column-reverse;
    }

    .service-details .content h2 {
        font-size: 18px;
    }

    .our-principal-suppliers .content h2 {
        font-size: 20px;
        margin-bottom: 20px;
        width: inherit;
    }

    .contact .content h2 {
        font-size: 20px;
        margin-bottom: 20px;
        width: inherit;
    }
    
    .contact .columns {
        flex-direction: column;
        gap: 20px;
    }

    .contact .columns .form h3 {
        font-size: 18px;
    }

    .contact-infos {
        gap: 15px;
    }

    .contact-info p, .contact-info b {
        width: 100%;
        font-size: 12px;
        word-break: break-word;
    }
}