@media (max-width: 981px) {
  .description {
    width: 80%;
  }
}

@media (max-width: 981px) {
  .description {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 672px) {
  section .text {
    gap: 0.8rem;
  }
  section .text h1 {
    font-size: 3rem;
    margin-top: 3rem;
  }
  footer .main {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

@media (max-width: 515px) {
  section .text h1 {
    font-size: 2.5rem;
    margin-top: 2rem;
    line-height: 3rem;
  }
}

@media (max-width: 605px) {
  section {
    height: 25rem;
  }
  section .text {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px 20px 10px 20px;
  }
  section .text h4 {
    font-size: 1rem;
  }
  section .text h1 {
    font-size: 4rem;
    margin-top: 40px;
  }
  section .text span {
    font-size: 1.3rem;
  }
  .description h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .description .scratch_for {
    gap: 20px;
    margin-bottom: 1.81rem;
  }
  .description .scratch_for span {
    width: 70%;
    font-size: 1rem;
    line-height: 2rem;
  }
  .description .advantages .advantage_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .description .advantages .advantage_box .text {
    width: 80%;
  }
  .description .advantages .advantage_box .text h4 {
    font-size: 1.3rem;
  }
  .description .advantages .advantage_box .text p {
    font-size: 1rem;
  }
}

@media (max-width: 410px) {
  section .text {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 20px 20px 10px 20px;
  }
  section .text h4 {
    font-size: 15px;
  }
  section .text h1 {
    font-size: 3rem;
    margin-top: 20px;
  }
  section .text span {
    font-size: 1.3rem;
  }
}

@media (max-width: 330px) {
  section {
    height: 23rem;
  }
  section .text {
    gap: 30px;
  }
  section .text h4 {
    font-size: 15px;
  }
  section .text h1 {
    font-size: 2.5rem;
    margin-top: 20px;
  }
  section .text span {
    font-size: 1rem;
  }
  .description h2 {
    font-size: 22px;
    line-height: 2rem;
  }
  .description .scratch_for span {
    width: 100%;
    font-size: 14px;
  }
  .description .advantages .advantage_box {
    width: 100%;
  }
  .description .advantages .advantage_box .text h4 {
    font-size: 1rem;
    margin-bottom: 6px;
  }
  .description .advantages .advantage_box .text p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=media.css.map */