.expertisehighlight {
  margin: 95px 0;
}
.expertisehighlight h2 {
  font-family: 'Avant Garde for MT Bd', Arial, sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 36px;
  color: #004494;
  display: inline-block;
  margin: 0 0 65px 0;
}
.expertisehighlight h2:before {
  content: '';
  display: block;
  height: 4px;
  margin: 0 0 15px 0;
  background-color: #6bb847;
}
.expertisehighlight .expertiseHighlight__cards {
  display: grid;
  gap: 30px;
}
.expertisehighlight .expertiseHighlight__cards.expertiseHighlight__cards--3columns {
  grid-template-columns: repeat(3, 1fr);
}
.expertisehighlight .expertiseHighlight__cards.expertiseHighlight__cards--2columns {
  grid-template-columns: repeat(2, 1fr);
}
.expertisehighlight .expertiseHighlight__cards.expertiseHighlight__cards--1columns {
  grid-template-columns: 1fr;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL {
  border: 1px solid transparent;
  height: 100%;
  flex-direction: column;
  transition: border-color 0.35s;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL:hover {
  border: 1px solid #004494;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL:hover .card__text {
  border-color: transparent;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL h3 {
  margin: 0;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__image {
  background: #dedede;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 10px 10px;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__description {
  flex: 1;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ul,
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__description p,
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ol {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ul,
.expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ol {
  padding-left: 0;
  margin-left: 1.5rem;
}
.expertisehighlight .expertiseHighlight__cards .cardHTL .btn-action {
  display: block;
}
.expertisehighlight [class*="--background-gray"] {
  background-color: #f6f6f6;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.expertisehighlight [class*="--background-gray"] .expertiseHighlight__wrapper {
  max-width: 1009px;
  margin: 0 auto;
  padding: 95px 0;
}
.expertisehighlight:has([class*="--background-gray"]) {
  margin: 0;
}
.mt_direction_right_to_left .expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ul,
.mt_direction_right_to_left .expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ol {
  padding-right: 0;
  margin-left: 0;
  margin-right: 15px;
}
@media (max-width: 1009px) {
  .expertisehighlight {
    margin: 60px 0;
  }
  .expertisehighlight [class*='--background-gray'] .expertiseHighlight__wrapper {
    padding: 60px 20px;
  }
  .expertisehighlight .expertiseHighlight__wrapper {
    padding: 0 20px;
  }
  .expertisehighlight .expertiseHighlight__cards {
    gap: 20px;
  }
  .expertisehighlight .expertiseHighlight__cards.expertiseHighlight__cards--3columns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .expertisehighlight [class*='--background-gray'] .expertiseHighlight__wrapper {
    margin: 0;
  }
  .expertisehighlight [class*='--background-gray'] .expertiseHighlight__cards .cardHTL {
    background: transparent;
  }
  .expertisehighlight .expertiseHighlight__wrapper {
    padding: 0 20px;
  }
  .expertisehighlight h2 {
    margin: 0 0 25px 0;
  }
  .expertisehighlight h2:before {
    display: none;
  }
  .expertisehighlight .expertiseHighlight__cards {
    display: block;
  }
  .expertisehighlight .expertiseHighlight__cards .cardHTL:hover {
    border: 0 solid transparent;
  }
  .expertisehighlight .expertiseHighlight__cards .cardHTL:hover .card__text {
    border-color: transparent;
  }
  .expertisehighlight .expertiseHighlight__cards .cardHTL .card__text {
    border: 0;
    padding: 20px 0 40px 0;
  }
  .expertisehighlight .expertiseHighlight__cards .cardHTL .card__text h3 {
    margin-bottom: 0;
  }
  .expertisehighlight .expertiseHighlight__cards .cardHTL .card__text .btn-action {
    margin-top: 15px;
  }
  .expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ul,
  .expertisehighlight .expertiseHighlight__cards .cardHTL .card__description ol {
    padding-left: 0;
    margin-left: 15px;
  }
  .expertisehighlight .expertiseHighlight__cards .expertiseHighlight__card:last-child .card__text {
    padding-bottom: 0;
  }
  .expertisehighlight .expertiseHighlight__btn {
    padding: 30px 0;
    text-align: left;
  }
  .expertisehighlight .expertiseHighlight__btn a {
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    color: #004494;
    background: transparent;
    display: flex;
    gap: 15px;
  }
  .expertisehighlight .expertiseHighlight__btn a:hover,
  .expertisehighlight .expertiseHighlight__btn a:active,
  .expertisehighlight .expertiseHighlight__btn a:link {
    color: #004494;
  }
  .expertisehighlight .expertiseHighlight__btn a span {
    padding: 0;
    border-bottom: solid 2px #004494;
  }
}
