.banner-executors{
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.banner-executors .inner-volunteer{
    color: white;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
}

.banner-executors .inner-content{
    max-width: 50%;
}

.banner-executors .inner-content *{
    font-weight:700;
}

.banner-executors .inner-content p{
    font-weight: normal;
    font-size: 16px;
}

.banner-executors .inner-content h3{
    max-width: 100%;
    margin-bottom: 25px
}

.banner-executors .inner-content strong{
    background-color: var(--senary-color);
    padding: 0 10px;
}

.banner-executors .conecta-button{
    margin-top: 35px;
}

.banner-executors .float__img-first{
    position: absolute;
    bottom: 0px;
    left: 40%;
    top: inherit;
    transform: translateY(50%);
}

.banner-executors .float__img-first img{
    max-width: 150px;
    width:150px;
}

.banner-executors .float__img-second{
    position: absolute;
    top: 80px;
    left: inherit;
    right: 0;
    transform: translateX(30%);
}

.banner-executors .float__img-second img{
    max-width: 130px;
    width: 130px;
}

@media screen and (max-width: 767px){
    .banner-executors{
        padding: 100px 0 56px 0;
        background-position: top;
    }
    
    .banner-executors .inner-content {
        max-width: 100%;
    }

    .banner-executors .inner-content h3{
        max-width: 100%
    }

    .banner-executors .float__img-first {
        position: relative;
        top: 25px;
        left: 0;
        transform: translateX(-10%);
    }

    .banner-executors .float__img-second {
        position: relative;
        bottom: inherit;
        left: 100%;
        transform: translateX(-66px);
        top: 40px;
    }
    .banner-executors .float__img-first img,
    .banner-executors .float__img-second img{
        max-width: 90px;
    }
}