.smcm-bgrid-container {
    border-top: 1px solid #e9e9e9;
    background-color: #00205C;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.smcm-bgrid-container #nphc-logo {
    width: 55%;
    margin-top: 3em;
}
.smcm-bgrid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.25em;
    padding-block: 2em;
}
.smcm-bgrid-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1.25em;
    margin-block: 1em;
}
.smcm-bgrid-row img {
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    height: 300px;
}
.smcm-bgrid-row > a {
    position: relative;
    margin: 0;
    background-color: #59B2E7;
    height: 300px;
    border-radius: 16px;
}
.smcm-bgrid-row > a:hover {
    filter:brightness(1.05);
    scale: 1.005;
}
.smcm-bgrid-row .one-third {
    width: 33%;
}
.smcm-bgrid-row .one-fourth {
    width: 25%;
}
.smcm-bgrid-row h3 {
    position: absolute;
    bottom: 0;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2em;
    padding: 0.75em;
    margin: 0;
    text-shadow: rgb(0, 0, 0) 0px 1px 3px;
    max-width: 400px;
}
.smcm-bgrid-row p {
    color: white;
    font-weight: 600;
    padding-inline: 1.75em;
    text-shadow: rgb(0, 0, 0) 0px 1px 3px;
}
.smcm-bgrid-row .divided {
    display: flex;
    flex-direction: column;
    background-color: unset;
    gap: 12px;
}
.smcm-bgrid-row .v-one-half {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 50%;
    position: relative;
    background-color: #59B2E7;
    justify-content: center;
    padding-block: 2em;
    border-radius: 16px;

}
.smcm-bgrid-row .v-one-half h3 {
    position: inherit;
    padding-block: 0;
}