adiciona infocard desktop

This commit is contained in:
Henrique Martins Silva 2022-10-10 23:16:53 -03:00
parent 4d8c2e6933
commit b1b02744d6
2 changed files with 34 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

View File

@ -31,4 +31,38 @@
.banner-mobile{
display: none;
}
}
.infocard{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
padding: 72px 0;
}
.infocard-subtitle{
font-size: 32px;
line-height: 39px;
text-transform: uppercase;
}
.infocard-title{
font-weight: 500px;
font-size: 48px;
line-height: 58px;
text-transform: uppercase;
}
.infocard-description{
font-size: 16px;
line-height: 24px;
max-width: 766px;
padding: 28px 0 0 0;
}
.infocard-image{
display: flex;
align-items: center;
justify-content: center;
}