@media (max-width: 1700px) {
  .footer__cnt {
    width: 95%;
  }

  .banner__desc {
    left: 10%;
    width: 60%;
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer__right::before {
    content: "";
    position: absolute;
    height: 200%;
    width: 1px;
    background: #cdccd1;
    left: -8px;
    top: -50%;
  }
}

@media (max-width: 1366px) {
  .banner__desc {
    color: #fff;
    position: absolute;
    z-index: 1;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 2.4rem;
    top: 50%;
    left: 10%;
    width: 60%;
    transform: translateY(-50%);
  }

  .cnt {
    width: 90%;
  }

  .services__img {
    width: 62%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .services__img img {
    width: 100%;
  }

  .mission__title .maintitle {
    width: 46%;
  }

  .footer__cnt {
    width: 95%;
  }

  .footer__copyright {
    font-size: 1.2rem;
  }

  .footer__box {
    margin-left: 35px;
  }
}

@media (max-width: 1100px) {
  .cnt {
    width: 90%;
  }

  .banner__desc h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .intro .cnt__wrapper {
    justify-content: space-between;
    flex-direction: column;
  }

  .intro {
    padding-top: 8.4rem;
  }

  .intro__left {
    width: 48%;
  }

  .intro__right {
    width: 100%;
  }

  .intro__desc {
    width: 100%;
    flex-direction: column;
  }

  .intro__right--img {
    width: 48%;
    margin-left: auto;
    margin-top: -50%;
  }

  .intro__right--desc {
    width: 100%;
  }

  .maintitle {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .intro__key {
    width: 100%;
  }

  .intro__key span {
    font-size: 4rem;
    line-height: 4.6rem;
  }

  .intro__key .key1 {
    left: 20%;
  }

  .intro__key small {
    font-size: 1.8rem;
    line-height: 0.8rem;
  }

  .banner__desc {
    font-size: 1.8rem;
    line-height: 2.4rem;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0px 25px;
  }

  .services__title {
    width: 100%;
  }

  .services__box {
    width: 100%;
    padding: 0 0px;
    height: auto;
    margin-bottom: 140px;
  }

  .services__box:last-child {
    margin-bottom: 0;
  }

  .services__wrapper {
    display: flex;
    margin-top: 16rem;
    flex-direction: column;
  }

  .services__box:nth-child(2) {
    position: relative;
    top: inherit;
  }

  .services__img {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    top: -70px;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .services__img img {
    width: 100%;
  }

  .mission {
    padding: 5rem 0;
  }

  .mission__desc {
    position: inherit;
  }

  .mission__title .suptitle {
    color: #546886;
  }

  .mission__title .suptitle span {
    color: #00589d;
  }

  .mission__title .maintitle {
    color: #00589d;
    width: 100%;
  }

  .mission__block .cnt__wrapper {
    justify-content: space-between;
    flex-direction: column;
  }

  .mission__left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .mission__right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .mission__img {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .mission__img img {
    order: 2;
    margin-top: 20px;
  }

  .mission__desc .cnt {
    width: 100%;
  }

  .mission__block--title {
    padding: 0 0;
  }

  .mission__left .mission__block--title {
    margin-bottom: 3rem;
  }

  .mission__left .suptitle {
    margin-bottom: 0rem;
  }

  .mission__block--title {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .mission__right .mission__block--title {
    margin-top: 3rem;
    order: 1;
    margin-bottom: 3rem;
  }

  .mission__right img {
    order: 2;
  }

  .slider .maintitle {
    margin-bottom: 4rem;
  }

  .footer__cnt .cnt__wrapper {
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer {
    height: auto;
    padding: 50px 0;
  }

  .footer__left {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer__copyright {
    margin-top: 20px;
    margin-bottom: 6rem;
  }

  .footer__right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .footer__box {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding: 0px 25px;
    margin-bottom: 30px;
    width: 50%;
  }

  nav > ul > li {
    width: 16.6666%;
    padding: 0 5px;
  }

  nav > ul > li > a {
    font-size: 1.1rem;
  }
}

@media (max-width: 700px) {
  .cnt {
    width: 90%;
  }

  .banner__desc h1 {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
  }

  .intro .cnt__wrapper {
    justify-content: space-between;
    flex-direction: column;
  }

  .intro {
    padding-top: 8.4rem;
  }

  .intro__left {
    width: 48%;
  }

  .intro__right {
    width: 100%;
  }

  .intro__desc {
    width: 100%;
    flex-direction: column;
  }

  .intro__right--img {
    width: 48%;
    margin-left: auto;
    margin-top: -50%;
  }

  .intro__right--desc {
    width: 100%;
  }

  .maintitle {
    font-size: 2.5rem;
    line-height: 2.8rem;
  }

  .intro__key {
    width: 100%;
  }

  .intro__key span {
    font-size: 4rem;
    line-height: 4.6rem;
  }

  .intro__key .key1 {
    left: 20%;
  }

  .intro__key small {
    font-size: 1.8rem;
    line-height: 0.8rem;
  }

  .banner__desc {
    font-size: 1.8rem;
    line-height: 2.4rem;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0px 25px;
  }

  .services__title {
    width: 100%;
  }

  .services__box {
    width: 100%;
    padding: 0 0px;
    height: auto;
    margin-bottom: 140px;
  }

  .services__box:last-child {
    margin-bottom: 0;
  }

  .services__wrapper {
    display: flex;
    margin-top: 16rem;
    flex-direction: column;
  }

  .services__box:nth-child(2) {
    position: relative;
    top: inherit;
  }

  .services__img {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    top: -70px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .services__img img {
    width: 100%;
    height: auto;
  }

  .mission {
    padding: 5rem 0;
  }

  .mission__desc {
    position: inherit;
  }

  .mission__title .suptitle {
    color: #546886;
  }

  .mission__title .suptitle span {
    color: #00589d;
  }

  .mission__title .maintitle {
    color: #00589d;
    width: 100%;
  }

  .mission__block .cnt__wrapper {
    justify-content: space-between;
    flex-direction: column;
  }

  .mission__left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .mission__right {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .mission__img {
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .mission__img img {
    order: 2;
    margin-top: 20px;
  }

  .mission__desc .cnt {
    width: 100%;
  }

  .mission__block--title {
    padding: 0 0;
  }

  .mission__left .mission__block--title {
    margin-bottom: 3rem;
  }

  .mission__left .suptitle {
    margin-bottom: 0rem;
  }

  .mission__block--title {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .mission__right .mission__block--title {
    margin-top: 3rem;
    order: 1;
    margin-bottom: 3rem;
  }

  .mission__right img {
    order: 2;
  }

  .slider .maintitle {
    margin-bottom: 4rem;
  }

  .footer__cnt .cnt__wrapper {
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
  }

  .footer {
    height: auto;
    padding: 50px 0;
  }

  .footer__left {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer__copyright {
    margin-top: 20px;
    margin-bottom: 6rem;
  }

  .footer__right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
  }

  .footer__box {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding: 0px 25px;
    margin-bottom: 30px;
  }

  .form-item,
  .form-actions {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }

  .Sticky__footer.shrink {
    position: relative;
  }

  .Sticky__footer.shrink::before {
    content: "";
    width: 100%;
    height: 75px;
    background: #1c6fb1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (max-width: 1370px) {
  .services__desc {
    font-size: 1.3rem;
    line-height: 1.85rem;
  }
}
