/****************
 * Fonts
 ****************/
/****************
 * Colors
 ****************/
/****************
 * Grid Settings
 ****************/
/**************
 * Buttons
 **************/
/****************
 * Blocks
 ****************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #000;
}

.block-featured-services {
  background: #f2efe8;
  position: relative;
  padding: 4rem 0 7.25rem 0;
  margin: 0;
}

@media (min-width: 768px) {
  .block-featured-services {
    padding: 5rem 0;
  }
}

@media (min-width: 992px) {
  .block-featured-services {
    padding: 9rem 0;
  }
}

.block-featured-services__content-top h2 {
  margin: 0 0 1.5rem 0;
}

@media (min-width: 768px) {
  .block-featured-services__content-top h2 {
    margin: 0 0 1.25rem 0;
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 992px) {
  .block-featured-services__content-top h2 {
    margin: 0 0 2.5rem 0;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

.block-featured-services__content-top p {
  margin: 0 0 2.5rem 0;
}

@media (min-width: 768px) {
  .block-featured-services__content-top p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 992px) {
  .block-featured-services__content-top p {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}

.block-featured-services__content-top .c-btn-wrapper {
  margin: 0;
  position: absolute;
  bottom: 3rem;
  width: 100%;
  left: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .block-featured-services__content-top .c-btn-wrapper {
    position: initial;
    padding: 0;
  }
}

.block-featured-services__content-top .c-btn-wrapper a {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .block-featured-services__content-top .c-btn-wrapper a {
    width: initial;
  }
}

.block-featured-services__cards-content {
  margin: 1.5rem 0 2rem 0;
  padding: 0 0 1.5rem 0;
  border-bottom: 0.0625rem solid #b5b1a6;
}

@media (min-width: 992px) {
  .block-featured-services__cards-content {
    margin: 1.5rem 0 2.5rem 0;
  }
}

.block-featured-services__cards-content p {
  margin: 0;
}

.block-featured-services__cards-content .c-btn-wrapper {
  margin: 1.5rem 0 0 0;
}

@media (min-width: 992px) {
  .block-featured-services__cards-content .c-btn-wrapper {
    display: inline-block;
    margin: 1.5rem 1.875rem 0 0;
  }
}

.block-featured-services__cards-content a:after {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .block-featured-services .sticky-top {
    top: 5rem;
    position: sticky;
  }
}

@media (min-width: 992px) {
  .block-featured-services .sticky-top {
    top: 9rem;
  }
}

.block-featured-services .block-col-left {
  position: initial;
}
