.services-section {
  background-color: #f8f9fa;
}

.service-card {
  border-radius: 12px;
  border: none;
  cursor: pointer;

      box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.service-card img {
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-title {
 font-size: 15.5px;
  color: #87161e !important;
  text-decoration: underline;
}

.card-text {
  font-size: 14.5px;
  color: black;
}

.read-more {
  font-size: 14px;
  color: #2c4d80 !important;
  text-decoration: underline;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}


.text-muted{
    color: black !important;
}


.text-primary{
    color: #2c4d80 !important;
}