﻿#SOAExamChangesDiv {
    position: absolute;
    top: 55%;
    left: 35%;
    width: 60%;
    height: 30%;
    background-color: transparent;
}

#SOAExamChangesBtn1 {
    height: 30%;
    opacity: 1;
    background-color: #c32033;
    color: white;
    text-size: 26pt;
}

#marketingBlock {
    width: 15em;
}

#blockContainer {
    margin: 0px 15px 0 15px;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    padding: 0px 0px 15px 0px;
    gap: 10px
}

@media (max-width: 768px) {
    #marketingBlock {
        width: 45%;
    }

    #blockContainer {
        display: flex;
        flex-flow: row wrap;
        align-content: stretch;
        justify-content: space-around;
        padding: 0 0 15px 0;
        gap: 15px
    }
}