.hs_accordionSection {
    position: relative;
}
.hs_accordionSection .accordion-content {
    position: relative;
    z-index: 10;
}
.hs_aboutUs_section .top_content {
    padding-bottom: 32px;
}
.hs_aboutUs_section .top_content > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hs_aboutUs_section .top_image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30.6%;
    width: 100%;
    border-radius: 23px;
    margin-bottom: 32px;
}
.hs_aboutUs_section .top_image img {
    display: none;
}
.hs_aboutUs_section .bottom_section_group {
    display: flex;
    justify-content: center;
    margin: 0 -14px -32px;
    flex-wrap: wrap;
}
.hs_aboutUs_section .bottom_item {
    width: calc(50% - 28px);
    margin: 0 14px 32px;
}
.hs_aboutUs_section .bottom_item_inner {
    width: 100%;
    border-radius: 32px;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #F5F5F5;
    height: 100%;  
}
.hs_aboutUs_section .bottom_title_grp > *:last-child {
    margin-bottom: 0;
}
.hs_aboutUs_section .top_icon {
    margin-bottom: 20px;
}
.hs_aboutUs_section .bottom_title_grp h1,
.hs_aboutUs_section .bottom_title_grp h2,
.hs_aboutUs_section .bottom_title_grp h3,
.hs_aboutUs_section .bottom_title_grp h4
.hs_aboutUs_section .bottom_title_grp h5,
.hs_aboutUs_section .bottom_title_grp h6 
    margin: 0 0 8px 0;
}
.hs_aboutUs_section .top_content h2, 
.hs_aboutUs_section .top_content h3, 
.hs_aboutUs_section .top_content h4 {
  font-weight: 400;
}
.hs_aboutUs_section .bottom_section_group.mobile_view {
  display: none !important;
}



@media (max-width:767px) {
  .hs_aboutUs_section .bottom_section_group.desktop_view {
    display:none !important;
  }
  .hs_aboutUs_section .bottom_section_group.mobile_view {
    display: block !important;
  }
  .hs_aboutUs_section .top_content h2, 
  .hs_aboutUs_section .top_content h3, 
  .hs_aboutUs_section .top_content h4 {
    font-weight: 600;
  }  
  .hs_aboutUs_section .top_image {
      padding-bottom: 62.7%;
  }
  .hs_aboutUs_section .top_content {
      padding-bottom: 16px;
      text-align: center;
  }
  .hs_aboutUs_section .bottom_title_grp {
      font-size: 14px;
      line-height: 1.7;
  }  
  .hs_aboutUs_section .slick-list {
      padding-right: 15%;
  }
  .hs_aboutUs_section .bottom_section_group {
      margin: 0 -11px;
  }
  .hs_aboutUs_section .bottom_item {
      margin: 0 11px;
      height: auto;  
  }
  .hs_aboutUs_section .slick-track {
      display: flex;
      flex-wrap: wrap;
  }
}

