#engagementStory{
        text-align-last: center;

    }

main #engagementStory{
    margin-top: 10px;
    background-color: var(--primary-color);
    height: 100%;
    overflow-y: hidden;
    box-shadow: 0px 0px 10px 0px  black;
    margin-bottom: 10px;
}
#engagementStory img{
    width: 300px;
    max-width: 90%;
    margin-right: 20px;
}

#engagementStory p{
    padding: 20px;
    font-size: 24px;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px  black;
    text-align-last: auto;
}

#engagementStory h3{
    font-size: 2em;
    text-align: center;
}



@media only screen and (max-width: 450px) {
    
    #engagementStory img{
        max-width: 100%;
        width: 100%;
        margin: 0;
    }
}

