.license-block {
  margin: 120px 0 180px;
  color: #fff;
}

.license-block__title {
  font-family: 'Kanit', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 58px;
  line-height: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.license-block__subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 31px;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {

  .license-block{
    margin: 100px 0 140px;
  }

  .license-block__subtitle {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
