body {
  font-family: "Hind", sans-serif;
  background: var(--gray-100-background-text);
  color: var(--gray-0-background-text);
}

.section {
  padding: 70px 0;
}

.container {
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.section-title {
  font-family: "Barlow", sans-serif;
  font-weight: 250;
  font-size: 40px;
  line-height: 122%;
  text-transform: uppercase;
  text-align: center;
  color: var(--gray-0-background-text);
  margin-bottom: 40px;

  span {
    font-weight: 700;
  }
}

.second-title {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 108%;
  text-transform: uppercase;
  color: var(--gray-0-background-text);
  padding-top: 16px;
  border-top: 1px solid var(--gray-20-border);
  margin-bottom: 16px;
}

@media screen and (min-width: 375px) {
  .container {
    width: 375px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    width: 768px;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1437px) {
  .section {
    padding: 90px 0;
  }

  .container {
    width: 1437px;
  }

  .section-title {
    font-size: 132px;
    margin-bottom: 80px;
  }

  .second-title {
    /* margin-bottom: 60px; */
  }
}
