Adiciona botton texto desktop e mobile

This commit is contained in:
Carlos cristovao guerreiro scantbelruy 2022-10-13 00:47:30 -04:00
parent bca10126d4
commit e55324d709

View File

@ -149,6 +149,38 @@ body {
text-align: center;
}
.botton {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 73px 0 90px;
}
.botton-case {
max-width: 760px;
}
.botton-title {
text-align: center;
font-weight: 600;
font-size: 32px;
line-height: 39px;
text-transform: uppercase;
}
.botton-paragraph{
text-align: center;
font-weight: 400;
font-size: 16px;
line-height: 24px;
}
.botton-imagem{
display: block;
padding: 50px 0;
}
@media screen and (maw-width: 1400px) {