@media (max-width: 1400px) {
  .main {
    padding-top: 140px;
    padding-bottom: 240px;
    background-size: cover;
  }
}
@media (max-width: 1200px) {
  .inside {
    width: 960px;
  }
  .main {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  .about .left {
    width: 530px;
  }
  .about h3 {
    font-size: 38px;
  }
  .about .button-left a {
    padding: 16px 22px 16px 14px;
    font-size: 18px;
  }
  .about .button-left a:after {
    right: -68px;
    width: 68px;
  }
  .list .row .desc {
    width: calc(100% - 100px);
  }
  .categories .columns {
    width: 100%;
    margin-bottom: 40px;
  }
  .categories .columns .column {
    margin-right: 0;
    width: 48%;
  }
  .categories > .inside {
    justify-content: center;
  }
  .categories .yellow-line:after {
    display: none;
  }
  .categories .yellow-line {
    width: 100%;
    text-align: center;
  }
  .categories .yellow-line .button a {
    display: inline-block;
    width: 60%
  }
  .about .left p {
    margin-bottom: 29px;
  }
}
@media (max-width: 920px) {
  .about .inside {
    justify-content: center;
  }
  .about .form {
    margin-top: 40px;
    
  }
  .about .left {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .about .form {
    margin-right: 0;
  }
  .main {
    padding-bottom: 100px;
  }
  .main h1 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .main h2 {
    font-size: 20px;
    line-height: 1.2
  }
  .categories .columns .column {
    width: 49%;
    padding: 40px 24px 24px;
  }

}
@media (max-width: 700px) {
  .main h1 {
    font-size: 30px;
  }
  .main h2 {
    font-size: 16px;
  }
  .main {
    padding-bottom: 60px;
    background-position: right -100px top 0;
  }
  .about h3 {
    font-size: 34px;
    margin-bottom: 12px;
  }
  .list .row .desc {
    font-size: 16px;
  }
  .categories .columns .column {
    width: 100%;
    margin-bottom: 20px;
  }
  .about .button-left a {
    font-size: 16px;
  }
  .about h3 {
    font-size: 28px;
  }
  .top-line {
    padding: 16px 0;
  }
  .categories .yellow-line .button a {
    width: auto;
    font-size: 22px;
  }
  .categories .yellow-line h3 {
    font-size: 30px;
  }

}
@media (max-width: 500px) {
  .about .button-left a:after {
    display: none;
  }
  .about .button-left a {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}
@media (max-width: 440px) {
  .main h1 {
    font-size: 22px;
  }
  .about h3 {
    font-size: 24px;
  }
  .about .left {
    font-size: 16px;
  } 
  .list .row .desc {
    margin-top: 20px;
    width: 100%
  }
  .list .row {
    padding: 30px 0;
  }
  .categories .yellow-line {
    padding: 30px 20px;
  }
  .categories .yellow-line .button a {
    font-size: 20px;
  }
  .categories .yellow-line h3 {
    font-size: 26px;
  }
  .header .info p:first-child {
    font-size: 10px;
  }
  .header .info p a {
    font-size: 17px;
  }
  body {
    padding-top: 130px;
  }
}