/**
* 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;
}

.rev-row {
  flex-direction: row-reverse;
}

.main-content-row {
  row-gap: 30px;
}

.main-content {
  padding: 0;
  padding-bottom: 60px;
  padding-top: 60px;
}

.main-content .main-content-row {
  row-gap: 30px;
}

.main-content .inner-wrap {
  width: 100%;
  max-width: 805px;
}

.main-content .image-wrap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 20px;
  box-shadow: 0 195px 55px 0 rgba(0, 0, 0, 0), 0 125px 50px 0 rgba(0, 0, 0, 0.01), 0 70px 42px 0 rgba(0, 0, 0, 0.05), 0 31px 31px 0 rgba(0, 0, 0, 0.09), 0 8px 17px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .main-content .image-wrap {
    border-radius: 0.6rem;
  }
}
.legal-services {
  padding: 60px 0;
}

.legal-services__list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
}

.legal-services__list li {
  position: relative;
  margin: 0;
  max-width: 395px;
  width: 100%;
}

.legal-services__list li a {
  position: relative;
  display: block;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 12, 29, 0.1);
  padding: 30px;
  padding-right: 70px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #000C1D;
  font-family: Figtree;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 499px) {
  .legal-services__list li a {
    font-size: 16px;
    line-height: 24px;
  }
}
.legal-services__list li a::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-image: url(../images/arrows/arrow-regular-right-red.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.legal-services__list li a:hover {
  color: #fff;
  background: var(--color-secondary);
}

.awards-part {
  margin-bottom: 80px;
}

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