.page-template-template-our-team .content-inner {
  max-width: 1250px;
  margin: 0 auto;
}
.page-template-template-our-team .content-inner .title {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 700;
  margin: 0;
  font-size: 65px;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0 0 30px;
}
.page-template-template-our-team .content-inner .attorneys {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 60px;
}
.page-template-template-our-team .content-inner .attorneys .attorney {
  flex-basis: 30%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-template-template-our-team .content-inner .attorneys .attorney {
    flex-basis: 100%;
  }
}
.page-template-template-our-team .content-inner .attorneys .attorney .attorney-image {
  width: 100%;
  height: 375px;
  position: relative;
}
.page-template-template-our-team .content-inner .attorneys .attorney .attorney-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-template-our-team .content-inner .attorneys .attorney .rol {
  font-family: "Manrope";
  color: #003B53;
  font-size: 20px;
  margin: 20px 0 0px;
  line-height: 30px;
}
.page-template-template-our-team .content-inner .attorneys .attorney .name {
  font-size: 34px;
  font-family: "Manrope";
  color: #003B53;
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 44px;
  display: block;
  text-decoration: none;
  text-decoration-line: none;
}
.page-template-template-our-team .content-inner .attorneys .attorney .name:hover {
  color: var(--awb-custom_color_1);
}
.page-template-template-our-team .content-inner .attorneys .attorney .view-bio {
  color: #10856C;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 20px;
  font-family: "Manrope";
  text-transform: uppercase;
  text-decoration: none;
}
.page-template-template-our-team .content-inner .attorneys .attorney .view-bio:hover {
  color: #003B53;
}

.alt-banner.alt-style {
  margin-bottom: 52px;
  position: relative;
  display: flex;
  align-items: center;
}
.alt-banner.alt-style picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.alt-banner.alt-style picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  z-index: 0;
}
.alt-banner.alt-style .hero-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 210px 12px 28px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media (min-width: 768px) {
  .alt-banner.alt-style .hero-content.invert .content {
    order: 2;
  }
  .alt-banner.alt-style .hero-content.invert .logos-slider {
    order: 1;
    margin-right: 0px;
  }
}
.alt-banner.alt-style .hero-content > * {
  flex: 0 0 100%;
  text-align: center;
}
.alt-banner.alt-style .hero-content .content {
  flex: 0 0 100%;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .content {
    flex: 0 0 50%;
  }
}
.alt-banner.alt-style .hero-content .logos-slider {
  max-width: 100%;
  flex: 0 0 45%;
  width: 100%;
}
@media (max-width: 767px) {
  .alt-banner.alt-style .hero-content .logos-slider {
    margin-right: 0px;
    flex: 0 0 100%;
    margin-top: 10px;
    width: 100%;
  }
}
.alt-banner.alt-style .hero-content .logos-slider .slide {
  height: 95px;
  display: block;
}
.alt-banner.alt-style .hero-content .logos-slider .slide * {
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .logos-slider .slide:nth-child(1) img {
    max-width: 220px;
  }
}
.alt-banner.alt-style .hero-content .logos-slider .slide img {
  max-width: 165px;
  object-fit: contain;
  object-position: center center;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .logos-slider .slide img {
    max-width: 130px;
  }
}
.alt-banner.alt-style .hero-content .reviews {
  width: 200px;
  margin-bottom: 15px;
  display: flex;
  flex: 0 0 50%;
}
.alt-banner.alt-style .hero-content .reviews > * {
  width: 100%;
  height: 100%;
  display: block;
}
.alt-banner.alt-style .hero-content .button {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  order: 2;
}
@media (min-width: 767px) {
  .alt-banner.alt-style .hero-content .button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .alt-banner.alt-style {
    margin-bottom: 0;
    /* picture {
    	&::after {
    		height: 260px;
    		background: linear-gradient(360deg, rgba(12, 40, 73, 0.9) 0%, rgba(12, 40, 73, 0) 100%);
    	}
    } */
  }
  .alt-banner.alt-style .hero-content {
    padding: 72px 20px 72px 20px;
    min-height: 500px;
    justify-content: flex-end;
    align-items: end;
    row-gap: 20px;
  }
  .alt-banner.alt-style .hero-content > * {
    max-width: 550px;
    margin: 0;
    flex: 0;
    text-align: left;
  }
  .alt-banner.alt-style .hero-content .hero-title {
    flex-basis: 50%;
    max-width: 490px;
    margin-bottom: 5px;
  }
  .alt-banner.alt-style .hero-content .hero-byline {
    flex-basis: 50%;
    max-width: 390px;
    margin: 20px 0;
  }
  .alt-banner.alt-style .hero-content .button {
    width: max-content;
    position: static;
    order: 0;
    flex: 0 0 content;
  }
  .alt-banner.alt-style .hero-content .reviews {
    justify-content: flex-end;
    order: 2;
  }
  .alt-banner.alt-style .hero-content .reviews a,
  .alt-banner.alt-style .hero-content .reviews svg {
    width: 270px;
  }
  .alt-banner.alt-style .hero-content .social-networks {
    margin: 30px 0 0;
    display: block;
  }
  .alt-banner.alt-style .hero-content .social-networks a img {
    margin: 0 20px;
  }
}
.alt-banner.alt-style .hero-title {
  display: block;
  color: #FFFFFF;
  font-family: var(--font2);
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  max-width: 600px;
}
@media (min-width: 768px) {
  .alt-banner.alt-style .hero-title {
    font-size: 55px;
    line-height: 65px;
  }
}
.alt-banner.alt-style .hero-byline {
  margin-bottom: 0;
  display: block;
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .alt-banner.alt-style .hero-byline {
    max-width: 100%;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1150px) {
  .alt-banner.alt-style .hero-byline {
    max-width: 100%;
  }
}

.hero-settlements {
  background-color: #1B617D;
  padding: 20px 0;
}
@media (max-width: 1280px) {
  .hero-settlements {
    padding: 0;
  }
}
.hero-settlements .settlements {
  max-width: 1440px;
  margin: 0 auto;
}
.hero-settlements .settlements .item {
  background-color: #1B617D;
  text-align: center;
  padding: 40px 10px;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1280px) {
  .hero-settlements .settlements .item {
    padding: 0px 10px;
    height: 100px;
  }
}
.hero-settlements .settlements .item .label {
  flex: 0 0 25%;
  padding: 25px 0;
  color: #FFF;
  text-align: center;
  font-family: var(--font2);
  font-size: 36px;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .hero-settlements .settlements .item .label {
    flex: 0 0 100%;
  }
}
.hero-settlements .settlements .item .amount {
  margin-bottom: 12px;
  display: block;
  text-align: center;
  font-family: var(--font2);
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FFF;
  margin: 10px 0 0;
}
.hero-settlements .settlements .item .case-type {
  color: var(--text);
  text-align: center;
  font-family: var(--font1);
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFF;
  margin-top: 0;
}
@media (min-width: 1150px) {
  .hero-settlements .slick-active {
    border-left: #00CEA6 solid 2px;
  }
}
@media (min-width: 1150px) {
  .hero-settlements .slick-active.slick-current {
    border-left: #1B617D solid 2px;
  }
}
