.horizontalContainer{
    display: flex;
    justify-content: space-evenly;
}

.overrideContainer {
    margin-top: 2rem;
}

.AboutPicture{
    min-height: 20%;
    width: 25%;
    max-width: 25%;
    margin-top: 1rem;
}

.sectionHeader{
    text-align: center;
}

.summaryContainer{
    display:flex; 
    flex-direction: column; 
    width: 50%;
}

.experienceContainer{
    width: 40%;
}

.aboutPara{
    margin-top: 1rem;
    line-height: 1.75rem;
}

@media all and (max-width: 1200px){
    .experienceSection{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .experienceSection div{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .experienceContainer{
        width: 80%;
    }
    .summaryContainer{
        width: 40%;
    }
    .AboutPicture{
        width: 40%;
        max-width: 40%;
        height: 180%;
    }
    .summarySection{
        align-items: center;
    }
    .sectionHeader{
        text-wrap: wrap;
        text-align: left;
    }
    .mediaTransform{
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
}