.benefits-main-heading h2{
    margin: 0;
    line-height: 50px;
    font-family: 'Ample';
    font-weight: 600;
    padding-bottom: 15px;
} 
.benefits-top-content-inner p, .bottom-content-outer-block p {
    margin: 0;
    line-height: 28px;
    font-family: 'AvenirNext LT Pro';
    font-weight: 300;
}
.bottom-content-outer-block {
    padding: 30px 40px 20px 0px;
    position: relative;
}
.bottom-content-outer-block:before {
    content: '';
    background-image: url(https://info.matics.live/hubfs/Matics_2022/Group%202579.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 30px;
    position: absolute;
    height: 30px;
    width: 30px;
    left: -12px;
}
.benefits-top-content-inner h2 {
    margin: 0;
    line-height: 32px;
    font-family: 'Ample';
    font-weight: 600;
}
.benefits-main-heading h3 {
    margin: 0;
    line-height: 36px;
    font-family: 'Ample';
    font-weight: 400;
}
.benefits-top-content-outer-wrap, .benefits-bottom-content-outer-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.benefits-top-content-inner {
    flex: 0 29%;
}
.benefits-top-content-outer-wrap {
    padding: 40px 20px 0px;
}
.benefits-bottom-content-inner {
    flex: 0 31%;
    box-shadow: 0px 3px 20px #1C0B3E2E;
    border-radius: 5px;
}
.benefits-bottom-content-inner-wrap {
    padding: 20px 30px;
    overflow: hidden;
}
.benefits-top-content-inner:last-child,  .benefits-bottom-content-inner:last-child {
    margin-right: 0px;
}
.top-content-outer-block h3 {
    margin: 0;
    font-weight: 600;
    font-family: 'Ample';
    line-height: 26px;
    padding: 10px 0px;
}
.bottom-content-outer-block h3 {
    margin: 0;
    font-weight: 600;
    font-family: 'AvenirNext LT Pro';
    line-height: 23px;
    padding-top: 30px;
}
.benefits-bottom-content-outer-wrap {
    padding-top: 80px;
}
.bottom-content-outer-block p {
    min-height: 140px;
}
.icon-wrap {
    height: 60px;
}
.top-content-outer-block {
    padding-right: 32px;
}
.benefits-module-outer {
    width: 100%;
    float: left;
    box-sizing: border-box;
}
@media(max-width:1020px){
 .bottom-content-outer-block {
    padding: 20px 0px;
}
}
@media(max-width:800px){
 .benefits-top-content-inner,.benefits-bottom-content-inner {
    flex: 0 48%;
    margin-bottom: 30px;
}
  .benefits-top-content-inner, .benefits-bottom-content-inner {
    margin-right: 4%;
}
  .benefits-top-content-inner:nth-child(even), .benefits-bottom-content-inner:nth-child(even) {
    margin-right: 0px;
}
  .benefits-top-content-outer-wrap, .benefits-bottom-content-outer-wrap {
    justify-content:center;
  }
}
@media(max-width: 768px){
  .benefits-top-content-outer-wrap{
    display: block;
    overflow: hidden;
  }
 .benefits-bottom-content-inner {
   margin: 0px 20px !important;
  // box-shadow: 0px 3px 10px #1c0b3e2e;
}  
  .benefits-bottom-content-outer-wrap {
    overflow: hidden;
}

}
@media(max-width:600px){
 .benefits-top-content-inner,.benefits-bottom-content-inner {
    flex: 0 100%;
    margin-bottom: 40px;
}
  .benefits-top-content-inner, .benefits-bottom-content-inner {
    margin-right: 0px;
}
  .benefits-bottom-content-outer-wrap {
    padding-top: 20px;
}
  .bottom-content-outer-block p {
    min-height:unset;
  }
  .benefits-top-content-outer-wrap {
    padding: 40px 0px 0px;
}
  .top-content-outer-block {
    padding-right: 0px;
}
    .benefits-module-outer {
    padding: 60px 0px 30px !important;
}
}
@media(max-width:480px){
  .benefits-main-heading h2 {
    font-size: 30px !important;
    line-height: 40px;
  }
   .benefits-main-heading h3 {
    font-size: 20px !important;
    line-height: 28px;
  }

}
