.banner-section{

}

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

.banner-section .inner-content{
    max-width: 50%;
    flex-direction: column;
    align-items: flex-start;
}

.banner-section .once-repeated{
    display: flex;
    justify-content: flex-end;
    padding: 90px 30px;
}

.banner-section .once-repeated > div[class*="col-md"]:first-child{
    max-width: 50%;
}

.banner-section .once-repeated .inner-content{
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    /*gap: 25px;*/
}
.banner-section .twice-repeated{
    padding: 100px 30px;
}

.banner-section .twice-repeated .inner-content{
    max-width: 100%;
}

.banner-section .inner-content *{
    font-weight:700;
}
.banner-section .inner-content p{
    font-weight: normal;
}
.banner-section .inner-content h3{
    margin-bottom: 25px;
}

.banner-section .inner-content h3 + h5{
    margin-bottom: 0;
}

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

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

.banner-section .banner-inner_content{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.banner-section .float__img-first {
    position: absolute;
    top: 100px;
    left: 25px;
}

.banner-section .float__img-first img{
    max-width: 100px;
}

.banner-section  .float__img-second{
    position: absolute;
    bottom: 0;
    left: 30%;
    transform: translateY(30%);
}

.banner-section .float__img-second img{
    max-width: 110px;
    width: 110px;
}

.banner-section .float__img-third{
    position: absolute;
    bottom: 90px;
    left: inherit;
    right: -10px;
}

.img-left-absolute img{
    position:absolute;
    top: 25px;
}

@media screen and (max-width: 767px){
    .banner-section{
        padding: 15px 0 56px 0;
    }
    .banner-section > .container:first-child{
        padding: 0;
    }
    .banner-section .banner-inner_content{
        border-radius: 0;
    }
    .banner-section .inner-content {
        max-width: 100%;
    }

    .banner-section .once-repeated {
        justify-content: center;
    }

    .banner-section .once-repeated > div[class*="col-md"]:first-child {
        max-width: 100%;
        padding: 0 30px;
    }
    .banner-section .once-repeated .inner-content {
        gap: 15px;
        align-items: center;
    }
    .banner-section .float__img-first {
        position: relative;
        top: 0;
        left: 15px;
    }

    .banner-section .float__img-second {
        position: relative;
        bottom: inherit;
        left: 100%;
        transform: translateX(-40px);
    }

    .banner-section .float__img-third{
        display:none;
    }

    .img-left-absolute img{
        position: relative;
    }

    .banner-section .twice-repeated {
        padding: 25px 30px 100px 30px;
    }

    .banner-section .once-repeated {
        padding: 48px 0 100px 0;
    }
}