.let-image-who-we-are img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (min-width: 862px) {
    .let-image-who-we-are img {
        min-width: 624px;
    }
}
/* @media (min-width: 992px) {

.row-two {
    height: 100vh; 

}
} */


.content-description {
    display: flex;
    flex-direction: column; /* Ensure content is stacked vertically */
    justify-content: center; /* Vertically center the content */
    align-items: flex-start; /* Align content to the start (left side) */
    height: 100%; /* Take full height of the parent container */
    padding: 20px; /* Optional: Add padding for spacing */
}

.content-image {
    display: flex;
    justify-content: center; /* Center the image if needed */
    align-items: center; /* Vertically center the image */
    height: 100%; /* Full height of the parent */
    padding: 20px; /* Optional: adjust padding if needed */
}

.row-two {
    display: flex;
    align-items: center; /* Vertically center the columns */
}

