.image_text_2col_section_global { position: relative; width:100%; }
.drive_module h3 {padding:0 !important;}
.drive_module {    word-break: break-word !important; overflow:hidden !important; object-fit:contain !important;}
.image_text_2col_section_global .justify-content-around {    justify-content: space-around;}

.drive_module .hs-embed-wrapper { max-width: 100% !important; border-radius: 12px;}

.two_col_conten .hs-embed-wrapper , .image_text_2col_right  .hs-embed-wrapper { overflow: hidden !important; max-width: 100% !important; border-radius: 12px;}


.image_text_2col_section_global .only_img .col_image img {  width: 100% !important; height: 100%  !important ;object-fit: cover  !important;}
.image_text_2col_section_global .image_text_2col_raw { margin: 0 auto; gap:32px;}
.image_text_2col_section_global.img-left .image_text_2col_left,
.image_text_2col_section_global.img-right .image_text_2col_right { order: 1; }
.image_text_2col_section_global.img-right .image_text_2col_left,
.image_text_2col_section_global.img-left .image_text_2col_right { order: 2; }
.image_text_2col_section_global.img-left .image_text_2col_left { padding: 0; flex-basis:     50%; }
.image_text_2col_section_global.img-right .image_text_2col_left { padding: 0; flex-basis:   50%;}
.image_text_2col_section_global .image_text_2col_right { padding: 0; }
.image_text_2col_section_global .two_col_headline { padding-bottom: 14px; }
.image_text_2col_section_global .two_col_content { padding-bottom: 14px; font-size: 18px; line-height: 28px; }
.image_text_2col_section_global .two_col_content p { font-size: 18px; line-height: 28px; }
.image_text_2col_section_global .col_image img { overflow: hidden; }
.image_text_2col_section_global .two_col_content.font1 {
    font-family: var(--primary-font);
}
.image_text_2col_section_global .two_col_content.font2 {
    font-family: var(--secondary-font);
}

.image_text_2col_section_global iframe, .video iframe{
  aspect-ratio: 23 / 13;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .25);
    display: block;
    height: 100% !important;
    max-width: 100% !important;
     transition: .3s ease;
    object-fit: cover;
    overflow: hidden;
}

.image_text_2col_section_global iframe:hover,.video iframe:hover {
    transform:translateY(-0px);
 box-shadow: 0 18px 40px #6a5b37;
}
}

@media (min-width:768px){
    .image_text_2col_left a { position: relative; top: 50px; }
}

@media (max-width:767px){
    .image_text_2col_section_global.img-left .image_text_2col_left { margin-bottom: 40px; padding-right: 0; }
    .image_text_2col_section_global.img-right .image_text_2col_left { order: 1; margin-bottom: 40px; padding-left: 0; }
    .image_text_2col_section_global.img-right .image_text_2col_right { order: 2; }
    .image_text_2col_left.no-img { display: none; }
}