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

.main_info {
  display: flex;
  margin-bottom: 124px;
  justify-content: space-between;
  width: 100%;
}

.main_text {
  max-width: 681px;
}

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

.yellow_decoration,
.decoration,
.tornado_decoration {
  position: relative;
}

.yellow_decoration::after {
  content: '';
  position: absolute;
  top: 13px;
  right: -57px;

  width: 76px;
  height: 49px;

  background-image: url('/apiway/front/images/modern/new/yellow_title_decoration.svg');
  background-repeat: no-repeat;
}
.icon_caption {
    letter-spacing: -1px;
}
.icon_caption_title {
    letter-spacing: 0px;
}
.main_subtitle {
  font-size: 22px;
}

.main_imgs {
  display: flex;
}

.info_icon {
  display: flex;
  flex-direction: column;
  gap: 10px;

  text-align: center;

  max-width: 175px;
}

.icon {
  position: relative;
}

.icon_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.caption {
  font-size: 20px;
  font-weight: 700;
}

.arrow {
  max-width: 184px;
  margin-right: -23px;
  transform: rotate(15deg);
  padding-bottom: 122px;
}

.google_sheets {
  align-self: flex-end;
  margin: 0px 55px 44px;
}

/* facebook experts */
.fb_experts {
  margin-bottom: 206px;
}

.decoration::after {
  content: '';
  position: absolute;
  top: -9px;
  right: -64px;

  width: 90px;
  height: 59px;

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

.section_subtitle {
  margin-bottom: 82px;

  font-size: 35px;
  text-align: center;
}

.transform_example {
  display: flex;
  align-items: center;
  gap: 45px;
}

.element {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 191px;

  text-align: center;
}

.element img {
  max-width: 165px;
}

.left_element {
  padding-top: 35px;
}

.arrows,
.transform_systems {
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.arrows {
  gap: 50px;
  margin-bottom: 51px;
}

.first_arrow {
 transform: rotate(-23deg);
}

.third_arrow {
  transform: scaleX(-1) rotate(160deg);
}

/* tiktok experts */
.tkk_experts {
  margin-bottom: 140px;
}

.tornado_decoration::after {
  content: '';
  position: absolute;
  bottom: 14px;
  right: -87px;

  width: 59px;
  height: 96px;

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

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

  .main_imgs {
    height: 391px;
  }
}

@media screen and (max-width: 768px) {
  .main {
    margin-bottom: 100px;
  }

  .main_info {
    margin-bottom: 60px;
  }

  .main_imgs {
    height: 220px;
    gap: 10px;
  }

  .arrow {
    max-width: 100px;
    padding-bottom: 60px;
    margin: 0;
  }

  .info_icon {
    min-width: 100px;
    max-width: 100px;
  }

  .icon img:first-child {
    width: 100px;
  }

  .icon_logo {
    width: 65px;
  }

  .google_sheets {
    margin: 0;
  }

  .google_sheets .icon_logo {
    height: 60px;
  }

  .main_text {
    text-align: center;
  }

  .main_title {
    font-size: 40px;
  }

  .main_subtitle {
    font-size: 18px;
  }

  .yellow_decoration::after {
    display: none;
  }

  .decoration::after {
    top: 0px;
    right: -46px;
    width: 60px;
    height: 30px;

    background-size: contain;
  }

  .section_title {
    margin-bottom: 30px;
  }

  .section_subtitle {
    font-size: 18px;
  }

  .transform_example {
    gap: 10px;
  }

  .element {
    max-width: 100px;
  }

  .element img {
    max-width: 100px;
  }

  .icon_caption_title {
    font-size: 16px;
  }

  .icon_caption {
    font-size: 13px;
  }

  .arrows {
    gap: 100px;
  }

  .arrows img {
    max-width: 120px;
  }

  .fb_experts,
  .tkk_experts {
    margin-bottom: 100px;
  }

  .tornado_decoration::after {
    display: none;
  }
}
