
.aqc-block-037 {
    margin-top:6rem;
    margin-bottom:6rem;
    position: relative;
    display:flex;
    flex-flow:column;
    margin-left: 4.94vw;
    margin-right: 4.94vw;
}
@media (max-width: 1240px) {
    .aqc-block-037 {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-037 {
        margin-top: 0rem;
        margin-bottom: 0rem;
    }
}


/** ------------------------------------ */
.aqc-block-037 > .textcontent {
    display:flex;
    flex-flow: row;
    width: 100%; /*content width*/
    max-width: 100%; /*content width*/
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 16rem;
    margin-bottom: 16rem;
}

@media (max-width: 1240px) {
    .aqc-block-037 > .textcontent {
        width: 100%;
        padding:2rem;
        padding-left: 0px;
        padding-right: 0px;
        margin-top:4rem;
        margin-bottom: 2rem;
    }
}

@media (max-width: 576px) {
    .aqc-block-037 > .textcontent {
        width: 100%;
        display: flex;
        flex-flow: column;
        margin-top: 3rem;
        margin-bottom: 0rem;
        padding-bottom:3rem;
        padding-left: 0px;
        padding-right: 0px;
    }
}
