.sobre-empresa, .sobre-edval, .sobre-parceiros {
    min-height: 380px;
    width: 85%;
    max-width: 1080px;
    margin: 0 auto 50px auto;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 35%);
    border-radius: 10px;
    background: white;
    transition-duration: 0.6s;
    overflow: hidden;    
}article p {font-size:1.250em;padding:0 5% 0 5%;}
.pontos-fortes {
    text-align: left;
    width: 75%;
    max-width: 950px;
    margin: .5% auto auto auto;
    height: 100%;
    padding: 0 20px 20px 20px;
}.fas {color: #4589c9;}
.sobre-edval{display:flex;max-height:420px;}.sobre{width:65%;}.sobre p{height: 60%;}
    button { 
        margin: 25px auto auto auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(#31e25b,#00bb2d);
        width: 200px;
        height: 40px;                 
        border-radius: 12px;
        box-shadow: 0px 2px 15px rgb(0 0 0 / 35%);
        color: white;
        cursor: pointer;
        text-decoration: none;
        padding: 18px; 
        border: none;       
    }svg{margin-right:2.7%;}button:hover{background:#4fcf6d;}
    .edval{width:35%;text-align:center;}.imagem-edval {width: 300px;height: 100%;}
.sobre-parceiros{min-height:160px;}
.seguradoras {
    display: flex;
    margin: 0 auto auto auto;
    width: 85%;
    max-width: 1280px;
    justify-content: space-between;   
    overflow-x: auto;  
}
.seguradoras::-webkit-scrollbar{width:12px;}
.seguradoras::-webkit-scrollbar-track{background:#e6e6e6;border-radius:18px;}
.seguradoras::-webkit-scrollbar-thumb{background-color:#dde4e9;border-radius:18px;border:3px solid white;}
.imagem-seguradora{margin:0 12px 0 12px;width:70px;}
.sobre-edval:hover,.sobre-empresa:hover{transform:translateY(-8px);transition-duration:0.6s;}
@media (max-width: 768px) { /*Configs gerais para dispositivos mobile*/
    .sobre-empresa,.sobre-edval,.sobre-parceiros{width:100%;border-radius:0;}
    .sobre-edval{min-height:320px;flex-direction:column;}.sobre{width:100%;height:100%;}
    p{font-size:100%;}.pontos-fortes{margin:.5% auto auto auto;}.edval,.imagem-edval{display:none;}
    .sobre-edval:hover,.sobre-empresa:hover{transform:none;transition-duration:none;}
}@media (max-width: 576px){.imagem-seguradora{width:58px;}}