2022-10-12 13:11:02 +00:00
|
|
|
*{
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
2022-10-13 03:02:22 +00:00
|
|
|
body{
|
|
|
|
font-family: 'Inter', sans-serif;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
2022-10-12 13:11:02 +00:00
|
|
|
.page-header{
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
padding: 28px 0;
|
|
|
|
background-color: #000;
|
2022-10-13 03:12:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.logo-header, .main-banner-desktop{
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
height: auto;
|
|
|
|
}
|
2022-10-13 03:18:41 +00:00
|
|
|
|
|
|
|
.top-infocard-subtitle{
|
|
|
|
margin-top: 73px;
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 39px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.top-infocard{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-infocard-text{
|
|
|
|
max-width: 766px;
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-infocard-title{
|
|
|
|
margin-bottom: 28px;
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 48px;
|
|
|
|
line-height: 58px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-infocard-image{
|
|
|
|
width: 20%;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 177px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-infocard-description{
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 24px;
|
|
|
|
margin-bottom: 84px;
|
|
|
|
}
|
|
|
|
|