
.services-one{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px; /* Adjust as needed */
  padding: 30px;
  background-size: cover;
  background-position: center;
  color: #fff; /* optional */
  border-radius: 8px;
}
