main.body-container-wrapper h2.h2-v2{
  margin-top:60px;
}
.heading-circle-img{
  display:block;
  margin:0 auto;
}
.tabs .page-center {
    display: flex;
    justify-content:center;
    margin:60px auto;
  }
  .tabs a {
    text-decoration: none;
    border-radius: 33px;
    cursor: pointer;
    width:330px;
    height:66px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fff;
    border: 3px solid #185E68;
    color:#185E68;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 700;
    font-size:26px;
    margin:0 15px;
  }
  .tabs a.tab-one{
    border: 3px solid #4BA699;
    color:#4BA699;
  }
  .tabs a.active {
    background-color: #4BA699;
    border-color:#4BA699;
    color: #fff;
  }
.tabs a.active.tab-two {
    background-color: #185E68;
    border-color:#185E68;
    color: #fff;
  }
  .content {
    display: none;
  }
  .content.active {
    display: block;
  }
.recovery-factor{
  margin:60px auto 50px;
}
  
.recovery-factor .cta{
  background:#4BA699;
  color:#fff;
  font-size:37px;
  margin:6px auto 0;
  width:604px;
  height:73px;
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:15px;
  font-family: mundial, sans-serif;
font-weight: 700;
  padding-bottom: 6px;
}
.recovery-factor > img{
  display: block;
  margin:0 auto;
}
.recovery-factor .mobile{
    display:none;
  }
.tab-1-cta{
  background: #F2EDE9;
  margin-top:60px;
  width:100%;
  padding:60px 36px;
}
.tab-1-cta span{
  display: block;
  margin: 0 auto;
  max-width: 883px;
  width:100%;
  text-align:center;
  color:#185E68;
  font-family: mundial, sans-serif;
font-weight: 300;
font-size:34px;
}
.content-2{
  padding-bottom: 60px;
}
.peak-factor-chart{
  display:block;
  margin:60px auto 34px;
}
@media(max-width:1024px){
  .recovery-factor{
    text-align:center;
  }
  .recovery-factor .desktop{
    display:none;
  }
  .recovery-factor .mobile{
    display:flex;
    flex-direction:column;
  }
  .recovery-factor .mobile img{
    max-width:410px;
    width: 100%;
    display:block;
    margin:0 auto;
  }
  
  .recovery-factor .mobile img:first-of-type{
    margin-bottom:20px;
  }
  .recovery-factor .cta{
    width: auto;
    padding:10px 20px;
    display: inline-block;
    height: auto;
    font-size:28px;
    text-align:center;
  }
}
@media(max-width:960px){
  #tab-section .page-center{
    padding-left:36px;
    padding-right:36px;
  }
 @media(max-width:767px){
   .tabs .page-center{
     flex-direction:column;
  }
   .tabs a{
     margin:0 auto;
   }
   .tabs a.tab-one{
     margin-bottom:20px;
   }
   .recovery-factor .cta{
     padding: 10px 12px;
    font-size: 23px;
   }
   .bleed-numbers .number{
      font-size: 136px;
    }
   main.body-container-wrapper .bleed-numbers p{
     margin-top:10px;
   }
}
  @media(max-width:420px){
    .tabs a{
      width:100%;
      height:auto;
      padding: 12px;
    }
  }
  @media(max-width:410px){
    .bleed-numbers .number{
      font-size: 130px;
    }
  }