.page-template-template-attorneys .attorneys-grid {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-template-template-attorneys .attorneys-grid li {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.page-template-template-attorneys .attorneys-grid li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  border: none;
}
.page-template-template-attorneys .attorneys-grid li img {
  max-width: 340px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-attorneys .attorneys-grid li .name,
.page-template-template-attorneys .attorneys-grid li .title {
  margin-bottom: 20px;
  align-self: flex-start;
  text-align: left;
}
.page-template-template-attorneys .attorneys-grid li .name {
  font-family: var(--font2);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.page-template-template-attorneys .attorneys-grid li .bottom {
  width: 100%;
  max-width: 340px;
}
.page-template-template-attorneys .attorneys-grid li .bottom .job {
  line-height: 1.5;
}
.page-template-template-attorneys .attorneys-grid li strong {
  color: var(--secondaryColor);
}
.page-template-template-attorneys .attorneys-grid li .title {
  font-family: var(--font1);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.8px;
}
.page-template-template-attorneys .attorneys-grid li::before {
  content: none;
}
.page-template-template-attorneys .attorneys-grid li .job {
  font-family: "Lato", "sans-serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #254B5A;
  margin-bottom: 0.9em;
}
.page-template-template-attorneys .attorneys-grid li p.h3 {
  font-size: 18px;
}
@media (min-width: 1080px) {
  .page-template-template-attorneys .attorneys-grid li:nth-last-child(-n+3) {
    margin-bottom: 0px;
  }
}/*# sourceMappingURL=template-attorneys.css.map */