* {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Roboto", sans-serif;
  color: #221F1F;
  height: 100%;
  min-width: 400px;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.main {
  flex: 1 1 auto;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.about__section {
  padding: 0 52px 50px 53px;
  display: flex;
  gap: 60px;
  margin-top: 60px;
}

.about__inner {
  max-width: 575px;
}

.about__title {
  margin-bottom: 24px;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}

.about__image {
  width: 100%;
  max-width: 532px;
  max-height: 297px;
}

.about__text {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.about__link-red {
  color: #EF4934;
}

@media (max-width: 1100px) {

  .about__title {
    font-size: 36px;
  }

  .about__text {
    font-size: 18px;
  }

  .about__section {
    align-items: center;
    flex-direction: column;
    gap: 40px;
  }
}

@media (max-width: 450px) {

  .about__title {
    font-size: 30px;
  }

  .about__section {
    gap: 20px;
  }
}
