.expert-services-area {
  padding: 70px 0;
}

@media only screen and (max-width: 47.9375rem) {
  .expert-services-area {
    position: relative;
    margin-top: 25px;
  }
}

.expert-services-area .area__title {
  max-width: 650px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.expert-services-area .area__title p {
  font-size: 32px;
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .expert-services-area .area__title p {
    font-size: 24px;
  }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .expert-services-area .area__title p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .expert-services-area .area__title p {
    font-size: 18px;
  }
}

.expert__card__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.expert__card__link:hover,
.expert__card__link:focus,
.expert__card__link:active {
  text-decoration: none;
  color: inherit;
}

.expert__card {
  border-radius: 10px;
  border: 1px solid #DFE1E2;
  padding: 32px;
  transition: 0.2s;
}

@media (min-width: 1600px) and (max-width: 1699px) {
  .expert__card {
    padding: 28px;
    border-radius: 18px;
  }
}

@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .expert__card {
    padding: 25px;
    border-radius: 16px;
  }
}

@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .expert__card {
    padding: 25px;
    border-radius: 16px;
  }
}

@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .expert__card {
    padding: 20px;
    border-radius: 16px;
  }
}

@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .expert__card {
    padding: 16px;
    border-radius: 12px;
  }
}

@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .expert__card {
    padding: 16px;
    border-radius: 12px;
  }
}

@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .expert__card {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .expert__card {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 25px;
  }
}
.expert__card__one,
.expert__card__two,
.expert__card__three {
  position: relative;
}
.expert__card__one::after,
.expert__card__two::after,
.expert__card__three::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border: 0.25rem solid;
  border-radius: 0.5rem;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}
.expert__card__one::after {
  border-color: #FFBF00;
}
.expert__card__two::after {
  border-color: #FF8C00;
}
.expert__card__three::after {
  border-color: #34AD65;
}
.expert__card__link:hover .expert__card::after,
.expert__card__link:focus .expert__card::after,
.expert__card__link:active .expert__card::after {
  opacity: 1;
  visibility: visible;
}
.expert__card__link:hover .expert__card h3,
.expert__card__link:focus .expert__card h3,
.expert__card__link:active .expert__card h3 {
  text-decoration: underline;
}
.expert__card .expert__card--thumb img {
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .expert__card .expert__card--thumb img {
    border-radius: 12px;
  }
}
.expert__card .expert__card--content {
  margin-top: 25px;
}
.expert__card .expert__card--content span {
  display: block;
  font-size: 22px;
  color: #151112;
  margin-bottom: 5px;
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .expert__card .expert__card--content span {
    font-size: 20px;
  }
}
@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .expert__card .expert__card--content span {
    font-size: 18px;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .expert__card .expert__card--content span {
    font-size: 18px;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .expert__card .expert__card--content span {
    font-size: 18px;
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .expert__card .expert__card--content span {
    font-size: 18px;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .expert__card .expert__card--content span {
    font-size: 16px;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .expert__card .expert__card--content span {
    font-size: 18px;
  }
}
.expert__card .expert__card--content h3 {
  font-size: 34px;
  font-weight: bold;
  color: #151112;
  margin-bottom: 10px;
  line-height: 36px;
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .expert__card .expert__card--content h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 93.75rem) and (max-width: 99.9375rem) {
  .expert__card .expert__card--content h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .expert__card .expert__card--content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .expert__card .expert__card--content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 75rem) and (max-width: 81.1875rem) {
  .expert__card .expert__card--content h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .expert__card .expert__card--content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .expert__card .expert__card--content h3 {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 47.9375rem) {
  .expert__card .expert__card--content h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.expert__card .expert__card--content p {
  font-size: 18px;
}
@media (min-width: 1600px) and (max-width: 1699px) {
  .expert__card .expert__card--content p {
    font-size: 17px;
  }
}
@media (min-width: 87.5rem) and (max-width: 93.6875rem) {
  .expert__card .expert__card--content p {
    font-size: 17px;
  }
}
@media (min-width: 81.25rem) and (max-width: 87.4375rem) {
  .expert__card .expert__card--content p {
    font-size: 16px;
  }
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .expert__card .expert__card--content p {
    font-size: 16px;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .expert__card .expert__card--content p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .expert__card .expert__card--content p {
    font-size: 18px;
  }
}
.learn__more__btn span {
  display: flex;
  align-items: center;
  gap: 0 12px;
  color: #151112;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
@media (min-width: 62rem) and (max-width: 74.9375rem) {
  .learn__more__btn span {
    font-size: 16px;
  }
}
@media (min-width: 48rem) and (max-width: 61.9375rem) {
  .learn__more__btn span {
    font-size: 16px;
  }
}
.learn__more__btn span i {
  transition: .3s;
  position: relative;
  left: 0;
}
.expert__card__link:hover .learn__more__btn span i,
.expert__card__link:focus .learn__more__btn span i,
.expert__card__link:active .learn__more__btn span i {
  left: 10px;
}