:root {
  --base-width: 1000;
}

.new_container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.new_main_1 {
  position: relative;
}

.new_main_1 .up_bg {
  position: absolute;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.new_main_1 .up_bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section_title {
  position: relative;
  text-align: center;
  color: #fff;
  padding-top: 120px;
  padding-bottom: 45px;
}

.section_title .h2q {
  font-family: Paperozi, sans-serif;
  font-size: 85px;
}

.section_title .h3q {
  font-size: 24px;
}

.people_it {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}

.people_it img {
  display: block;
  margin: auto;
}

.stor_box {
  position: relative;
  padding-bottom: 115px;
  max-width: 1000px;
  margin: 0 auto;
}

.book_it {
  position: absolute;
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: auto;
  z-index: 2;
  width: calc(866 / var(--base-width) * 100%);
}

.book_it img {
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_bubbles {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.bubble {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 70px;
  background: #fff;
  border-radius: 999px;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.bubble p {
  margin: 0;
  color: #222;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
  font-family: Paperozi, sans-serif;
  word-break: keep-all;
}

.bubble::before,
.bubble::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.bubble_top {
  top: 40px;
  left: calc(50% - 375px);
  max-width: 270px;
}

.bubble_top::before {
  width: 22px;
  height: 22px;
  right: 24px;
  bottom: -18px;
}

.bubble_top::after {
  width: 12px;
  height: 12px;
  right: 10px;
  bottom: -34px;
}

.bubble_bottom {
  top: 165px;
  left: calc(50% - 450px);
}

.bubble_bottom::before {
  width: 22px;
  height: 22px;
  right: -15px;
  top: 25px;
}

.bubble_bottom::after {
  width: 12px;
  height: 12px;
  right: -35px;
  top: 30px;
}

.bubble_right {
  top: 120px;
  left: calc(50% + 100px);
}

.bubble_right::before {
  width: 22px;
  height: 22px;
  left: 20px;
  bottom: -18px;
}

.bubble_right::after {
  width: 12px;
  height: 12px;
  left: 6px;
  bottom: -34px;
}

.title_outline {
  position: absolute;
  max-width: 587px;
  width: calc(750 / var(--base-width) * 100%);
  bottom: -130px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: auto;
  z-index: 2;
}

.title_outline img {
  display: block;
  width: 100%;
}

.text_buble {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  line-height: 1.35em;
  background: white;
  padding: 15px 23px;
  border-radius: 100px;
  z-index: 3;
  font-family: Paperozi, sans-serif;
  font-weight: bold;
  white-space: nowrap;
  box-shadow: 3px 6px 6px #00000030;
}

.text_buble br {
  display: none;
}

.text_buble span {
  font-size: 1.5em;
  color: #AB63FF;
}

@media (max-width: 950px) {
  .people_it {
    width: calc(180 / var(--base-width) * 100%);
    min-width: 150px;
  }

  .people_it img {
    width: 100%;
  }

  .stor_box {
    padding-bottom: 100px;
  }

  .book_it {
    width: calc(900 / var(--base-width) * 100%);
  }

  .bubble_top {
    left: 5%;
    width: calc(300 / var(--base-width) * 100%);
  }

  .bubble_bottom {
    left: 2%;
    width: calc(350 / var(--base-width) * 100%);
  }

  .bubble_right {
    left: auto;
    right: 2%;
    width: calc(350 / var(--base-width) * 100%);
  }

  .bubble {
    padding: 1.5%;
  }

  .bubble p {
    font-size: 15px;
  }

  .text_buble {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .section_title .h3q {
    font-size: 16px;
  }

  .section_title .h2q {
    font-size: 65px;
  }

  .section_title {
    padding-bottom: 100px;
  }

  .bubble {
    padding: 15px 10px;
  }

  .bubble p {
    font-size: 10px;
    line-height: 1.15em;
  }

  .bubble_top {
    top: -70px;
    left: 10px;
    width: calc(360 / var(--base-width) * 100%);
  }

  .bubble_right {
    top: 15px;
    right: 0px;
    width: calc(300 / var(--base-width) * 100%);
  }

  .bubble_bottom {
    top: 50px;
    left: 0px;
    width: calc(300 / var(--base-width) * 100%);
  }

  .people_it {
    z-index: 2;
  }

  .text_buble {
    white-space: unset;
    z-index: 10;
    max-width: 500px;
    width: 100%;
    text-align: center;
    word-break: keep-all;
    font-size: 14px;
  }

  .text_buble span {
    /* display: flex; */
    justify-content: center;
  }

  .book_it {
    width: 100%;
  }

  .stor_box {
    padding-bottom: 0px;
  }

  .step_1 {
    padding-bottom: 80px;
  }

  .people_it {
    min-width: 125px;
  }

  .text_buble {
    bottom: 0%;
  }
}

@media (max-width: 500px) {
  .text_buble {
    font-size: 12px;
  }

  .text_buble br {
    display: block;
  }

  .step_1 {
    padding-bottom: 50px;
  }

  .book_it {
    bottom: -100px;
  }

  .title_outline {
    bottom: -100px;
  }
}








/* step2 */
.new_main_1 .step_2 {
  padding-top: 200px;
  background: linear-gradient(to right, #AB63FF 0%, #8B27FF 100%);
  padding-bottom: 115px;
}

.h2q.sub_title {
  font-size: 48px;
  color: #fff;
  font-family: Paperozi, sans-serif;
  font-weight: bold;
  margin-bottom: 25px;
}

.step_box {
  background-color: #F6EFFF;
  padding: 60px 30px;
  border-radius: 30px;
}

.step_card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 40%);
  align-items: center;
  border-bottom: 1px solid #AB63FF;
  margin-bottom: 50px;
  grid-template-areas:
    "content media"
    "button  media";
  align-items: stretch;
  padding: 0px 10px 15px;
}

.step_card__media {
  grid-area: media;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
}

.step_card__image {
  width: 100%;
}

.step_card__image img {
  display: block;
  width: 100%;
  height: auto;
}

.step_card:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0px;
}

.step_card--with-slider .step_card__content {
  padding-bottom: 15px;
}

.step_card__content {
  max-width: 520px;
}

.step_card__eyebrow {
  padding-bottom: 5px;
  font-size: 24px;
  line-height: 1.1;
  color: #1b1230;
  font-family: Paperozi, sans-serif;
  font-weight: bold;
}

.step_card__title {
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  color: #000;
  font-family: Paperozi, sans-serif;
  font-weight: bold;
  padding-bottom: 10px;
}

.step_card__desc {
  font-size: 20px;
  line-height: 1.35;
  color: #A5A5A5;
  font-weight: normal;
}

.step_card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 260px;
  min-height: 62px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #AB63FF 0%, #8B27FF 100%);
  box-shadow: 0 12px 24px rgba(115, 49, 204, 0.28);
  color: #fff;
  font-family: Paperozi, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step_card__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(115, 49, 204, 0.34);
}

.step_card__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.step_card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step_banner_slider {
  grid-column: 1 / -1;
  width: 100%;
  overflow: hidden;
}

.step_banner_slide {
  height: auto;
}

.step_banner_slide__image {
  position: relative;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.step_banner_slide__image a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.step_banner_slide__image a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: .35s ease-out;
}

.step_banner_slide__image a:hover img {
  transform: scale(1.02);
}

@media (max-width: 600px) {
  .step_banner_slide__image a:hover img {
    transform: scale(1);
  }
}

.step_banner_slider__pagination {
  position: static;
  margin-top: 18px;
  text-align: center;
}

.step_banner_slider__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px !important;
  background: #ECDCFF;
  opacity: 1;
}

.step_banner_slider__pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  outline: 1px solid #ECDCFF;
}


@media (max-width: 950px) {
  .new_main_1 .step_2 {
    padding-top: 160px;
    padding-bottom: 90px;
  }

  .step_card__title {
    font-size: 35px;
  }

  .step_card {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 38%);
  }

  .step_card__content {
    max-width: 100%;
    padding-bottom: 20px;
  }

  .step_card__media {
    justify-content: flex-end;
  }

  .step_card__eyebrow {
    font-size: 18px;
  }

  .step_card__desc {
    font-size: 17px;
  }

  .step_card__button_wrap {
    margin-bottom: 30px;
  }
}

@media (max-width: 760px) {
  .h2q.sub_title {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .step_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .step_card__content {
    padding-bottom: 15px;
  }

  .step_card__media {
    justify-content: center;
  }

  .step_card__image {
    max-width: 320px;
    margin: 0 auto;
  }

  .step_card__button {
    min-width: 320px;
    min-height: 60px;
    padding: 14px 24px;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .new_main_1 .step_2 {
    padding-top: 100px;
  }

  .step_card__eyebrow {
    font-size: 16px;
  }

  .step_card__title {
    font-size: 35px;
    line-height: 1.15;
  }

  .step_card__desc {
    font-size: 16px;
    word-break: keep-all;
  }

  .step_card__image {
    max-width: 240px;
    border-radius: 22px;
  }

  .step_banner_slide__image {
    border-radius: 14px;
  }

  .step_banner_slider__pagination {
    margin-top: 14px;
  }
}

@media (max-width: 480px) {
  .step_card__title {
    font-size: 28px;
  }

  .step_card__button {
    min-width: 225px;
  }
}

/* new_main_2 */
.new_main_3 {
  position: relative;
  padding: 110px 0 100px;
  overflow: hidden;
  background: linear-gradient(90deg, #b36fff 0%, #9b46ff 40%, #8427ff 100%);
}

.new_main_3::before {
  content: "";
  position: absolute;
  inset: 50% 0 0 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 34%),
    url('/image/new/bg03.jpg') no-repeat bottom center;
  background-size: 100% 100%, cover;
  pointer-events: none;
}

.new_main_3 .new_container {
  position: relative;
  z-index: 1;
}

.new_main_3__inner {
  position: relative;
  z-index: 1;
}

.new_main_3__eyebrow {
  font-size: 48px;
  margin: 0 0 24px;
  color: #fff;
  line-height: 1;
  font-family: Paperozi, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.new_main_3__panel {
  position: relative;
  padding: 65px 55px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 28px 60px rgba(73, 10, 144, 0.22);
}

.new_main_3__summary {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) minmax(0px, 450px);
  align-items: start;
  gap: 18px 26px;
}

.new_main_3__kicker {
  margin-bottom: 10px;
  color: #2f2f2f;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 700;
}

.new_main_3__title {
  margin: 0;
  color: #1f1f1f;
  font-size: 48px;
  line-height: 1.02;
  font-family: Paperozi, sans-serif;
  font-weight: 700;
}

.new_main_3__desc {
  margin: 18px 0 0;
  color: #8a86a1;
  font-size: 18px;
  line-height: 1.35;
  word-break: keep-all;
}

.new_main_3__info {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.new_main_3__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 230px;
  min-height: 62px;
  padding: 16px 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #AB63FF 0%, #8B27FF 100%);
  box-shadow: 0 12px 24px rgba(115, 49, 204, 0.28);
  color: #fff;
  font-family: Paperozi, sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.new_main_3__badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(115, 49, 204, 0.34);
}

.new_main_3__note {
  margin: 0;
  color: #2d2d2d;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 600;
  font-family: Paperozi, sans-serif;
}

.new_main_3__brand {
  display: block;
  color: #9d4cff;
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  padding-bottom: 5px;
}

.new_main_3__visual {
  position: absolute;
  top: -85px;
  right: 50px;
  max-width: 470px;
  width: 100%;
  margin-left: auto;
}

.new_main_3__visual img {
  display: block;
  width: 100%;
}

.new_main_3__cta {
  position: relative;
  padding: 70px 20px 0;
  text-align: center;
}

.new_main_3__cta-title {
  font-size: 45px;
  margin: 0;
  color: #fff;
  line-height: 1.1;
  font-family: Paperozi, sans-serif;
  font-weight: 600;
}

.new_main_3__cta-desc {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.5;
}

.new_main_3__actions {
  display: flex;
  justify-content: center;
  gap: 22px;
  margin-top: 38px;
  flex-wrap: wrap;
}

.new_main_3__action {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  min-width: 290px;
  min-height: 62px;
  padding: 20px 50px;
  border-radius: 999px;
  background: #fff;
  color: #1f1f1f;
  font-family: Paperozi, sans-serif;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(59, 8, 117, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.new_main_3__action:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(59, 8, 117, 0.3);
}

.new_main_3__action::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1f1f1f;
  border-right: 2px solid #1f1f1f;
  transform: translateY(-50%) rotate(45deg);
}

.new_main_3__action-title {
  margin-top: 0;
  font-size: 22px;
  line-height: 1;
  font-family: Paperozi, sans-serif;
  font-weight: 700;
}

@media (max-width: 960px) {
  .new_main_3 {
    padding: 84px 0 78px;
  }

  .new_main_3__title {
    font-size: 40px;
  }

  .new_main_3__panel {
    padding: 42px 30px 34px;
  }

  .new_main_3__kicker {
    font-size: 18px;
  }

  .new_main_3__desc {
    font-size: 16px;
  }

  .new_main_3__visual {
    margin: 0 auto;
    width: 100%;
  }

  .new_main_3__cta {
    padding-top: 60px;
  }

  .new_main_3__content {
    max-width: 100%;
  }

  .new_main_3__visual {
    max-width: 400px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .new_main_3__info {
    align-items: center;
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }

  .new_main_3__note strong {
    display: block;
  }

  .new_main_3__cta-title {
    font-size: 32px;
  }

  .new_main_3__visual {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (max-width: 760px) {
  .new_main_3__content {
    max-width: 360px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
  }

  .new_main_3__eyebrow {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .new_main_3__eyebrow {
    font-size: 35px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600;
  }

  .new_main_3__title {
    font-size: 35px;
  }

  .new_main_3__kicker {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .new_main_3__summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .new_main_3__info {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .new_main_3__panel {
    padding: 60px 30px;
    border-radius: 30px;
  }

  .new_main_3__kicker {
    font-size: 15px;
  }

  .new_main_3__desc {
    margin-top: 14px;
    font-size: 14px;
  }

  .new_main_3__badge {
    min-width: 180px;
    min-height: 60px;
    padding: 14px 24px;
  }

  .new_main_3__summary {
    gap: 18px;
  }

  .new_main_3__visual {
    margin-top: 20px;
    max-width: 290px;
  }

  .new_main_3__cta-desc {
    font-size: 16px;
    word-break: keep-all;
  }

  .new_main_3__action {
    min-width: 265px;
    padding: 20px 25px;
    gap: 5px;
  }
}











































/* new_main_2 */
.new_main_2 {
  position: relative;
  padding: 110px 0 100px;
  background: linear-gradient(90deg, #f6efff 0%, #f3ebff 40%, #f1e6ff 100%);
  overflow: hidden;
}

.new_main_2::before {
  content: "";
  position: absolute;
  inset: 0% 0 0 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 80%, rgba(255, 255, 255, 0.18) 0, rgba(255, 255, 255, 0) 34%),
    url('/image/new/main_2.png') no-repeat bottom center;
  background-size: 100% 100%, cover;
  pointer-events: none;
}



.new_main_2__inner {
  position: relative;
  z-index: 1;
}

.new_main_2__header {
  margin-bottom: 44px;
  text-align: center;
}

.new_main_2__eyebrow {
  margin: 0 0 6px;
  color: #000000;
  font-size: 28px;
  line-height: 1;
  font-family: Paperozi, sans-serif;
  font-weight: 700;
}

.new_main_2__title {
  margin: 0;
  color: #000000;
  font-size: 48px;
  line-height: 1;
  font-family: Paperozi, sans-serif;
  font-weight: 700;
}

.new_main_2__slider_wrap {
  position: relative;
  padding: 0 28px;
}

.new_main_2__slider {
  overflow: hidden;
}

.new_main_2__slider .swiper-wrapper {
  align-items: stretch;
}

.new_main_2__slider .swiper-slide {
  height: auto;
}

.new_main_2__card {
  height: 100%;
  min-height: 385px;
  padding: 22px 24px 28px;
  border-radius: 28px;
  background: #fff;
  box-sizing: border-box;
}

.new_main_2__card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}

.new_main_2__meta {
  min-width: 0;
}

.new_main_2__type {
  margin: 0 0 6px;
  color: #a058ff;
  font-size: 16px;
  line-height: 1.2;
  font-family: Paperozi, sans-serif;
  font-weight: 700;
}

.new_main_2__name {
  margin: 0;
  color: #222;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}

.new_main_2__avatar {
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  object-fit: contain;
}

.new_main_2__headline {
  display: inline;
  margin-top: 34px;
  color: #fff;
  padding: 2px 4px 4px;
  background: #a058ff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 22px;
  line-height: 1.45;
  font-family: Paperozi, sans-serif;
  font-weight: 700;
}

.new_main_2__desc {
  margin: 34px 0 0;
  padding-top: 28px;
  border-top: 1px solid #8d8d8d;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  word-break: keep-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new_main_2__nav {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.new_main_2__nav::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9a4fff;
  border-right: 2px solid #9a4fff;
}

.new_main_2__nav--prev {
  left: 0;
}

.new_main_2__nav--prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.new_main_2__nav--next {
  right: 0;
}

.new_main_2__nav--next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.new_main_2__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.new_main_2__pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 5px !important;
  background: rgba(255, 255, 255, 0.45);
  opacity: 1;
}

.new_main_2__pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media (max-width: 760px) {
  .new_main_2 {
    padding: 84px 0 78px;
  }

  .new_main_2__header {
    margin-bottom: 28px;
  }

  .new_main_2__eyebrow {
    font-size: 20px;
  }

  .new_main_2__title {
    font-size: 30px;
    line-height: 1.08;
  }

  .new_main_2__slider_wrap {
    padding: 0 0 54px;
  }

  .new_main_2__card {
    min-height: 330px;
    padding: 18px 14px 20px;
    border-radius: 22px;
  }

  .new_main_2__type {
    font-size: 13px;
  }

  .new_main_2__name {
    font-size: 13px;
    line-height: 1.3;
  }

  .new_main_2__avatar {
    width: 34px;
    height: 34px;
  }

  .new_main_2__headline {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.35;
  }

  .new_main_2__desc {
    margin-top: 20px;
    padding-top: 16px;
    font-size: 12px;
    line-height: 1.55;
  }

  .new_main_2__nav {
    display: none;
  }

  .new_main_2__pagination {
    display: block;
    margin-top: 18px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .new_main_2__card {
    min-height: 280px;
    padding: 15px 10px;
    border-radius: 10px;
  }
}