.solucoes-form{
    display: flex;

}

.solucoes-form .banner{
    width: 70%;
    margin: 30px 20px;
}

.solucoes-form .wrapper-destaque{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.solucoes-form .destaque{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solucoes-form .destaque img{
    width: 80%;
    -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.69);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.69);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.69);
    
}
.solucoes-form .destaque figcaption{
    padding-top: 10px;
    font-size: 18px;
}

.solucoes-form .lista {
    display: flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
    padding-top: 30px;
    gap: 30px
    
}


.solucoes-form .lista img{
     width: 150px;
     -webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.69);
     -moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.69);
     box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.69);     
}

.solucoes-form .form{
    width: 40%;
    margin-right: 20px;
    padding: 20px 30px;
    background-color: #DFF8EB;
}

.solucoes-form h1{
    text-align: center;    
    font-size: 40px;
    font-weight: 600;
    font-size: 25px;
    padding-bottom: 18px;

}

.solucoes-form h2{
    font-size: 15px;
    font-weight: 400;
}

.solucoes-form .main-label{
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.solucoes-form .main-input{
    box-sizing: border-box;
    border: 1px solid #364156;
    font-size: 20px;
    height: 30px;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 10px;    
}


.solucoes-form .main-form .texto{
    text-align: center;
}

.solucoes-form .texto{
    text-align: center;
}

.solucoes-form .pos-botao{
    display: flex;
    justify-content: flex-end;

}

@media (max-width: 980px) {
    .solucoes-form .lista{
        display: none;
    }
    .solucoes-form .banner{
        width: 90%;
    }

    .solucoes-form{
        flex-direction: column;
    }
    .solucoes-form .form{
        padding: 10px 20px;
    
        width: 90%;

    }
}