.tif_ctr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 142px;
  padding: 100px 104px;
  background: url("../images/bg_desktop_green.png") no-repeat center center;
}
.tif_ctr .tif_header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1072px;
}
.tif_ctr .tif_header .tif_head_text {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 1%;
  color: #fff;
  width: 70%;
}
.tif_ctr .tif_header .tif_head_desc {
  font-family: "Suisse Intl";
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -1%;
  color: #fff;
  width: 70%;
}
.tif_ctr .tif_content {
  display: flex;
  flex-direction: column;
  gap: 125px;
  width: 100%;
  max-width: 1072px;
}
.tif_ctr .tif_content .content_ctr {
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.tif_ctr .tif_content .content_ctr .tif_image_ctr {
  display: flex;
  justify-content: space-between;
  gap: 140px;
}
.tif_ctr .tif_content .content_ctr .tif_image_ctr.reverse .img_main_text {
  text-align: right;
}
.tif_ctr .tif_content .content_ctr .tif_image_ctr .img_main_text {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 1%;
  vertical-align: middle;
  color: #fff;
}
.tif_ctr .tif_content .content_ctr .tif_information {
  display: flex;
}
.tif_ctr .tif_content .content_ctr .tif_information .right_item {
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 10px;
}
.tif_ctr .tif_content .content_ctr .tif_information .right_item .logo {
  width: 44px;
  height: 44px;
}
.tif_ctr .tif_content .content_ctr .tif_information .right_item .right_item_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tif_ctr .tif_content .content_ctr .tif_information .right_item .right_item_content .ric_main {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #fff;
}
.tif_ctr .tif_content .content_ctr .tif_information .right_item .right_item_content .ric_desc {
  font-family: "Suisse Intl", sans-serif;
  font-weight: 450;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #fff;
}

@media (max-width: 1024px) {
  .tif_ctr {
    padding: 50px 20px;
  }
  .tif_ctr .tif_header {
    width: 700px;
  }
  .tif_ctr .tif_header .tif_head_text {
    font-size: 48px;
    width: 100%;
  }
  .tif_ctr .tif_header .tif_head_desc {
    font-size: 14px;
    width: 100%;
  }
  .tif_ctr .tif_content {
    gap: 50px;
    width: 700px;
  }
  .tif_ctr .tif_content .content_ctr {
    gap: 50px;
    justify-content: center;
    align-items: center;
  }
  .tif_ctr .tif_content .content_ctr .tif_information {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tif_ctr .tif_content .content_ctr .tif_information .right_item {
    width: 256px;
  }
  .tif_ctr .tif_content .content_ctr .tif_image_ctr {
    flex-direction: column;
    gap: 20px;
  }
  .tif_ctr .tif_content .content_ctr .tif_image_ctr.reverse {
    flex-direction: column-reverse;
  }
  .tif_ctr .tif_content .content_ctr .tif_image_ctr.reverse .img_main_text {
    text-align: center;
  }
  .tif_ctr .tif_content .content_ctr .tif_image_ctr .img_main_text {
    text-align: center;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .tif_ctr {
    padding: 50px 20px;
  }
  .tif_ctr .tif_header {
    width: 100%;
  }
  .tif_ctr .tif_header .tif_head_text {
    font-size: 32px;
    width: 100%;
  }
  .tif_ctr .tif_header .tif_head_desc {
    font-size: 14px;
    width: 100%;
  }
  .tif_ctr .tif_content {
    width: 100%;
  }
  .tif_ctr .tif_content .content_ctr {
    gap: 20px;
  }
  .tif_ctr .tif_content .content_ctr .tif_image_ctr {
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 321px;
    align-items: center;
  }
  .tif_ctr .tif_content .content_ctr .tif_image_ctr .img_main_text {
    font-size: 24px;
  }
  .tif_ctr .tif_content .content_ctr .tif_image_ctr .tif_image {
    width: 50%;
    max-width: 160px;
  }
  .tif_ctr .tif_content .content_ctr .tif_information {
    flex-direction: column;
    gap: 10px;
  }
  .tif_ctr .tif_content .content_ctr .tif_information .right_item {
    gap: 10px;
  }
  .tif_ctr .tif_content .content_ctr .tif_information .right_item .logo {
    width: 30px;
    height: 30px;
  }
  .tif_ctr .tif_content .content_ctr .tif_information .right_item .right_item_content {
    gap: 5px;
  }
  .tif_ctr .tif_content .content_ctr .tif_information .right_item .right_item_content .ric_main {
    font-size: 10px;
  }
  .tif_ctr .tif_content .content_ctr .tif_information .right_item .right_item_content .ric_desc {
    font-size: 10px;
  }
}/*# sourceMappingURL=tif.css.map */