.expertise-card {
  padding: 4rem 0;
}
.event-count {
  padding: 3rem 0 4rem 0;
}
.expertise-card h2 {
  margin-bottom: 3rem;
}

.info-card {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.info-card-img {
  width: 100%;
  aspect-ratio: 4.6/5;
  overflow: hidden;
}

.info-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.info-card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.info-card-body h3 {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 1.2rem 0;
}
.info-card-body p {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 1.1rem;
}

.data-item {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 1rem;
  max-width: 400px;
  overflow: hidden;
  margin-bottom: 2rem;
}

.data-item:last-child {
  margin-bottom: 0;
}

.data-item .number {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  font-weight: bold;
  color: #d1a569;
  line-height: 1;
}

.data-item .divider {
  width: 100%;
  height: 1.5px;
  background-color: #d1a569;
  margin: 2rem 0;
  max-width: 250px;
}
.data-item h3 {
  color: #d1a569;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}
.data-item .description {
  font-size: 0.9rem;

  line-height: 1.6;
  max-width: 250px;
}

.contact-card {
  border-top: 1px solid #0f253d;
  border-bottom: 1px solid #0f253d;
  padding: 4rem 5rem;
  margin-top: 3rem;
}

.contact-card h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contact-card p {
  font-size: 1rem;
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  .data-item {
    max-width: 350px;
  }
  .data-item .description {
    max-width: 350px;
  }
  .data-item .divider {
    max-width: 350px;
  }
}

@media (min-width: 768px) {
  .data-item {
    margin-bottom: 0;
  }

  .expertise-card .row > .col:nth-child(1) .info-card {
    margin-top: 80px;
  }
  .expertise-card .row > .col:nth-child(2) .info-card {
    margin-top: 40px;
  }
  .expertise-card .row > .col:nth-child(3) .info-card {
    margin-top: 0px;
  }
}

@media (max-width: 991.98px) {
  .contact-card h4 {
    margin-bottom: 3rem;
  }
  .contact-card {
    padding: 2rem 2rem 3rem 2rem;
  }
}

@media (max-width: 575px) {
  .expertise-card {
    padding: 2rem 0;
  }

  .info-card {
    margin-bottom: 0;
  }

  .event-count {
    padding: 1rem 0 3rem 0;
  }
  .info-card-body h3 {
    margin: 1rem 0 0.7rem 0;
  }
  .expertise-card h2 {
    margin-bottom: 3rem;
  }

  .data-item .divider {
    margin: 2rem 0 1.5rem 0;
  }
  .contact-card {
    margin-top: 2rem;
  }
}
