.expertise {
  background: rgba(0, 87, 255, 0.05);
}

.expertise-block h5 {
  color: #fff;
  text-transform: capitalize;
  font-family: var(--font-zen);
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

.expertise-block p {
  font-family: var(--font-mons);
  font-size: var(--para-default);
  color: var(--text-gray);
  margin-bottom: 20px;
}

.expertise-block p:last-of-type {
  margin: 0;
}

.expertise-block .primary-btn {
  margin-top: 50px;
}

.service-image-block img {
  border-radius: 5px;
  max-width: 100%;
}

@media screen and (max-width: 1199px) {
  .expertise-block h5 {
    font-size: 26px;
  }

  .expertise-block .primary-btn {
    margin-top: 30px;
  }

  .expertise-block {
    margin-top: 34px;
  }

  .expertise-block p {
    margin: 0 0 16px;
  }
}

@media screen and (max-width: 991px) {
  .service-image-block img {
    width: 100%;
  }

  .expertise-block .primary-btn {
    margin-top: 26px;
  }
}

@media screen and (max-width: 500px) {
  .expertise-block .primary-btn {
    margin-top: 14px;
  }
}
