.mobile {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #DDDDE8;
}

.mobile__icon {
  width: 340px;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 28px solid #F8FBFE;
  background: #EBF5FB;
  border-radius: 50%;
  margin-bottom: 20px;
}

.mobile__img {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.mobile__img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.mobile__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #1C1C20;
  margin-bottom: 40px;
  text-align: center;
}

.mobile__text {
  width: 100%;
  max-width: 680px;
  text-align: center;
}

@media (max-width: 1024px) {
  .mobile {
    padding-top: 90px;
    padding-bottom: 100px;
  }

  .mobile__icon {
    width: 290px;
    height: 290px;
  }

  .mobile__text {
    max-width: 600px;
  }
}

@media (max-width: 580px) {
  .mobile {
    padding-top: 94px;
  }

  .mobile__icon {
    width: 250px;
    height: 250px;
    margin-bottom: 16px;
  }

  .mobile__icon svg {
    width: 100px;
  }

  .mobile__title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }

}

/***************************************************************/
.new_mobile {
  padding-top: 80px;
  padding-bottom: 80px;
}

.new_mobile .mobile__text {
  max-width: 720px;
}

.new_mobile .mobile__text.t2 p {
  margin-bottom: 24px;
}

.new_mobile .mobile__text.t2 p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .new_mobile {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 1024px) {
  .new_mobile .mobile__text {
    max-width: 570px;
  }

  .new_mobile .mobile__img {
    width: 320px;
  }
}


@media (max-width: 768px) {
  .new_mobile {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 580px) {
  .new_mobile .mobile__img {
    max-width: 280px;
  }

  .new_mobile .t2 {
    font-size: 14px;
    line-height: 20px;
  }
}

/****************************************************************************************/
.new_mobile_block .mobile__img {
  margin-bottom: 40px;
}

.new_mobile.new_mobile_block .mobile__text {
  max-width: 100%;
}

@media (max-width: 1200px) {
  .new_mobile.new_mobile_block {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .new_mobile_block .mobile__img {
    margin-bottom: 80px;
  }
}

@media (max-width: 580px) {
  .new_mobile.new_mobile_block {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .new_mobile_block .mobile__img {
    margin-bottom: 20px;
  }
}

/********************************************************/
.new_mobile_sun::after {
  content: "";
  position: absolute;
  width: 539px;
  height: 494px;
  top: -150px;
  right: calc(50% - var(--container-width) / 2 - 324px);
  background-image: url("../../../new_icon/sun.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media (max-width: 1280px) {
  .new_mobile_sun::after {
    display: none;
  }
}

/**************************************************************/
.new_mobile_ips .mobile__title {
  margin-bottom: 20px;
}

.new_mobile_ips .mobile__text,
.new_mobile_ips .mobile__title {
  max-width: 680px;
}

@media (max-width: 1200px) {
  .new_mobile_ips {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 580px) {
  .new_mobile_ips .mobile__title {
    font-size: 28px;
    line-height: 36px;
  }
}