.linear-bg-image {
  background: linear-gradient(185deg, #135e6c 0%, #6baab6 50%, #135e6c 100%);
  background-size: cover;
  background-position: center;
  transition: background 0.3s ease-in-out;
}
.card {
  border-radius: 12px !important;
}
hr.divider {
  width: 100%;
  color: #e6e8ed !important;
  font-weight: 900;
  opacity: 1;
  transition: all 0.3s linear;
}
.counter-card {
  cursor: default;
}
.counter-card:hover hr.divider {
  width: 0;
  opacity: 0;
}

@media screen and (min-width: 992px) {
  .card {
    border-radius: 16px !important;
  }
}

.call-to-contact-card {
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0) 18.9%,
      rgba(0, 0, 0, 0.6) 39.53%,
      #000000 92.28%
    ),
    url(../assets/about-us/contact-section-bg.webp);

  background-position: left;
  background-size: cover;
  display: flex;
  align-items: center;
  border-radius: 24px;
}

.call-to-contact-card .btn-contact {
  color: white;
  border-color: white;
  font-weight: 600;
}
.call-to-contact-card .btn-contact:hover {
  background-color: white;
  color: var(--primary-color);
}
