:root {
  --fivespot_primary_color: #ff6e2e;
}
.section_fivespot {
  position: relative;
  display: flex;
  max-height: 1020px;
  background: #ffe8bf;
}
.section_fivespot .fivespot_content {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  margin-right: 4.2%;
}
.section_fivespot .fivespot_content_inner {
  padding: 180px 0 180px 50px;
}
.section_fivespot .banner_title {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -1px;
}
.section_fivespot .banner_desc {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.section_fivespot .logo_img {
  width: 114px;
}
.section_fivespot .fivespot_info_wrapper {
  margin: 40px 0 53px;
  padding: 40px;
  max-width: 598px;
  background: #fff;
  border-radius: 16px;
}
.section_fivespot .fivespot_info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}
.section_fivespot .fivespot_info > li {
  padding-left: 28px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  background: url(/wp-content/themes/fastfive/assets/images/pages/for1/icon_checkbox.png) no-repeat left 6px / 20px;
}
.section_fivespot .fivespot_info > li > strong {
  color: var(--fivespot_primary_color);
}
.section_fivespot .fivespot_img {
  position: relative;
  width: 100%;
  max-width: 48%;
}
.section_fivespot .fivespot_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section_fivespot .fivespot_img figcaption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 16px;
  width: 100%;
  z-index: 0;
  font-size: 18px;
  font-weight: 600;
  color: #444;
}
.section_fivespot figcaption::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 140px;
  z-index: -1;
  background: linear-gradient(transparent, #e4ded3);
}
.section_fivespot .btn_wrapper {
  position: relative;
}
.section_fivespot .btn_cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding: 0 48px;
  color: #fff;
  background: #000;
  font-size: 18px;
  font-weight: 600;
  text-indent: 8px;
  border-radius: 48px;
  transition: linear 0.2s;
}
.section_fivespot .btn_cta::after {
  content: '';
  display: inline-block;
  margin-left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  -webkit-mask: url(/wp-content/themes/fastfive/assets/images/common/btn_cta_arrow.svg) no-repeat;
  mask-position: center;
  mask-size: 100%;
}
.section_fivespot .floating_msg {
  position: absolute;
  display: inline-flex;
  left: 0;
  top: -35px;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: var(--fivespot_primary_color);
  border-radius: 48px;
}
.section_fivespot .floating_msg::after {
  content: '';
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  left: 18px;
  bottom: -10px;
  background: url(/wp-content/themes/fastfive/assets/images/fivespot/floating_msg_deco.png) no-repeat left center / 100% auto;
}
@media (max-width: 960px) {
  .section_fivespot {
    flex-direction: column;
    max-height: 100%;
    text-align: center;
  }
  .section_fivespot .fivespot_content {
    margin: 0;
    justify-content: center;
  }
  .section_fivespot .fivespot_content_inner {
    padding: 130px 20px;
    width: 100%;
  }
  .section_fivespot .banner_title {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .section_fivespot .banner_desc {
    font-size: 16px;
  }
  .section_fivespot .fivespot_img {
    overflow: hidden;
    margin-top: 42px;
    max-width: 100%;
    border-radius: 16px 16px 0 0;
  }
  .section_fivespot .fivespot_img figcaption {
    padding: 12px 20px;
    text-align: left;
    font-size: 16px;
  }
  .section_fivespot .fivespot_img figcaption::after {
    height: 80px;
  }
  .section_fivespot .fivespot_info_wrapper {
    margin: 0;
    border-radius: 0 0 16px 16px;
    max-width: 100%;
    padding: 32px;
  }
  .section_fivespot .fivespot_info {
    margin-top: 18px;
    gap: 8px;
  }
  .section_fivespot .fivespot_info > li {
    font-size: 16px;
  }
  .section_fivespot .logo_img {
    width: 60px;
  }
  .section_fivespot .btn_wrapper {
    margin: 56px auto 0;
    width: fit-content;
  }
  .section_fivespot .btn_cta {
    padding: 0 32px;
    font-size: 16px;
  }
  .section_fivespot .floating_msg {
    padding: 6px 12px;
    font-size: 14px;
  }
}
