
.section-title {
  color: #1DA1F9;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.expertise-card {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  background-color: #fdfdfd;
  transition: all 0.3s ease-in-out;
}

.expertise-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

blockquote {
  font-style: italic;
  color: #555;
}

blockquote .blockquote-footer {
  font-size: 0.9em;
  color: #888;
}

img.rounded-circle {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.infrastructure-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 8px;
}

.grayscale {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}
.grayscale:hover {
  filter: grayscale(0%);
}
