@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.offer {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.offer h1,
.offer h2,
.offer h3,
.offer h4,
.offer h5,
.offer h6 {
  color: #3e4555;
}

.offer .font-weight-medium {
  font-weight: 500;
}

.offer .subtitle {
  color: #8d97ad;
  line-height: 24px;
  font-size: 14px;
}

.offer .font-14 {
  font-size: 14px;
}

.offer h5 {
    line-height: 22px;
    font-size: 18px;
}

.offer .btn-md {
  padding: 15px 30px;
  font-size: 16px;
}

