/* head third */

.--head-background-third {
    background-image: url("../imgs/background/bg-third.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;

    .d-flex {
        flex: 1 0 10%;
    }

    .--our-platform-des {
        width: 60%;
    }

    .--our-platform-zone {
        margin-top: 3%;
    }
}

@media (max-width: 991px) {
    .--head-background-third {
        .--our-platform-des {
            width: 100%;
        }

        .--our-platform-zone {
            margin-top: 5%;
        }
    }
}

@media (max-width: 575px) {
    .--head-background-third {
        background-image: none;
    }
}
