.image-and-content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
}

.image-and-content .container h2{
  font-size: 51px;
}

.image-and-content .img-wrapper {
  width: 50% !important;
  text-align: center;
}

.image-and-content .img-wrapper img {
  display: block;
  margin: auto;
}

.image-and-content .content-wrapper {
  width: 48% !important;
}

.image-and-content h1 {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #71717B;
    margin: 10px 0 15px;
}

.image-and-content h2 {
    font-weight: 900;
    font-size: 74px;
    line-height: 1;
    letter-spacing: -1.59px;
    margin: 0;
}

.image-and-content .cta-btn-blue-no-bottom-padding {
    border: 1px solid #0097DD;
    color: #fff;
    background: #0097DD;
    border-radius: 3.6px;
    padding: 14px 20px;
    font-size: 19px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0;
    display: inline-block;
}

.image-and-content .cta-btn-blue-no-bottom-padding:hover {
    background: #0084c2;
    border: 1px solid #0084c2;
}

  .image-and-content .cta-btn-blue-no-bottom-padding.mobile {
    display: none;
  }

@media screen and (max-width: 950px) {
  .image-and-content h1 {
    text-align: center;
    margin-bottom; 35px;
  }
  .image-and-content h2 {
    font-size: 54px;
    text-align: center;
  }
  .image-and-content .container {
    display: block;
    padding-bottom: 0;
    text-align: center;
  }
  
  .image-and-content .img-wrapper,
  .image-and-content .content-wrapper {
    width: 100% !important;
  }
  
  .image-and-content .content-wrapper {
    text-align: center;
  }
  
  .image-and-content .content-wrapper h1{
    margin-top: 30px;
  }
  
  .image-and-content .content-wrapper h2{
    font-size: 42px;
  }
  
  .image-and-content.image-and-content-right .img-wrapper {
    margin-bottom: 0;
  }
  
  .image-and-content .img-wrapper img {
    width: 500px;
  }
  
  .image-and-content .cta-btn-blue-no-bottom-padding.desktop {
    display: none;
  }
  
  .image-and-content .cta-btn-blue-no-bottom-padding.mobile {
    display: inline-block;
    margin-top: 0;
  }
}