body{
  font-weight: bold;
  height: 100vh;
  color: #ffffff;
  background:url('./bg.png') no-repeat top center;
  background-size: cover;
}

.header{
  height: 80px;
  background-color: #272727;
}

.text-header{
  font-size: 28px;
  line-height: 1.5;
  color: #ffffff;
}
.text{
    font-family: 'Montserrat';
    font-size: 40px;
    font-weight: bold;
    line-height: 1.49;
    letter-spacing: -1.11px;
    color: #ffffff;
}
.text-big{
  font-size: 52px;

}
.text-add {
  font-size: 27px;
  font-weight: normal;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 40px;

}
.nb-22 {
  margin-bottom: 22px;
}
.button {
  width: 272px;
  height: 52px;
  border-radius: 4px;
  background-color: #30db5b;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000000;
  padding: 20px 30px;
}
.button:hover{
  text-decoration: none;
  color: #000000;
}
.mt-header{
  margin-top: 140px;

}
.mb-40 {
  margin-bottom: 40px;
}
.rift{
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #ffffff; 
  border-radius: 25px;
  width: 463px;
  height: 52px;
  margin-top: 40px;
  margin-bottom: 45px;

}
@media (max-width:1440px){
  .mt-header{
    margin-top: 20px;
  }
}
@media (max-width: 768px){
  body{
    height: 100%;
    background-image: linear-gradient(45deg, #ce5324 50%, #ef9f38);

  }
  .text-header{
    font-size: 18px;
  }
  .mt-header{
    margin-top: 70px;
  }
  .text{
    font-size: 20px;
  }
  .text-big{
    font-size: 25px;
  }
  .text-add {
    font-size: 18px;
  }
}