@media (max-width: 1199px) {
    .banner-home{
        min-height: auto;
        margin-bottom: 0;
    }
    .banner-home img{
        max-width: 100%;
    }
    .opportunity {
        height: 600px;
        width: 100%;
        border-radius: 0;
        padding: 56px 0;
    }
    .opportunity .col-lg-6.image {
        height: 600px;
    }
    
    .opportunity .col-lg-6.image img{
        height: 700px;
        width: auto;
        
        bottom: 0;
    }

    .banner-home .text{
        position: relative;
        top: 0;
        padding: 30px 0;
        max-width: 90%;
    }


    .accelerate {
        background-image: none;
        background-color: var(--color-primary);
        width: 100%;
        padding: 56px 0;
        display: flex;
        flex-direction: column;
    }

    .accelerate .row{
        flex-direction: column-reverse;

    }

    .accelerate img.image{
        left: 0;
        bottom: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    .accelerate .col-lg-6{
        width: 100%;
    }
}

@media (max-width: 900px) {
    .opportunity {
        height: auto;
        width: 100%;
        padding: 56px 0 0 0;
    }
    .opportunity .col-lg-6.image img{
        height: auto;
        width: auto;
        max-width: 100%;
        object-fit: contain;
        position: relative;
    }
    .opportunity .col-lg-6.image {
        justify-content: center;
        display: flex;
        height: auto;
    }
}

@media (max-width: 768px) {

    .ecosystem{
        padding: 56px 0;
    }
    .banner-home .text h2{
        font-size: 34px;
        line-height: 40px;
    }

    .score {
     margin: 41px 0 0 0;
    }

    .ecosystem .eco img:nth-of-type(2){
        top: 0;
        left: -2%;
    }

    .method{
        padding: 56px 0;
    }

    .accelerate{
        padding: 56px 0 0;
    }

    .accelerate img.image{
        bottom: -8px;
    }

    .forms{
        padding: 56px 0;
    }

    .card-form{
        padding: 0 !important;
    }
    
}