.first-screen {
  position: relative;
  min-height: 100vh;
  padding-top: 89px;
  overflow: hidden;
  padding-bottom: 90px;
}

.first-screen__title {
  font-size: 60px;
  color: #fff;
}

.first-screen__title span {
  display: block;
  color: #fbd710;
}

.first-screen__descr {
  position: relative;
  padding-left: 140px;
  margin-bottom: 77px;
}

.first-screen__descr-img {
  position: absolute;
  left: -112px;
  top: -115px;
}

.first-screen__descr-text {
  width: 530px;
  color: #fff;
  line-height: 35px;
  font-size: 23px;
  font-family: "Gilroy-Regular";
}

.first-screen__descr-text b {
  display: block;
  font-family: "Gillory-Bold";
}

.first-screen__descr-decore {
  height: 37px;
  color: #131325;
  font-size: 23px;
  background-color: #fbd710;
  border-radius: 10px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Gilroy-Bold";
  position: relative;
  left: -8px;
  margin-top: 2px;
}

.first-screen p {
  color: #fff;
  line-height: 145%;
}

.first-screen .bt {
  max-width: 360px;
  margin: 41px 0 0;
}

.first-screen h4 {
  color: #fff;
  font-size: 24px;
  padding: 40px 0 11px;
}

@media only screen and (max-width: 680px) {
  .first-screen__title {
    font-size: 24px;
  }

  .first-screen__title br {
    display: none;
  }

  .first-screen__title span {
    display: inline;
  }

  .first-screen h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 980px) and (min-width: 681px) {
  h1.first-screen__title {
    font-size: 37px;
  }
}