2022-10-08 03:42:48 +00:00
|
|
|
* {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2022-10-08 08:32:59 +00:00
|
|
|
body{
|
|
|
|
font-family: 'Inter', sans-serif;
|
|
|
|
color: #000000;
|
|
|
|
}
|
2022-10-08 03:42:48 +00:00
|
|
|
.Page-Header{
|
|
|
|
/* Rectangle 12 */
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 28px 0;
|
|
|
|
background: #000000;
|
|
|
|
}
|
|
|
|
.Header-Logo{
|
|
|
|
display: block;
|
2022-10-08 04:46:40 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
.main-banner{
|
2022-10-08 08:32:59 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.top-infocard {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 90px 0 96px;
|
|
|
|
}
|
|
|
|
.top-infocard-text{
|
|
|
|
margin-right: 124px;
|
|
|
|
max-width: 766px;
|
|
|
|
}
|
|
|
|
.top-infocard-subtitle{
|
|
|
|
/* Lorem ipsum */
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 32px;
|
|
|
|
font-weight: 400;
|
|
|
|
/* identical to box height, or 250% */
|
|
|
|
}
|
|
|
|
.top-infocard-title{
|
|
|
|
margin-bottom: 24px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: 48px;
|
|
|
|
font-weight: 500;
|
|
|
|
}
|
|
|
|
.top-infocard-description{
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
2022-10-08 04:46:40 +00:00
|
|
|
}
|
|
|
|
@media screen and (max-width: 414px) {
|
|
|
|
.main-banner-desktop{
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 415px) {
|
|
|
|
.main-banner-mobile{
|
|
|
|
display: none;
|
|
|
|
}
|
2022-10-08 03:42:48 +00:00
|
|
|
}
|
2022-10-08 08:32:59 +00:00
|
|
|
@media screen and (max-width: 992px) {
|
|
|
|
.top-infocard{
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 84px 26px 158px;
|
|
|
|
}
|
|
|
|
.top-infocard-text{
|
|
|
|
margin-right: 0 0 68px;
|
|
|
|
}
|
|
|
|
.top-infocard-subtitle{
|
|
|
|
font-size: 20px;
|
|
|
|
}
|
|
|
|
.top-infocard-image{
|
|
|
|
margin: 68px 88px 158px;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 240px;
|
|
|
|
}
|
|
|
|
.top-infocard-title{
|
|
|
|
margin-bottom: 20px;
|
|
|
|
font-size: 28px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (min-width: 993px) and (max-width: 1280px) {
|
|
|
|
.top-infocard-text {
|
|
|
|
max-width: 520px;
|
|
|
|
margin-right: 70px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|