@media screen and (max-width: 1500px) {
  .home-description2 .description > div {
    width: 430px;
  }

  .home-description2 .description > div > div {
    margin-top: 36px;
    height: 152px;
  }

}

/* xl */
@media screen and (max-width: 1399px) {
  .home-top {
    background-image: url("../../resources/home2.webp");
  }

}

/* lg */
@media screen and (max-width: 1199px) {

  .home-description2 .description > div {
    width: 380px;
  }
  
  .home-description2 .description > div > div {
    margin-top: 24px;
    height: 136px;
  }

  .home-description2 .description h1 {
    font-size: 2.2rem;
  }

  .home-description2 .description p {
    font-size: .95rem;
  }

}

@media screen and (max-width: 1024px) {}

/* md */
@media screen and (max-width: 991px) {
  .home-description2 .description > div {
    width: 500px;
  }
  
  .home-description2 .description h1 {
    font-size: 3rem;
  }
  
  .home-description2 .description > div > div {
    margin-top: 48px;
    height: 166px;
  }
  
  .home-description2 .description p {
    font-size: 1rem;
  }

}

@media screen and (max-width: 900px) {

  .home-top {
    justify-content: start;
    background-image: url("../../resources/home3.webp");
  }

  .home-top > div > h1 {
    margin-left: 20px!important;
  }


}

@media screen and (max-width: 800px) {
  .home-top {}

  .home-description1 > .title,
  .home-description2 > .title {
    padding: 122px 0;
  }

  .home-description1 > .title > h1 {
    font-size: 16rem;
  }

  .home-description1 > .title > h2 {
    margin: 0 0 0 20px!important;
    font-size: 4rem;
  }

  .home-description1 > .content > .text p {
    font-size: 1.2rem;
    line-height: 1.9;
  }

  .home-description1 > .content > .text p.m-t {
    margin-top: 32px;
  }

  .home-description2 > .title > h1 {
    font-size: 9.6rem;
  }

  .home-description2 .description > div {
    width: 380px;
  }
  
  .home-description2 .description > div > div {
    margin-top: 24px;
    height: 136px;
  }

  .home-description2 .description h1 {
    font-size: 2.2rem;
  }

  .home-description2 .description p {
    font-size: .95rem;
  }
}

/* sm */
@media screen and (max-width: 767px) {

  .home-description1 > .content > .text p {
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .home-description1 > .content > .text p.m-t {
    margin-top: 24px;
  }
 }

/* xs */
@media screen and (max-width: 575px) {
  .home-top {
    background-image: url("../../resources/home4.webp");
  }

  .home-top > div > h1 {
    font-size: 10rem;
  }

  .home-description1 > .title,
  .home-description2 > .title {
    padding: 96px 0;
  }

  .home-description1 > .title > h1 {
    font-size: 12rem;
  }

  .home-description1 > .title > h2 {
    margin: 0 0 0 16px!important;
    font-size: 3rem;
  }

  .home-description2 > .title > h1 {
    font-size: 7.2rem;
  }

  .home-description2 .description > div {
    width: 323px;
  }
  
  .home-description2 .description > div > div {
    margin-top: 16px;
    height: 116px;
  }

  .home-description2 .description h1 {
    font-size: 2.2rem;
  }

  .home-description2 .description p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 500px) {

  .home-top > div > div {
    margin-left: 24px;
    text-align: center;
  }
  
  .home-top > div > div > .text1 {
    margin-bottom: 20px;
    padding: 4px 8px 8px 8px;
    font-size: 2.6rem;
    font-weight: 500;
    background-color: #DDD;
  }
  
  .home-top > div > div > .text2 {
    margin-bottom: 22px;
    font-size: 1.4rem;
    font-weight: 200;
    color: #FFF;
  }
  
  .home-top > div > div > .text3 {
    font-size: 2.6rem;
    font-weight: 500;
    background-color: #DDD;
  }
}

@media screen and (max-width: 440px) {

  .home-description1 > .content > .text p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .home-description1 > .content > .text p.m-t {
    margin-top: 18px;
  }

}

@media screen and (max-width: 400px) {

}