.text_image_sec {
  background: #ffffff;
  padding: 100px 0px;
}

.text_image_sec .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  align-items: center;
}

.text_image_sec .row .column6 {
  width: 50%;
  padding: 0px 15px;
  text-align: right;
}
  
.text_image_sec .row .column6 .btn {
  padding: 0px;
  margin: 10px 0 0;
  border: 0;
}
  
.text_image_sec .row .column6 .btn a {
  background-color: var(--primary-color-one);
  border: 1px solid var(--primary-color-one);
  color: #000;
  display: inline-block;
  font-family: var(--onevilla-family-one);
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  padding: 12px 30px;
  position: relative;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  border-radius: 10px !important;
  border: 0 !important;
}

.text_image_sec .row .column6 .btn a:hover {
  background: #222b36;
}
.text_image_sec .row .column6.image img {
  border-top-right-radius: 80px;
  border-bottom-left-radius: 80px;
}
.row.text-image {
    flex-direction: row-reverse;
}
#catalog-download .column6.image img {
    max-height: 460px;
    object-fit: cover;
}
.column_sp.border-radiusnone img {
    border-radius: 0px !important;
}
.text_image_sec.video_txt_sec .column6.image.video .oembed_container {
    max-width: 100% !important;
    max-height: 100% !important;
}

.text_image_sec.video_txt_sec .column6.image.video .oembed_container iframe {
    width: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
}

.text_image_sec.video_txt_sec .column6.content h2 {
    margin-bottom: 0px;
    font-size: 20px;
}

.text_image_sec.video_txt_sec .column6.content .column_sp h1{
    font-family: "Bahnschrift", "Helvetica", sans-serif !important;
    font-size: 62px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0px;
}
.text_image_sec.video_txt_sec .column6.content .column_sp h2{
    font-family: "Bahnschrift", "Helvetica", sans-serif !important;
    font-size: 56px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0px;
  line-height: 1;
}
.text_image_sec.video_txt_sec .column6.content .column_sp h3{
  display: inline-block; /* Wrap background tightly around text */
  font-family: "bahnschrift-condensed", "helvetica", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 30px;
  background: #497738;
  padding: 5px 40px; /* Optional: more horizontal breathing room */
}

.text_image_sec.video_txt_sec .column6.content .column_sp p{
    font-family: "darwin pro","arial", sans-serif;
    font-weight: 100;
    font-style: normal;
    margin: 0;
    font-size: 20px;
    color: #000;
    line-height: 30px;
    letter-spacing: 0.1px;
}

.text_image_sec.video_txt_sec .section_heading {
    text-align: center;
    width: 100%;
}
.text_image_sec.video_txt_sec .section_heading {
    max-width: 900px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .text_image_sec .row .column6 {
    width: 100%;
  }
