.inner-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

button.CTA-button.single {
    margin: 40px auto 0 auto;
    font-weight: 600;
    padding: 20px 40px;
    color: #fff;
    background-color: #00ab90;
    -webkit-box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 50%);
    -moz-box-shadow: 2px 2px 3px 0 rgba(0,0,0,.5);
    box-shadow: 2px 2px 3px 0 rgb(0 0 0 / 50%);
    border: 0;
    border-radius: 10px;
    font-size: 18px;
    transition-duration: .5s;
    cursor: pointer;
    line-height: 1.2em;
    display: block;
    font-family: montserrat,sans-serif !important;
}

button.CTA-button.single:hover {
    color: #fcdf7e;
    background-color: #109fda;
}

@media (max-width: 1200px){
  h3 {
      font-size: 21px;
  }
}


}