.image-text-block {
  margin-bottom: 1.25rem;
}

.image-text-block h3 {
  margin-top: 0;
}


.head-info-block .image-block img {
  float: right;
}

.head-info-block .col-sm-3 {
  padding-top: 20px;
}

.head-info-block .col-sm-3 p {
  clear: both;
  text-align: center;
  font-family: maven_promedium;
  font-size: 16px;
  color: #333;
}

.blue-tabs-wrapper p {
 margin-bottom: 0;
}

.head-info-block .text-block .custom {
 font-family: maven_promedium;
 font-size: 16px;
 color: #333;
 line-height: 24px;
}

.head-info-block .text-block {    
  padding-bottom: 20px;
}


@media (min-width: 62.5em) {
  .tab-content .col-sm-8.right-col {
    padding-left: 43px;
  }
  .tab-subtitle {
    margin-top: 20px;
  }
  .image-text-block {
    margin-bottom: 2.5rem;
  }
}

/* Fix for long FR hero translation */
@media (min-width: 768px) and (max-width: 1000px) {
  .full-width-banner .container {
    padding-top: 1.25rem;
  }
  .full-width-banner .container h1 {
    margin-top: 0.1rem;
  }
}
.full-width-banner.set-min-height {
  min-height: 19rem;
}

@media screen and (min-width: 768px) {
  .blue-tabs li, .quicktabs-tabs li {
    font-size: 16px;
    width: 158px;
  }
  .full-width-banner.set-min-height {
   min-height: 19rem;
 }
}