.need-a-reason {
  background-image: url(/Sitefinity/WebsiteTemplates/Sharonview/App_Themes/sharonview/img/need-a-reason-bg-mw.jpg);
  background-color: #005d83;
  background-size: cover;
  background-position: top center;
  color: white;
  text-align: center;
  padding: 50px 0;
}
@media (max-width:  767px ) {
  .need-a-reason {
    padding: 25px 0;
  }
}
.need-a-reason .top {
  width: 660px;
  margin: 0 auto;
}
@media (max-width:  767px ) {
  .need-a-reason .top {
    width: 100%;
  }
}
.need-a-reason .title {
  font-size: 25px;
}
.need-a-reason .sub-title {
  font-size: 40px;
  font-family: "Covered By Your Grace", "Comic Sans MS", "Comic Sans", "Chalkboard", "ChalkboardSE-Regular", cursive;
  color: #AEDA72;
}
.need-a-reason .content {
  font-size: 15px;
}
.need-a-reason .benefits {
  margin: 50px 0;
}
@media (max-width:  767px ) {
  .need-a-reason .benefits {
    display: none;
  }
}
.need-a-reason .benefit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.need-a-reason .benefit > a {
  color: white;
  display: block;
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 10px;
}
@media (min-width:  768px ) and (max-width:  991px ) {
  .need-a-reason .benefit > a {
    font-size: 16px;
  }
}
.need-a-reason .benefit > a:focus,
.need-a-reason .benefit > a:hover {
  color: #AEDA72;
  text-decoration: none;
}
.need-a-reason .benefit > a img {
  margin-bottom: 25px;
  max-width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}
@media (max-width:  767px ) {
  .need-a-reason .benefit > a img {
    display: inline-block;
    margin: 0 15px 0 30px;
    max-width: 46px;
  }
}
.need-a-reason .button-group {
  margin: 20px 0;
}
.need-a-reason .btn {
  color: #fff !important;
  font-weight: 400;
  margin: 0 20px;
}
@media (max-width:  767px ) {
  .need-a-reason .btn {
    font-size: 14px;
    margin: 0 5px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 5px 10px;
  }
}
