.home.introduction .content.description p,
.home.introduction .content.description a,
.home.introduction .content.description * {
  font: normal normal 18px/30px 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home.introduction .content.description p {
  margin-bottom: 40px;
}

.content.description p {
  font-weight: 400;
  color: var(--text-primary-color);
}

.content.description p {
  margin-bottom: 1.618rem;
}

.border-0 {
  border: 0 !important;
}

.card .card-body .card-title {
  font: normal normal 20px/30px "Open Sans", sans-serif;
}

.card .card-body .description p {
  font: normal normal 1rem/28px "Open Sans", sans-serif;
  margin-bottom: 1.618rem;
}

.card-img-overlay {
  padding: 0;
}

.card-img-overlay .card-title {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.card .card-body .description p {
  font-weight: 300;
  color: var(--text-primary-color);
}

.page-section-title *,
h2.page-section-title {
  font: normal normal 30px/28px "Open Sans", sans-serif;
}

.page-section-title *,
h2.page-section-title {
  font-weight: 600;
  margin-bottom: 40px;
  color: var(--theme-color);
}

.font-weight-light>p {
  font-weight: 300 !important;
}

.listing .content .col-7,
.listing .content .col-8 {
  background-color: #d3d3d3;
  padding: 3rem !important;
  padding-left: 2rem !important;
  padding-right: 7.5rem !important;
}

.col-6.image {
  margin-left: -5rem !important;
  margin-top: 1.75rem !important;
}

a.btn.btn-more {
  max-width: 200px;
  width: 100%;
  background-color: var(--btn-color);
  border-radius: 0;
  color: var(--color-white);
  line-height: 50px;
  font-weight: 400;
  letter-spacing: calc(1em * (20 / 1000));
}

a.btn.btn-more,
a.btn.btn-more:active,
a.btn.btn-more:focus,
a.btn.btn-more:hover {
  border: none;
  outline: none;
  box-shadow: none;
}


@media only screen and (max-width: 1440px) {

  .home.introduction .content.description p {
    margin-bottom: 30px;
  }

  .page-section-title *,
  h2.page-section-title,
  .card .card-body .card-title {
    font-size: 25px;
  }

  .card .card-body .card-title {
    font-size: 21px;
  }

  .selling-point-images .card .card-title {
    font-size: 43px;
    line-height: 38px;
  }

  .home.introduction .content.description p,
  .home.introduction .content.description a,
  .home.introduction .content.description * {
    font-size: 16px;
  }

  .home.what-to-do.listing .social.card a.image img.img-fluid {
    padding: 1rem !important;
  }
}

@media only screen and (max-width: 1024px) {
  .home.what-to-do.listing .card .content a {
    font-size: 14px;
    font-weight: 400;
  }

  .col-6.image {
    margin-left: -5rem !important;
    margin-top: 2.75rem !important;
  }

  .home.what-to-do.listing .card .content p {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
  }

  .home.what-to-do.listing .card .card-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
  }

  .listing .content .col-7,
  .listing .content .col-8 {
    background-color: #d3d3d3;
    padding: 3rem !important;
    padding-left: 2rem !important;
    padding-right: 5rem !important;
  }

  .selling-point-images .card .card-title {
    font-size: 35px;
    margin-bottom: -11px;
  }

  .selling-point-images .card:nth-child(2) {
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .homeicons .card .card-body p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: calc(1em * (-20/1000));
  }

}

@media only screen and (max-width: 992px) {
  .section-padding {
    padding: 25px 0;
  }

  .content.description p {
    font-size: 14px !important;
    line-height: 27px !important;
  }


  .card .card-body .card-title {
    font-size: 18px;
    line-height: 28px;
  }

  .card .card-body {
    padding-left: 0;
    padding-right: 0;
  }

  .home.introduction .page-section-title *,
  .home.introduction h2.page-section-title,
  .page-section-title *,
  h2.page-section-title {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .card .card-body .description p {
    font-size: 16px !important;
    line-height: 27px !important;
  }

  a.btn.btn-more {
    line-height: 40px;
    max-height: 40px;
    padding-top: 0;
  }

  .what-to-do.listing .card .content p {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 25px 6px;
  }

  .page-section-title *,
  h2.page-section-title {
    line-height: 1.25;
  }

  .selling-point-images .card:nth-child(2) {
    padding: 0 2px !important;
  }

  .selling-point-images .card .card-title {
    font-size: 25px;
    margin-bottom: -11px;
  }

}

@media only screen and (max-width: 767px) {

  .selling-point-images .card:nth-child(2) {
    padding: 2px 0 !important;
  }

  .section-padding {
    padding: 25px;
  }

}