
.aqc-block-007 {
    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-007 {
        margin-top: 5rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-007 {
        margin-top: 4rem;
        margin-bottom: 0rem;
        padding-top: 2rem;
    }
}

/**
 * First on the page
 */
/* ------------------------------------------------ */
.aqc-block-007.widget_index_0 {
    margin-top:12rem;
}

@media (max-width: 1240px) {
    .aqc-block-007 > .background {
        margin-top:10rem;
    }
}
@media (max-width: 768px) {
    .aqc-block-007 > .background {
        margin-top:8rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-007 > .background {
        margin-top:6rem;
    }
}
/* ------------------------------------------------ */


/** ------------------------------------ */
.aqc-block-007 > .title {
    display:flex;
    flex-flow: row;
    width: 100%; /*content width*/
    max-width: 100%; /*content width*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
    margin-bottom: 0rem;
    justify-content: flex-end;
    padding-bottom: 1rem;
}
@media (max-width: 1240px) {
    .aqc-block-007 > .title {
        width: 100%;
    }
}
@media (max-width: 576px) {
    .aqc-block-007 > .title {
        width: 100%;
        padding-bottom: 2.6rem;
    }
}


.aqc-block-007 > .content {
    display:flex;
    flex-flow: row;
    width: 100%; /*content width*/
    max-width: 100%; /*content width*/
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.4rem;
}
@media (max-width: 1240px) {
    .aqc-block-007 > .content {
        width: 100%;
        padding-top: 0rem;
        margin-top:0rem;
        margin-bottom: 3rem;
    }
}
@media (max-width: 576px) {
    .aqc-block-007 > .content {
        width: 100%;
        margin-bottom: 0rem;
        padding-bottom: 0rem;
    }
}

.aqc-block-007 > .content > .subtitle {
    padding-left:0rem;
    padding-right:16rem;
    padding-top: 2rem;
}

@media (max-width: 576px) {

    .aqc-block-007 > .content > .subtitle {
        padding-left: 0rem;
        padding-right:4rem;
        padding-top: 0rem;
    }

}
