Botoes internos

0
310

.div-container{
max-width: 1170px;
display: flex;
flex-wrap: wrap;
font-family: “Times New Roman”, Times, serif;
justify-content: center;

}
.div-container-bt-int{
width: 376px;
display: flex;
align-items: center;
margin: 10px 0;
}
.texto-reg{

font-weight: bold;
color: #fff;
text-align: inherit;
font-family: arial;
font-size: 1.2em;
}

.botao-int{
text-align: center;
width: 100%;
border-color: #407d9a;
border-radius: 20px 0px;
background-image: linear-gradient(to right,#005278 , #337593);

margin: 0 auto;
display: flex;
justify-content: center;
align-items: center;
padding: 18px 0px;

max-width: 350px;
max-height: 58px;
}
.texto-bt{
margin:0;
color:#fff;
}
.texto-bt > a{
color:#fff !important;
text-decoration: none;
}

Fonte CSTJ