.title {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;

  color: #ffffff;
}

.text {
  font-family: Montserrat;
  font-size: 24px;
  line-height: 29px;

  color: #ffffff;
  margin-top: 65px;
}

.s1 {
  margin-left: 80px;
  margin-top: 200px;
}

@media screen and (max-width: 800px) {
  .s1 {
    margin-left: 0px;
    margin-top: 100px;
  }

  .title {
    width: 100%;
    text-align: center;
    font-size: 32px;
  }

  .text {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
}
