.grey-bg {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.content-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: center;
}

.content-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content-box .content {
    padding: 30px;
}

.content-box h3 {
    color: #333;
    font-size: 1.75rem;
    font-weight: 600;
}

.content-box p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}




@media (max-width: 768px) {
  .single-features-style2-box .inner-content .icon {
    top:30px;
  }
  .single-features-style2-box .inner-content{
    width: 100%;
  }
  .single-features-style2-box{
    padding: 25px 13px 13px 10px;
  }
  .single-features-style2-box p{
    padding: 10px;
  }
  h3.place-serve{
    font-size: 30px;
  }
}
