/* removed buy-applecare-technician-training section */
.section-self-paced .row:nth-of-type(2) {
    padding: 80px 0 120px;
}

@media only screen and (max-width: 1068px) {
    .section-self-paced .row:nth-of-type(2) {
        padding: 70px 0 80px;
    }
}

@media only screen and (max-width: 735px) {
    .section-self-paced .row:nth-of-type(2) {
        padding: 40px 0 80px;
    }
}

