.bg-1 {
  background-color: #28a745;
}
.bg-2 {
  background-color: #007bff;
}
.bg-3 {
  background-color: #fd7e14;
}
.bg-4 {
  background-color: #20c997;
}
.bg-5 {
  background-color: #6610f2;
}
.bg-6 {
  background-color: #ffc107;
}
.service-box {
  box-shadow: 0px 7px 15px 7px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 25px;
  background-color: #fff;
  height: 100%;
  transition: transform 0.3s ease;
}
.service-box:hover {
  transform: translateY(-5px);
}
.icon-number {
  width: 40px;
  height: 40px;
  background-color: #f1f1f1;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin: 15px auto 40px;
}
.container.about-us {
  padding-bottom: 75px;
  padding-top: 25px;
}
.memberships-section {
  padding-top: 4rem !important;
  padding-bottom: 2rem !important;
}
.height {
  height: 90px;
  width: auto !important;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .object-fit-cover  {
    height: 350px !important;
    margin-top: auto;
    margin-bottom:60px;
  }
}
