body {
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  font-family: "Quicksand", sans-serif;
}

.why-high-rise {
  background-color: #cc5518;
  background-image: linear-gradient(90deg, #cc5518, #FAE89E, #cc5518);
  padding: 35px 0;
  text-align: center;
}
.why-high-rise h4 {
  font-size: 60px;
  font-weight: 700;
}
.why-high-rise .blocks .col-sm-6:nth-child(even) .block {
  margin: 25px 0 0 auto;
}
.why-high-rise .blocks .block {
  margin-top: 35px;
  text-align: center;
  max-width: 488px;
  width: 100%;
}
.why-high-rise .blocks .block img {
  display: block;
  margin: 0 auto 15px auto;
}
.why-high-rise .blocks .block h6 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 0;
}
.why-high-rise .blocks .block p {
  font-size: 20px;
}

@media (max-width: 767px) {
  .why-high-rise h4 {
    font-size: 30px;
  }
  .why-high-rise .blocks .block {
    margin: 25px auto 0 auto !important;
  }
  .why-high-rise .blocks .block h6 {
    font-size: 22px;
  }
  .why-high-rise .blocks .block p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .why-high-rise h4 {
    font-size: 40px;
  }
  .why-high-rise .blocks .block {
    margin: 25px auto 0 auto !important;
  }
  .why-high-rise .blocks .block h6 {
    font-size: 25px;
  }
  .why-high-rise .blocks .block p {
    font-size: 18px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1364px;
  }
}

/*# sourceMappingURL=high-rise-club-index.css.map */
