.banner-services{
    background-color: transparent !important;
}
.banner-services .overlay {
    background: linear-gradient(180deg, #233575, #3450BB);
}
.banner-services .banner-layers {
    max-width: 1350px;
}
.banner-services .banner-bg {
    border-radius: 50px;
    margin: 0 30px !important;
}
.banner-services h1{
    text-transform: uppercase;
}

.section1-services h2{
    color: var(--blue);
    text-transform: uppercase;
}
.section1-services h2 span{
    color: var(--green);
}
.section1-services h3{
    font-size: 20px;
    color: var(--blue) !important;
    text-transform: uppercase;
    text-shadow: unset;
}
.section1-services .box-text,
.section1-services .box-text-inner{
    text-shadow: unset;
}
.section1-services .box{
    border: 1px solid #dddbdb;
    border-radius: 12px;
}
.section1-services .box-image{
    border-radius: 12px;
}
.section1-services .box-image,
.section1-services .box-bounce:hover .box-image{
    transform: unset;
}

/* RESPONSIVE */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .banner-services .text-box {
        left: 8%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-services .text-box {
        left: 8%;
    }
    .banner-services .banner-layers {
        overflow: hidden;
    }
    .banner-services .banner-bg {
        margin: 0 15px !important;
    }
    .section1-services h3 {
        font-size: 18px !important;
    }
    .section1-services .image-cover{
        padding-top: 200px !important;
    }
}