body {
  font-family: "Gilroy", sans-serif;
}

.title__container {
  width: 100%;
  text-align: start;
  display: grid;
  gap: 10px;
  padding: 0 17px;
}

.title__container h2 {
  font-size: 24px;
  color: #427f51;
  line-height: 34px;
  margin: 0;
  font-weight: 600;
}

.title__description {
  font-size: 16px;
  color: #747474;
  margin: 0;
  line-height: 26px;
}

@media (min-width: 768px) {
  .title__container h2 {
    font-size: 32px;
    line-height: 57px;
  }

  .title__container {
    padding: 0 19px;
  }

  .title__description {
    font-size: 20px;
    line-height: 31px;
  }
}

@media (min-width: 1024px) {
  .title__container {
    padding: 0 30px;
  }

  .title__container h2 {
    font-size: 36px;
    line-height: 57.6px;
  }

  .title__description {
    font-size: 24px;
    line-height: 31px;
    color: #494c4a;
  }
}

@media (min-width: 1440px) {
  .title__container {
    padding: 0 66px;
  }

  .title__container h2 {
    font-size: 40px;
    line-height: 57.6px;
  }

  .title__description {
    font-size: 28px;
    line-height: 31px;
  }
}
