.smcm-feed-promo-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
}
.smcm-feed-promo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    flex-direction: column;
    background-color: #00205C;
    color: white;
    padding: 1em;
}
.smcm-feed-promo-row h3 {
    text-transform: uppercase;
    font-weight: 600;
    color: white;
    text-align: center;
    padding-top: 1em;
}
.smcm-feed-promo-row a, .smcm-feed-promo-row a:hover {
    background-color: #d0343a;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    width: 100%;
    color: white;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.smcm-feed-promo-row img {
    height: 250px;
    object-fit: contain;
}

.smcm-feed-horizontal-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-block: 1em;
}
.smcm-feed-horizontal-row {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    max-width: 500px;
    flex-direction: column;
    background-color: #00205C;
    color: white;
    padding: 1em;
}
.smcm-feed-horizontal-row.hp_events {
    background-color: white;
    color: #00205C;
}
.smcm-feed-horizontal-row.hp_events h3 {
    color: #00205C;
}
.smcm-feed-horizontal-row:hover  {
    scale: 1.005;
}
.smcm-feed-horizontal-row div {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
.smcm-feed-horizontal-row img {
    max-height: 95%;
    max-width: 100%;
    object-fit: contain;
}
.smcm-feed-horizontal-row a {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
 }
.smcm-feed-horizontal-row h3 {
    font-weight: 600;
    font-size: 1.25em;
    color: white;
    padding-top: 1em;
}
.smcm-feed-horizontal-row h4 {
    color: white;
    font-weight: 400;
}
.smcm-feed-event-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
}
.smcm-feed-event-row {
    display: flex;
    align-items: center;
    flex-direction: row;
    background-color: #d6d1ca4c;
    padding: 1em;
}
.smcm-feed-event-row h2 {
    margin-bottom: 0;
    color: black;
    font-size: 1.5em;
}
.smcm-feed-event-row p {
    margin-bottom: 0.5em;
}
.smcm-feed-event-row img {
    width: 800px;
    padding: 1em;
}
.smcm-feed-event-row .regRequired {
    color: black;
    font-weight: 400;
    font-style: italic;
    margin-top: 0em;
    margin-bottom: 0em;
}
.smcm-feed-event-row .paidEvent {
    color: black;
    font-weight: 400;
    font-style: italic;
    margin-top: 0em;
    margin-bottom: 0em;
}
@media (max-width: 800px) {
    .smcm-feed-horizontal-container, .smcm-feed-promo-container {
        flex-direction: column;
        align-items: center;
    }
    .smcm-feed-horizontal-row, .smcm-feed-promo-row {
        width: 85% !important;
    }
    .smcm-feed-horizontal-row div {
        height: 300px;

    }
    .smcm-feed-event-container .smcm-feed-event-row {
        flex-direction: column;
    }
}