.btn-saiba-mais {display: flex; flex-direction: row; justify-content: center; align-items: center; max-width: 120px; transition: 0.2s; border: 1px solid var(--azul-seg); font: 400 17.31px / 20.95px montserrat; color: var(--branco); padding: 13px 10px 12px; background: #00376B; background: linear-gradient(60deg, rgba(0, 55, 107, 1) 13%, rgba(0, 55, 107, 1) 28%, rgba(32, 73, 114, 1) 41%, rgba(36, 92, 129, 1) 50%, rgba(40, 108, 144, 1) 65%, rgba(45, 134, 164, 1) 80%, rgba(48, 154, 180, 1) 93%, rgba(53, 174, 196, 1) 100%); border-radius: 9px;}
.btn-saiba-mais:hover {transform: scale(1.06);}

@media(max-width:920px){
     .btn-saiba-mais {max-width: 220px;}
}
@media(max-width:450px){
     .btn-saiba-mais {max-width: unset; width: 100%;}     
}