article header {
  display: none;
}

.section_image {
  margin: 65px clamp(1rem, 0.0462rem + 4.016vw, 4.0625rem) 32px
    clamp(1rem, 0.0462rem + 4.016vw, 4.0625rem);
  background-color: #f6dcd4;
  border-radius: 32px;
  padding: 60px clamp(1rem, -1.25815rem + 9.508vw, 8.25rem);
}

.section_image.is-style-align-left .content-wrapper {
  flex-direction: row-reverse;
}

.section_image ul {
  list-style: disc;
}

.section_image .content-wrapper {
  display: flex;
  gap: 80px;
}
.section_image .content-wrapper .left_wrapper {
  flex: 3;
}
.section_image .woocommerce-breadcrumb {
  font-size: 14px;
  opacity: 0.5;
  color: #767676;
  padding-bottom: 25px;
}
.section_image .woocommerce-breadcrumb a {
  font-weight: 300;
  color: #767676;
}
.section_image .page-title {
  font-family: 'Playfair Display', serif;
  color: #4c4766;
  margin-bottom: 70px;
  font-size: 2.5rem;
  margin-top: 0;
}
.section_image .content-wrapper .left_wrapper .subtitle {
  font-family: 'Playfair Display', serif;
  color: #d45f3b !important;
  font-size: 2rem;
  margin-bottom: 30px;
  padding: 0;
  font-weight: bold;
}
.section_image .content-wrapper .left_wrapper .description {
  font-family: 'Biryani', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #4c4766;
  margin-top: 56px;
  padding-right: 100px;
}

.section_image .content-wrapper .left_wrapper .description p,
.section_image .content-wrapper .left_wrapper .description li {
  padding: 5px 0px;
}

.section_image .button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.section_image .button-wrapper .custom_button {
  background-color: #d45f3b;
  padding: 16px 24px 14px 24px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  border-radius: 16px;
  border: unset;
  margin-top: 24px;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.section_image .button-wrapper .custom_button:hover {
  background-color: #a1482c;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.section_image .content-wrapper .right_wrapper {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section_image .content-wrapper .right_wrapper img,
.section_image .content-wrapper .right_wrapper iframe {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.section_image .content-wrapper .right_wrapper iframe {
  min-height: 450px;
}

/* Tablet */
@media screen and (min-width: 520px) and (max-width: 1399px) {
  .section_image .content-wrapper {
    flex-direction: column !important;
  }
  .section_image .content-wrapper .left_wrapper .description {
    padding-right: 0px;
  }

  .section_image .content-wrapper .left_wrapper .page-title {
    font-size: 65px;
  }

  .section_image .button-wrapper {
    flex-direction: column;
    gap: 0px;
  }

  .section_image .button-wrapper .custom_button {
    width: 100%;
  }
}

/* Mobile */
@media screen and (min-width: 300px) and (max-width: 519px) {
  .section_image .button-wrapper {
    flex-direction: column !important;
    gap: 0px;
  }

  .section_image .button-wrapper .custom_button {
    font-size: 12px;
    width: 100%;
  }

  .section_image .content-wrapper .left_wrapper .description {
    padding-right: 0px;
    margin-top: 0px;
  }

  .section_image .content-wrapper .right_wrapper iframe {
    min-height: unset;
  }

  .section_image .content-wrapper {
    flex-direction: column !important;
    gap: 24px;
  }

  .section_image .content-wrapper .left_wrapper .subtitle {
    font-size: 2rem;
  }

  .section_image .content-wrapper .left_wrapper .description {
    font-size: 12px;
  }

  .section_image .page-title {
    margin-bottom: 20px;
  }
}
