body{
  margin: 0px;
  font-family: Roboto;
  color: #17242A;
  font-size: 15px;
}

.section{
  padding-top: 160px;
  padding-bottom: 160px;
  background: linear-gradient(180deg, #FFFFFF 0%, #EFF0F2 100%);
}

@media (max-width: 1024px){
  .section-card {
    background: #E1E1E1!important;
    padding: 84px 44px 40px;
}
}

.section-card{
  background: #E1E1E1;
  border-radius: 5px;
  background: url(EarlyAcces.png) right center / 395px 267px no-repeat #E1E1E1;

}

.content{
  padding-top: 160px;
  /* margin-top: 66px; */
}

.description-l{
  text-align: center;
  margin-top: 1em;
  font-size: 1.3333rem;
  line-height: 1.57;
  max-width: 720px;
}
.description-s{
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.57;
  max-width: 720px;
}
.p-big{
 text-align: center;
 /* max-width: 720px; */
 font-size: 1.6rem;
 line-height: 1.5;
}
.prl-1px{
  padding-right: 1px!important;
  padding-left: 1px!important;
}
h1 i, h2 i, h3 i, h4 i {
  font-weight: normal;
  font-style: normal;
}
h1{
  /* margin-bottom: 50px!important;
  font-size: 62px!important;
  line-height: 74px!important; */
  text-align: center;
  color: #17242A;
  font-weight: 800!important;
  max-width: 900px!important;
  font-size: 4rem!important;
  margin: 0 0 16px 0;
  line-height: 1.2;
}
h2{
  text-align: center;
  color: #17242A;
  font-weight: 800!important;
  max-width: 900px!important;
  font-size: 3.2rem!important;
  margin: 0;
  line-height: 1.35;
}

.h2-left{
  margin-bottom: 3rem;
  text-align: left;
}

h3{
  text-align: left;
  color: #17242A;
  font-weight: 800!important;
  max-width: 900px!important;
  font-size: 1.8rem!important;
  margin: 0;
  line-height: 1.35;
}

h4{
  font-size: 0.8rem!important;
  font-weight: normal!important;
  margin-bottom: 22px;
  text-align: center;
  letter-spacing: 0.39em!important;
  text-transform: uppercase!important;
  color: #3AAFA9;
}

p{
  margin-top: 0.8em!important;
  margin-bottom: 1.2em!important;
}



