/* head second */
.--head-background-second {
    margin-top: 10%;
    margin-bottom: 35%;
    position: relative;

    .--img {
        width: 65%;
        position: absolute;
        top: 0;
        left: 10%;
    }
}

.--dp-count {
    font-weight: 500;
}

@media (max-width: 991px) {
    .--head-background-second {
        margin-top: 15%;
        margin-bottom: 15%;
        position: relative;

        .--img {
            width: 50%;
            top: -8%;
            left: 45%;
        }
    }
}

@media (max-width: 767px) {
    .--head-background-second {
        margin-top: 15%;

        .--img {
            width: 50%;
            top: 0%;
            left: 45%;
        }
    }
}

@media (max-width: 575px) {
    .--head-background-second {
        margin-top: 25%;

        .--img {
            width: 100%;
            position: relative;
            top: 0;
            left: 0;

            margin-bottom: 5%;
        }
    }
}
