.hsp_row{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}
.hsp_row.toggle_cnt {
  flex-direction: row-reverse;
  justify-content: space-between;
}
.tw_col_img, 
.tw_col_cnt{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.tw_col_btn.no_btn{
  display:none;
}
.hsp_row.toggle_cnt .tw_col_img .tw_col_img_inn {
  width: 100%;
}
.hsp_row.toggle_cnt .tw_col_img .tw_col_img_inn img {
  display: inline-block;
}
.tw_col_cnt > h6 {
  color: #2B46F2;
  margin: 0;
  padding-bottom: 20px;
}
.tw_col_cnt h3 {
  margin: 0;
  padding-bottom: 20px;
}
.tw_col_subtext p {
  margin: 0;
  padding-bottom: 20px;
}
.tw_col_btn .hs-button {
  margin-top: 20px;
  display: inline-block !important;

}
@media (min-width: 768px){
  .tw_col_img, 
  .tw_col_cnt{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .hsp_row.toggle_cnt .tw_col_img .tw_col_img_inn {
    text-align: left;
  }
}
@media (max-width: 991px){
  .hsp_row .tw_col_cnt{
    margin-bottom: 45px;
  }
  .tw_col_wrap .hsp_row.toggle_cnt .tw_col_img{
    margin-bottom: 45px;
  }
  .tw_col_cnt > h6 {
    padding-bottom: 10px;
  }

  .tw_col_cnt h3, 
  .tw_col_subtext p {
    padding-bottom: 10px;
  }
  .tw_col_cnt h3 br {
    display: none;
  }
  .tw_col_img_inn {
    text-align: center;
  }