.row img {
height: fit-content;
width: 100;
}
.row .col-md-4 .work-box {
    
    align-items: center;
}

.work-img img {
    height: 250px; /* Adjust the height to your preference */
    width: 100%;
    object-fit: cover; /* Ensures the image fills the area while maintaining aspect ratio */
  }
  /* Responsive adjustments */
@media (max-width: 768px) {
    .contact-mf .title-left {
      font-size: 1.5em;
    }
    .contact-mf .button {
      width: 100%;
      padding: 10px;
    }
  }
  .bereket {
    background-image: url(../../Apple.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    width: 100%;
  }
  
  .lead.color-r .lead {
    color: white; /* or another color contrasting your background */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* Optional shadow for readability */
    color: 1px 1px 2px rgba(0, 0, 0, 0.7);;
  }
  