#about-team-hero-section .about-team-title {
    letter-spacing: -1.08px;
}

#story-section .story-title ,
#team-section .team-title {
    letter-spacing: -0.84px;
}

#team-section .team-grid-item-title-wrapper .team-grid-item-name {
    letter-spacing: -0.72px;
    line-height: normal;
}

#team-section .team-grid-item-title {
    letter-spacing: -0.48px;
}

@media (min-width: 1025px) {
    #about-team-hero-section .about-team-title {
        letter-spacing: -2.16px;
    }

    #story-section .story-title ,
    #team-section .team-title {
        letter-spacing: -1.44px;
    }
}

#about-team-hero-section .about-team-hero-description {
    max-width: 550px;
    max-height: 350px;
    overflow-y: auto;
    margin-inline: auto;

}

#about-team-hero-section .about-team-hero-image {
    transform: translate(-50%, -200%);
}

#story-section .story-grid-wrapper {
    background: rgba(255, 255, 255, 0.80);   
}

#story-section .story-image {
    aspect-ratio: 455/300;
    max-height: 300px;
    
}

@media(min-width: 1250px) {
    #story-section .story-image {
        max-height: 450px;
    }
}

#team-section .team-grid-item {
    background: #FDFDFD;
    border: 1px solid #EFEFEF;
}

#team-section .team-grid-image {
    aspect-ratio: 455/546;
    max-height: 750px;
}

/* @media (min-width: 1250px) {
    #team-section .team-grid-image {
        min-height: 546px;
    }
} */

#team-section .team-grid-item-description p {
    margin-bottom: 0;
}   
