.hs_ourIndustries_section {
    position: relative;
}
.hs_ourIndustries_section .accordion-content {
    position: relative;
    z-index: 10;
}
.hs_ourIndustries_section .top_content {
    padding-bottom: 24px;
}
.hs_ourIndustries_section .top_content .content > *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.hs_ourIndustries_section .top_image {
    text-align:center;
}
.hs_ourIndustries_section .left_bot_link {
    margin-top: 10px;
    vertical-align: middle;
}
.hs_ourIndustries_section .left_bot_link a {
    vertical-align: middle;
    color: #303030;
    font-weight: 600;
}
.hs_ourIndustries_section .left_bot_link a svg {
    vertical-align: middle;
    margin-left: 2px;
    transition: all 0.3s ease;
}
.hs_ourIndustries_section .left_bot_link a:hover svg {
    margin-left: 7px;
}
.hs_ourIndustries_section .bottom_section_group.row {
    margin-bottom: -64px;
}
.hs_ourIndustries_section .bottom_item {
    margin: 0 0px 64px;
}
.hs_ourIndustries_section .bottom_item_inner {
    width: 100%;
    border-radius: 32px;
    padding: 16px;
    padding-bottom: 24px;
    background-color: #F5F5F5;
    height: 100%;
    transition: all 0.3s ease;
}
.hs_ourIndustries_section .bottom_item_inner:hover {
    background: rgba(72, 90, 255, 0.2);
}
.hs_ourIndustries_section .bottom_title_grp > *:last-child {
    margin-bottom: 0;
}
.hs_ourIndustries_section .top_icon {
    margin-bottom: 20px;
}
.hs_ourIndustries_section .bottom_title_grp h1,
.hs_ourIndustries_section .bottom_title_grp h2,
.hs_ourIndustries_section .bottom_title_grp h3,
.hs_ourIndustries_section .bottom_title_grp h4
.hs_ourIndustries_section .bottom_title_grp h5,
.hs_ourIndustries_section .bottom_title_grp h6 
    margin: 0 0 8px 0;
}
.hs_ourIndustries_section .top_content h2, 
.hs_ourIndustries_section .top_content h3, 
.hs_ourIndustries_section .top_content h4 {
  font-weight: 400;
}

.hs_ourIndustries_section .single_col .top_content {
    padding-bottom: 48px;
    align-items: center;
}
.hs_ourIndustries_section .single_col .left_bot_link {
    margin-top: 0;
    vertical-align: middle;
    text-align: right;
}


@media (min-width:992px) {
  .hs_ourIndustries_section .top_section {
      padding-right: 24px;
  }
  .hs_ourIndustries_section .bottom_section {
      padding-left: 48px;
  }  
  .hs_ourIndustries_section .mobile_view {
    display: none !important;
  }  
  .hs_ourIndustries_section .single_col .bottom_section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width:991px) {
  .hs_ourIndustries_section .desktop_view {
    display: none !important;
  }  
  .hs_ourIndustries_section .top_content {
      padding-bottom: 16px;
      text-align: center;
  }
  .hs_ourIndustries_section .bottom_section_group.row {
      margin-bottom: -30px;
  }  
  .hs_ourIndustries_section .bottom_item {
      margin: 0 0px 30px;
  }  
  .hs_ourIndustries_section .left_bot_link.mobile_view {
      text-align: center;
  }  
  .hs_ourIndustries_section .bottom_section {
      margin-top: 32px;
  }  
  .hs_ourIndustries_section .top_image {
      margin-bottom: 32px;
  }  
  .hs_ourIndustries_section .single_col .top_content {
      padding-bottom: 0;
  }
  .hs_ourIndustries_section .single_col .left_bot_link.mobile_view {
      width: 100%;
      margin-top: 20px;
  }
}

@media (max-width:767px) {
  .hs_ourIndustries_section .top_content h2, 
  .hs_ourIndustries_section .top_content h3, 
  .hs_ourIndustries_section .top_content h4 {
    font-weight: 600;
  }  
  .hs_ourIndustries_section .bottom_title_grp {
      font-size: 14px;
      line-height: 1.7;
  }  
  .hs_ourIndustries_section .bottom_section_group.row {
      margin-bottom: 0;
  }  
  .hs_ourIndustries_section .bottom_item {
      margin: 0;
  }  
  .hs_ourIndustries_section .slick-list {
      padding-right: 15%;
  }  
}

