.about-photo {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    overflow: hidden;
}

.about-photo img {
    max-width: 80%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 0; /* Ensure the image touches the bottom */
}

.about-section .about-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
   
}

.about-section{
padding-bottom:0;
padding-top: 1%;
}

.footer-logo-img{
    height: 10%;
    width: 20%;
}
