z .carousel-slide{
    margin-top: 40px;
  }
 
 .carousel-control-prev,
.carousel-control-next {
visibility: hidden;
}
.owl-item {
  width: 212px !important;
}

.heading{
 color: rgb(199, 31, 31);
  text-align: center;
  font-family:'Times New Roman', Times, serif;
  font-weight: 300;
  font-size: 70px;
}
.card{
  width: 100%;
  height: auto;
}
.card img{
 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flex-container img{
width: 100%;
height: auto;
}
.flex-container{
  box-sizing: border-box;
}
.icon-circle {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.feature-card:hover .icon-circle {
  transform: scale(1.1);
}
 
