/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.page-template-archive-pa .practice-areas {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-pa .practice-areas {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .page-template-archive-pa .practice-areas .content-holder {
    padding-top: 60px;
  }
}
.page-template-archive-pa .practice-areas .top-content {
  display: block;
  padding-bottom: 20px;
}

.page-template-archive-pa .practice-areas .top-content .section-title {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .page-template-archive-pa .practice-areas .top-content .section-title {
    margin-bottom: 60px;
  }
}
.page-template-archive-pa .bottom-section {
  padding: 40px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .page-template-archive-pa .bottom-section {
    padding: 80px 0 68px;
  }
}
.page-template-archive-pa .bottom-section .section-title {
  margin: 0 auto 30px;
  max-width: 750px;
}

.page-template-archive-pa .bottom-section .image-holder {
  margin-bottom: 30px;
}

.page-template-archive-pa .bottom-section .image-holder img {
  border: 17px solid #fff;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.2);
  border-radius: 50px 0px;
}

.page-template-archive-pa .bottom-section .content {
  margin: 0 auto;
  max-width: 815px;
}

/*# sourceMappingURL=archive-pa.css.map*/