

.section-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}




.button {
  padding: 5px 30px;
  background-color: #ed1b24;
  border: none;
  border-radius: 5px;
  color: white;
  display: inline-block;
  outline: none;
  -webkit-transition: .3s ease;
          transition: .3s ease;
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125em;
}
.button:hover, .button:active {
  background-color: #A80000; color:#fff; text-decoration:none;
}

.offer {
  margin-bottom: 30px;
}
.offer .featured-image {
  border: 5px solid white;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: white;
  margin-bottom: 20px;
}

.testimonial {
  padding: 10px 14px;
  margin-bottom: 30px;
  border: 1px solid #e3e8e9;
  border-radius: 5px;
  text-align: center;
}



figure img {
  display: block;
  max-width: 100%;
}
.testimonial-body p{ font-size:12px; text-align:justify}
