/* main info */
.main {
  margin-bottom: 168px;
}

.main_info {
  display: flex;
  gap: 47px;
  margin-bottom: 160px;
}

.main_text {
  position: relative;
  max-width: 610px;
}

.main_text::after {
  position: absolute;
  content: '';

  bottom: 75px;
  right: -8px;

  width: 55px;
  height: 55px;

  background-image: url('/apiway/front/images/modern/new/inst_logo.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.main_title {
  margin-bottom: 110px;
  letter-spacing: -6px;
  font-weight: 700;
  font-size: 75px;
}

.black_highlight {
  position: relative;
}

.black_highlight::after {
  content: '';
  position: absolute;
  top: 0;
  left: -35px;
  right: -50px;
  bottom: -22px;
  z-index: -1;

  background-image: url('/apiway/front/images/modern/new/black_highlight.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.instagram_underline {
  position: relative;
}

.instagram_underline::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -36px;
  transform: translateX(-47%);

  width: 106%;
  height: 31px;

  background-image: url('/apiway/front/images/modern/new/underline.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.main_subtitle {
  font-size: 22px;
  line-height: 1.1;
}

.main_imgs {
  display: flex;
  gap: 15px;
  max-height: 470px;
}

.chat_img_wrap {
  position: relative;
}

.chat_img_wrap::after {
  content: '';
  position: absolute;
  right: -46px;
  top: -42px;

  width: 90px;
  height: 95px;

  background-image: url('/apiway/front/images/modern/new/green_img_highlight.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.arrow {
  max-width: 133px;
  padding-bottom: 80px;
}

/* auto-reply */
.auto-reply {
  position: relative;

  margin-bottom: 143px;
}

.auto-reply_title {
  margin-bottom: 36px;
}

.auto-reply_subtitle {
  margin-bottom: 60px;
  text-align: center;
  max-width: 791px;
  letter-spacing: -2px;
  font-size: 35px;
}

.img_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 165px;
  margin-bottom: 66px;
}

.auto-reply_desc {
  text-align: center;
  max-width: 900px;
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.pink_star {
  position: absolute;
  top: 440px;
  right: 10%;
}

@media screen and (max-width: 1399px) {
  .main_info {
    flex-direction: column-reverse;
  }

  .main_subtitle,
  .main_title {
    text-align: center;
  }
}

@media screen and (max-width: 1025px) {
 .img_container {
    gap: 40px;
  }

  .main {
    margin-bottom: 140px;
  }

  .main_info {
    margin-bottom: 100px;
  }

  .pink_star {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .main_title {
    font-size: 40px;
    margin-bottom: 44px;
  }

  .main_subtitle {
    font-size: 18px;
  }

  .black_highlight::after {
    left: -11px;
    bottom: -10px;
    width: 117%;
    background-size: contain;
  }

  .instagram_underline::after {
    background-size: contain;
  }

  .main_text::after {
    display: none;
  }

  .main_info {
    gap: 40px;
  }

  .main_imgs {
    justify-content: center;
    gap: 5px;
  }

  .main_imgs img {
    width: 120px;
  }

  .main {
    margin-bottom: 100px;
  }

  .chat_img_wrap::after {
    display: none;
  }

  img.arrow {
    width: 80px;
  }

  .auto-reply {
    margin-bottom: 100px;
  }

  .auto-reply_title {
    font-size: 32px;
  }

  .auto-reply_subtitle {
    font-size: 18px;
  }

  .pink_star {
    display: none;
  }

  .auto-reply_desc {
    font-size: 24px;
  }
}
