img.img-responsive {
 border-radius: 16px !important;
}


/* Column that carries the background image */
.se-feature-image-section .content-block-column {
 border-radius: 16px;
 overflow: hidden; /* clips the background to the curve */
}




/* target the <a> inside your .btn-get-fitted wrapper */
.btn-get-fitted a {
  display: inline-block;              /* make it boxy */
  background-color: white !important;
  color: #1f1f1f !important;
  border: 2px solid #1f1f1f !important;
  border-radius: 24px !important;
  padding: 11px 28px 10px !important;
  font-size: 16px !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

.btn-get-fitted a:hover,
.btn-get-fitted a:focus {
  background-color: #1f1f1f !important;
  color: white !important;
}

.btn-get-fitted a:hover strong,
.btn-get-fitted a:hover b,
.btn-get-fitted a:focus strong,
.btn-get-fitted a:focus b {
  color: white !important;
}
