.athlete-banner-outer {
    background-repeat: no-repeat;
    padding: 100px 0px 40px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.athlete-banner-inner span {
    font-size: 18px;
    line-height: 39px;
    color: #009FD3;
    font-weight: 700;
    text-align: center !important;
    font-family: 'Montserrat',sans-serif;
}
.athlete-banner-inner {
    text-align: center;
}
.banner-heading h2 {
    font-size: 55px;
    line-height: 65px;
    color: #F2F2F2;
    margin: 0px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
}
.banner-heading-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: center;
    padding: 25px 0px 50px;
}
.banner-athlete-factory-logo {
    padding-right: 150px;
  padding-top: 100px;
}
.athlete-banner-inner h3 {
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 0px;
    padding-bottom: 45px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
}
.athlete-details-list {
    text-align: left;
    max-width: 885px;
    margin: 0 auto;
}
.list-outer ul {
    margin: 0px;
    padding-left: 60px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-outer ul li {
    font-size: 24px;
    line-height: 36px;
    color: #FFFFFF;
    font-weight: 700;
    flex: 0 38%;
    padding-bottom: 40px;
    position: relative;
}
.list-outer ul li:before {
    position: absolute;
    content: "";
    background-image: url(https://f.hubspotusercontent20.net/hubfs/2547723/2021-pitchero/Athlete-Factory-Page/check.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    width: 40px;
    height: 40px;
    left: -57px;
    top: 7px;
}

.learn-ore-button a {
    font-size: 21px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    background-color: #3ACE9D;
    padding: 15px 50px;
    border: 2px solid #3ACE9D;
    border-radius: 5px;
    transition: .2s all;    
  font-family: Montserrat,sans-serif;
}
.learn-ore-button a:hover{
    color: #3ACE9D;
    background-color: #fff;
}

.divide-col {
    flex: 0 60%;
  padding-left: 30px;
}

.mobile-device-only{
  display: none;
}
@media(max-width:890px){
  
.divide-col {
    flex: 0 100%;
}

  .banner-heading h2 {
    font-size: 30px;
    line-height: 50px;
    font-size: 30px !important;
    font-weight: 400;
    padding-bottom: 20px;
  }
  .list-outer ul li {
      flex: 0 42%;
  }
  .athlete-banner-inner h3 {
      font-size: 24px !important;
      line-height: 30px;
    font-weight: 600 !important;;
  }
  
  .athlete-banner-inner span {
    text-align: center !important;
    font-size: 20px;
}
  .banner-athlete-factory-logo {
    padding-right: 0px;
}
  .athlete-banner-inner .banner-heading {
    text-align: center !important;
    padding-top: 20px;
}.mobile-device-only {
    display: block!important;
    padding-bottom: 50px;
}
  .banner-heading>span{
    display: none !important;
  }
  .divide-col {
    margin-top: 60px;
}
}

@media(max-width:767px){
.mobile-device-only {
    display: block!important;
    padding-bottom: 15px;
}
  .banner-heading>span{
    display: none !important;
  }
  .divide-col {
    margin-top: 0px;
}
  .banner-athlete-factory-logo {
    padding-right: 0px;
}
  .athlete-banner-inner span, .athlete-banner-inner .banner-heading{
    text-align: center !important;
  }
 
  .athlete-banner-outer {
      padding: 50px 0px 60px;
  }
    .list-outer ul li {
      flex: 0 100%;
  }
  .list-outer ul li:before {
      top: -1px;
  }
  .banner-heading h2 {
      font-size: 30px !important;
      line-height: 45px !important;
    font-size: 30px !important;
    font-weight: 400 !important;
  }

}
  
@media(max-width:650px){
  .athlete-banner-inner span {
      font-size: 20px;
      line-height: 30px;
  }
  .athlete-banner-outer {
      padding: 40px 0px !important;
  }
  .banner-heading-outer {
      padding-bottom: 30px;
  }
  .athlete-banner-inner h3 {
      font-size: 24px !important;;
    font-weight: 600 !important;;
      line-height: 30px;
      padding-bottom: 30px;
  }
  .list-outer ul li:before {
      background-size: 30px;
      width: 30px;
      height: 30px;
      top: 0px;
      left: -50px;
  }
  .list-outer ul li {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 25px;
  }
  
  .banner-heading h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }
  .learn-ore-button a {
    font-size: 18px;
    line-height: 26px;
    padding: 12px 45px;
  }
  
  .learn-ore-button {
    padding-top: 15px;
}
}

@media(max-width:540px){

}
  .banner-athlete-factory-logo {
    padding-right: 15px;
}
}


@media(max-width:480px){
  .banner-athlete-factory-logo img {
    width: 120px;
}
  .banner-heading h2 {
    font-size: 30px;
    line-height: 28px;
}
}
  
@media(max-width:425px){
.banner-heading h2 {
    line-height: 26px;
}
}