.couse_subs_ad {
    background-color: var(--e-global-color-d199d02);
    display: flex;
    text-align: left;
    margin-bottom: 2em;
    padding: 1em 2em;
    gap: 1em;
    color: var(--white);
    justify-content: space-between;
    align-items: center;
}

.couse_subs_ad a,
.couse_subs_ad a:visited {
    min-width: 150px !important;
    max-height: 75px !important;
    padding: 1em 2em;
}

@media screen and (max-width: 800px) {
    .couse_subs_ad {
        flex-direction: column;
    }
}