.rs-programs .entry-content .et_pb_section,
.rs-programs-single .entry-content {
    background-color: #fff7e7;
}

.rs-programs-single [id^="rs-single-program-id-"] {
    margin-inline: auto;
    max-width: 1080px;
    padding: 54px 30px;
}

.rs-programs-single [id^="rs-single-program-id-"] .rs-register-link a {
    background-color: #f2b746;
    border: 0 none;
    color: #fff;
}

.rs-programs-single [id^="rs-single-program-id-"] .rs-register-link a:hover {
    border-color: #f2b746;
}

.rs-programs-single [id^="rs-single-program-id-"] .rs-program-meta {
    background-color: rgba(255, 233, 193, 0.5);
    border: 0 none;
}

.rs-programs-single [id^="rs-single-program-id-"] .rs-program-meta .rs-button {
    background-color: #fff;
    border-color: #000;
    color: #000;
}

@media only screen and (max-width: 520px) {
    .rs-programs-single .entry-content {
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .rs-programs-single .entry-content .rs-program-meta {
        margin-left: 0;
        margin-top: 25px;
        order: 2;
    }
}

@media only screen and (min-width: 769px) {
    .rs-programs .entry-content .rs-program-thumbnail {
        width: 29%;
    }

    .rs-programs .entry-content .rs-program-content-wrap {
        width: 67%;
    }
}
