.sec-serv {
    height: auto !important;
}

.banner {

    background-color: #000000d4;
    height: 100vh;
    width: 100%;
    justify-items: center;
    text-align: inherit;
}

.banner div img {
    width: 38rem;
    position: relative;
    top: 10px;
}

.banner {
    background-color: #000000d4;
}

.back-services {
    background-image: url("../../img/Services3.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;

}

.back-sercofi2 {
    background-image: url("../../img/back_pink.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service-card {
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.service-card p {
    text-align: justify;
}

.icon-box {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.pink {
    color: #e91e63;
}

.bg-dark-card {
    background-color: #000000d4;
}

.bg-white-card {
    background-color: #fff;
    color: #000;
}

.icon-container {
    font-size: 5rem;
    align-content: center;
}

.dvServices-text {
    margin-top: 2rem !important;
    color: green;
    font-size: 1.3rem;
}

.justify-items-center {
    justify-items: center;
}

.img-fluid {
    max-width: 100%;
}

@media (max-width: 360px) {}

@media (max-width: 414px) {}

@media (max-width: 480px) {
    .banner img {
        width: 14rem;
    }

    .banner p {
        font-size: 1rem;
    }

    .icon-container {
        font-size: 2.5rem;
    }

    .service-card h5 {
        font-size: 1.1rem;
    }

    .service-card p {
        font-size: 0.95rem;
    }

    section {
        padding: 1rem;
    }
}

@media (max-width: 768px) {


    .banner h1 {
        font-size: 2.5rem;
    }

    .banner p {
        font-size: 1.2rem;
    }

    .banner img {
        width: 22rem;

    }

    .back-services {
        display: none;
    }
}

@media (max-width: 991px) {
    .back-services {
        display: none;
    }

    .img-fluid-center {
        text-align: center;
    }

    .dvServices-text {
        font-size: 1.6rem;
    }


}

@media (min-width: 992px) {

    .banner div img {
        right: -50px;
    }

    .img-fluid {
        width: 115%;
    }

    .dvServices-text {
        font-size: 0.8rem;
    }

}

@media (min-width: 1024px) {
    .dvServices-text {
        font-size: 1rem;
    }
}

@media (max-width: 1024px) {
    .banner img {
        width: 50%;
        top: 5px;
        right: 0;
    }

    .icon-container {
        font-size: 3rem;
    }


}

@media (max-width: 1366px) {}

@media (min-width: 1440px) {
    .banner img {
        width: 42rem;
    }

    .icon-container {
        font-size: 5.5rem;
    }
}