.services-image {
  min-height: 180px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

@media (min-width: 992px) {
  .services-image {
    min-height: 204px;
  }
}

.services-icon-wrapper {
  background-color: #fff;
}

.services-link:hover .services-icon {
  background-color: var(--szron-dark-blue);
  color: #fff;
  border: 1px solid var(--szron-dark-blue);
}

.services-icon {
  background-color: #fff;
  color: var(--szron-dark-blue);
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  font-size: 24px;
  left: 20px;
  margin-top: -30px;
  position: relative;
  border: 1px solid var(--bs-border-color);
  border-radius: 8px;
}

.services-title {
  margin-top: 10px;
  position: relative;
  font-weight: bold;
}

.services-description {
  font-size: 14px;
}

.services-link {
  text-decoration: none;
  color: var(--szron-dark-gray);
}

.services-contact-us {
  color: var(--szron-dark-blue);
  font-family: "Bai Jamjuree", sans-serif;
}

.dropdown-col:hover {
  background-color: whitesmoke;
  border-radius: 5px;
}

.all-services-link {
  color: var(--szron-dark-gray);
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.all-services-link:hover {
  color: var(--szron-dark-blue);
  text-decoration: 1px underline;
}

