.customer_hero__row { display: flex; flex-flow: wrap;     width: 100%;  }
.customer_hero__left { width: 50%; padding-right: 10px; }
.customer_hero__right { width: 50%; padding-left: 10px; display: flex; justify-content: center; align-items: center; }
.case_study_tag { color: #003262; text-transform: uppercase; font-size: 18px; font-weight: 500;}
.case_study_header { padding-top: 12px; padding-bottom: 30px; }
.primary_design a { background: var(--purple); border-color: var(--purple); padding: 10px 25px !important; font-size: 13px; line-height: 1.41; border: 1px solid var(--purple); text-transform: uppercase; font-weight: 700; letter-spacing: 0.65px; min-width: 125px; border-radius: 3px; transition: all .25s ease; display: inline-block; font-family: Yantramanav, sans-serif; text-align: center; text-decoration: none !important; color: #fff !important; !i; !; }
.primary_design a:hover { background: #fff; color: var(--purple) !important; border-color: var(--purple); }
.hero-wrapper .hs-video-widget {  width: 100%; }



@media (max-width:991px){
 .single-hero-section h1 {  font-size: 40px !important;; }
  
}

@media (max-width:991px){
  .customer_hero__left {  width:100%;  padding-right: 0px; padding-bottom: 30px;  }
  .customer_hero__right{ width: 100%; padding-left:0px; }
  
}