.ba-isotope {display:flex;max-width:1200px;margin:auto;align-items:center;gap:85px}
.ba-isotope .left-column{flex:1;display:flex;justify-content:center;align-items:center;overflow:hidden;min-height:505px;background-size:cover;background-position:center}
.ba-isotope .left-column img{max-width:100%;display:block}
.ba-isotope .right-column{flex:1;padding:20px}
.ba-isotope .right-column h2{font-size:24px;color:#fff;margin-bottom:20px;position:relative}
.ba-isotope .right-column h2:after{content:" ";background-color:#cfa47f;position:absolute;height:1px;width:30px;left:0;bottom:-5px}
.ba-isotope .treatment-table{width:100%;border-collapse:collapse;border:0}
.ba-isotope .treatment-table td,.treatment-table th{text-align:left;padding:8px;color:#7a7674;font-weight:700;border:0}
.ba-isotope .treatment-table th{color:#cfa47f;font-weight:700}
.ba-isotope .owl-carousel button.owl-dot{width:13px;height:13px;background:#cfa47f;border-radius:50px}
.ba-isotope .owl-carousel button.owl-dot.active{background:#fff}
.ba-isotope .owl-dots{display:flex;justify-content:center;gap:8px}
@media only screen and (max-width:767px){
  .ba-isotope {flex-direction:column;max-width:100%;padding:0 30px;gap:30px}
  .ba-isotope .left-column{width:100%;min-height:330px}
  .ba-isotope .right-column{padding:0}
}
