@media screen and (max-width: 781px) {
  .our-people-hero-section .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.our-people-hero-section .wp-block-columns .content-col {
  padding: 80px 0 !important;
}
.our-people-hero-section .wp-block-column {
  position: relative;
  overflow: hidden;
}
.our-people-hero-section .content-col .wp-block-group {
  padding-left: 15px !important;
  padding-right: 15px !important;
  max-width: 655px;
  margin-left: auto;
}
@media screen and (max-width: 781px) {
  .our-people-hero-section .content-col .wp-block-group {
    margin: auto;
    max-width: none;
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
}
@media screen and (min-width: 782px) {
  .our-people-hero-section .content-col .wp-block-group .wp-block-heading {
    padding-bottom: 5px;
  }
}
.our-people-hero-section .content-col .wp-block-group .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (min-width: 782px) {
  .our-people-hero-section .content-col .wp-block-group p {
    max-width: 490px;
  }
}
.our-people-hero-section .content-col .wp-block-group .list-with-check {
  list-style: none;
  padding-left: 35px;
  font-weight: 500;
}
.our-people-hero-section .content-col .wp-block-group .list-with-check li {
  padding-bottom: 3px;
}
.our-people-hero-section .content-col .wp-block-group .list-with-check li:before {
  content: "";
  background: url("../svg/check-icon.svg") center/cover no-repeat;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: -37px;
  margin-right: 18px;
  padding: 2px;
}
.our-people-hero-section .content-col .wp-block-group .wp-element-button {
  margin-top: 10px;
}
.our-people-hero-section .content-col .wp-block-group .wp-element-button:hover {
  color: var(--wp--preset--color--custom-dark-blue) !important;
  background-color: var(--wp--preset--color--custom-grand-jury-gold) !important;
}
.our-people-hero-section .wp-block-image {
  width: 100%;
  height: 100%;
}
.our-people-hero-section .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 781px) {
  .team-members-card-section {
    padding: 80px 33px !important;
  }
}
.team-members-card-section .team-members {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.team-members-card-section .team-members .team-member-item {
  width: calc(33.33% - 20px);
  border-radius: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .team-members-card-section .team-members .team-member-item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 781px) {
  .team-members-card-section .team-members .team-member-item {
    width: 100%;
  }
}
.team-members-card-section .team-members .team-member-item .team-member-image {
  background-color: #f4f1ef;
}
.team-members-card-section .team-members .team-member-item .team-member-image img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
  width: 100%;
  height: 250px;
  display: block;
}
@media screen and (max-width: 781px) {
  .team-members-card-section .team-members .team-member-item .team-member-image img {
    height: 225px;
  }
}
.team-members-card-section .team-members .team-member-item .team-member-content {
  padding: 35px 40px 40px;
  background-color: var(--wp--preset--color--custom-grand-jury-gold-50-tint);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 781px) {
  .team-members-card-section .team-members .team-member-item .team-member-content {
    padding: 30px;
  }
}
.team-members-card-section .team-members .team-member-item .team-member-content .team-member-name, .team-members-card-section .team-members .team-member-item .team-member-content .team-member-designation {
  color: var(--wp--preset--color--custom-dark-blue);
  font-size: 30px;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 781px) {
  .team-members-card-section .team-members .team-member-item .team-member-content .team-member-name, .team-members-card-section .team-members .team-member-item .team-member-content .team-member-designation {
    font-size: 20px;
  }
}
.team-members-card-section .team-members .team-member-item:hover .team-member-image {
  background-color: var(--wp--preset--color--custom-grand-jury-gold);
}
.team-members-card-section .team-members .team-member-item:hover .team-member-content {
  background-color: var(--wp--preset--color--custom-dark-blue);
}
.team-members-card-section .team-members .team-member-item:hover .team-member-content .team-member-name {
  color: var(--wp--preset--color--custom-grand-jury-gold);
}
.team-members-card-section .team-members .team-member-item:hover .team-member-content .team-member-designation {
  color: var(--wp--preset--color--white);
}

@media screen and (max-width: 781px) {
  .our-people-statement-section {
    padding: 80px 48px !important;
  }
}
.our-people-statement-section .wp-block-heading span {
  color: var(--wp--preset--color--custom-dark-blue) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.our-people-statement-section p {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.18;
}
@media screen and (max-width: 781px) {
  .our-people-statement-section p {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 781px) {
  .accused-crime-section {
    padding: 80px 48px !important;
  }
}
@media screen and (max-width: 781px) {
  .accused-crime-section .wp-block-columns {
    padding: 40px 30px !important;
    gap: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 781px) {
  .accused-crime-section .wp-block-column {
    padding: 0 !important;
  }
}
@media screen and (max-width: 781px) {
  .accused-crime-section .wp-block-column .wp-block-image {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
.accused-crime-section .wp-block-heading {
  padding-bottom: 20px;
}
@media screen and (max-width: 781px) {
  .accused-crime-section .wp-block-heading {
    padding: 0;
  }
}
.accused-crime-section .wp-block-heading span {
  color: var(--wp--preset--color--custom-grand-jury-gold) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 8px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.accused-crime-section p {
  font-size: 16px;
  max-width: 500px;
}
.accused-crime-section .wp-element-button:hover {
  color: var(--wp--preset--color--white) !important;
  background-color: var(--wp--preset--color--custom-barrister-blue) !important;
}
/*# sourceMappingURL=our-people.css.map */
