@media screen and (max-width: 960px) {

    .header-logo {
        background-image: urL("../img/header-mobile-logo.svg");
        height: 50px;
        width: 160px;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .main-right {
        display: flex;
        align-items: center;
        min-width: 250px;
        margin-top: 0;
        padding: 20px;
        flex-direction: column;
    }

    .page-wrapper {
        max-width: 960px;
        padding: 20px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
    }

    .footer-content-container {
        max-width: 960px;
        padding: 20px;
        margin-top: 200px;
        margin: 0 auto;
    }

    .office-content-container {
        width: 100%;
        display: flex;
        gap: 20px;
        height: auto;
        flex-direction: column;
        align-items: center;
    }

    .testimonial-quote {
        font-size: small;
        line-height: 24px;
        font-style: italic;
        margin-bottom: 10px;
        color: #333;
        width: 60%;
        margin: 0 auto;
    }



    .mobile-formation-container {
        display: block;
    }

    .formation-container {
        display: none;
    }


    .pearl.darkorange {
        background-color: #EA4F0A;
    }



    .pearl.orange {
        background-color: orange;
    }

    .pearl.yellow {
        background-color: F9D70D;
    }

    .mobile-formation-step {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .container.welcome {
        display: flex;
        z-index: 11;
        flex-direction: column;
    }

    .header-top-container {
        width: 80%;
        margin: 0 auto;

        z-index: 11;
        display: flex;
        flex-direction: column;
        margin: 0px;
        top: 40px;
        align-items: center;
    }

    .logo-iffli {
        width: 100%;
        background-image: url(../img/iffli-logo.svg);
        margin: 0 auto;
        height: 190px;


        width: 100%;
        background-image: url(../img/iffli-logo.svg);
        margin: 0 auto;
        height: 190px;
        background-position: center;

    }

    .logo-slogan {
        font-weight: bold;
        text-align: center;
    }

    .buttons-container {
        margin-left: 0px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .header-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .location-header {
        font-size: 21px;
        font-weight: bold;
        height: 30px;
    }
}

@media screen and (max-width: 1260px) {

    .office-container {
        max-width: 300px;
    }

    .office-content-container {
        display: flex;
        justify-content: space-between;
    }
}