.clientsBannerModule {
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 30rem;
    margin: 0;
}

.clientsBannerModule__image {
    height: 34rem;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.clientsBannerModule .clientsBannerModule-description {
    margin: 0;
    font-size: 1rem;
}

    .clientsBannerModule .clientsBannerModule-title {
        font-size: 2rem;
        color: var(--color-white);
        font-family: var(--font-sancoale-medium);
    }

    .clientsBannerModule .clientsBannerModule-image img {
        object-fit: contain;
        width: 8rem;
    }

    .clientsBannerModule .tns-controls {
        display: flex;
        gap: 2rem;
        justify-content: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -7rem;
        z-index: 9;
    }

    .clientsBannerModule .clientsBannerModule-divImage {
        padding: 20px;
        background-color: var(--color-white);
        box-shadow: 0px 3.96989px 18.857px rgb(0 0 0 / 25%);
        border-radius: 17.8645px;
        border: solid 1px #FFF;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 10rem;
        height: 7rem;
    }

@media (min-width:768px) {

    .clientsBannerModule .clientsBannerModule-title {
        font-size: 3rem;
    }
}

@media (min-width:992px) {
    .clientsBannerModule .clientsBannerModule-divImage {
        width: 15rem;
        height: 8rem;
    }

    .clientsBannerModule .tns-controls {
        bottom: -8rem;
    }

    .clientsBannerModule .clientsBannerModule-image img {
        width: 10rem;
    }
}
