.fundo_sobre{
    background-image: none;
}

.suporte_estrutura{
    grid-area: content;
    background: HSL (24, 9%, 82%);
    margin: 100px 30px 80px 30px;
    padding: 30px 30px 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

    .suporte_estrutura h1 {
        grid-column: 1 / 5;
        color: #383838;
        font-size: 4rem;
        font-weight: 800;
        text-align: center;
        padding: 0px 30px;
        text-transform: inherit;
    }



.suporte_estrutura p{
    grid-column: 1 / 4;
    line-height: 1.5em;
    margin: 20px 0 20px 0; 

}

.suporte_estrutura ul li p{
    margin:0px;
}

.representantes_suporte{
    grid-column: 1 / 4;
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 30px;
    justify-content: center;
}

.representantes_suporte li{
    margin: 20px;
    padding: 30px 0 0 0;
    min-width: 310px;
    box-shadow: 0 3px 6px 0 hsla(0, 0%, 0%, 0.2);
    border-radius: 15px 0px 15px 15px;
    background-color: #f9f9f9;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content:flex-end;
}

.representantes_suporte h1{
    color: #0f2748;
}
.representantes_suporte img{
    max-width: 200px;
    margin: 0 auto 20px auto;
}

.representantes_suporte a{
    grid-column: 1 / 5;
    margin: 20px;
    border-bottom: solid 1px #0f2748;
    color: #0f2748;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
    padding: 5px;
    font-size: 1.1em;
    text-align: center;
    display: grid;
    align-items: center;
}


.representantes_suporte a:hover{
    border-bottom: solid 1px #4E75E1;
    color: #4E75E1;
    height:calc(100px -10px);
}

@media (max-width: 796px){
    .suporte_estrutura p{
        text-align: center;
    }
}

@media (max-width: 554px) {
    .suporte_estrutura {
        margin: 10px 0px 0px 0px;
        padding: 20px 10px 0 10px;
    }
    .suporte_estrutura h1{
        font-size: 3rem;
    }
}