.altura-link{float: left; width: 100%; position: relative; margin: -70px 0 0 0;}
#conteudo{float: left;width: 100%; margin: 90px 0;}
.sessao{float: left;width: 100%; margin: 0 auto 60px; display: flex; align-items: center;}
.sessao:last-child{margin-bottom: 0;}
.s-esfera{height: 232px; width: 232px; background: #fff; border: 18px solid rgba(85,179,212,.7); border-radius: 50%;  float: left; margin-right: 70px; display: flex; align-items: center; justify-content: center;}
.s-imagem{height: 201px;width: 201px;}
.s-conteudo{float: left; width: calc(100% - 302px);}
.s-titulo{font: 18px montserrat-semibold;color: #53b2d3; margin: 0 0 25px;}
.s-txt{font: 15px montserrat-regular;color: #5c5c5c; line-height: 26px;}

#convenios {border-bottom: none;border-top: 9px solid #e4e4e4;}

@media(max-width: 990px){
	.altura-link{margin: -100px 0 0 0;}
    #conteudo{margin: 40px 0}
    .sessao{flex-direction: column; width: 96%; margin: 0 2% 50px;}
    .s-conteudo{width: 100%}
    .s-esfera{margin: 0 0 20px; width: 150px; height: 150px;}
    .s-imagem{height: 100%;width: 100%;border-radius: 50%; background-size: contain !important;}
    .s-titulo{text-align: center; margin: 0 0 10px;}
    .s-txt{text-align: justify}
    
    #convenios {border-bottom: 9px solid #e4e4e4;}
}