.campaign-hero-subtext {
    margin-bottom: 1rem !important;
    }
.campaign-hero-subtext > p {
    font-family: Gellix;
    font-weight: 700;
    font-size: 20px !important;
    text-align: center;
    }
.campaign-hero-subtext > p > br {
    display: none;
    }
.ccx-oz30-card-container {
    width: 342px;
    height: 132px;
    display: flex;
    border: 2px solid #FD0;
    border-radius: 20px;
    border-width: 2px;
    padding: 10px;
    gap: 10px;
    }
.ccx-oz30-card-left-side {
    flex-basis: 20%;
    }
.ccx-oz30-card-left-side img {
    width: 61px;
    height: 60px;
    border-radius: 50%;
    border-width: 2px;
    opacity: 1;
    object-fit: cover;
    border: 2px solid #FD0;
    }
.ccx-oz30-card-right-side {
    flex-basis: 80%;
    }
.ccx-oz30-card-right-side p:first-child {
    font-family: Gellix;
    font-weight: 500;
    font-style: italic;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0;
    vertical-align: middle;
    color: white;
    margin-bottom: 0.5rem;
    }
.ccx-oz30-card-right-side p:last-child {
    font-weight: 400;
    font-size: 13px;
    color: white;
    line-height: 13px;
    }
.ccx-oz30-card-right-side p:last-child strong {
    font-family: Gellix;
    font-weight: 700;
    font-size: 13px;
    color: white;
    line-height: 15.6px;
    }
@media screen and (min-width: 768px) {
    .campaign-hero-overlay img.campaign-logo-desktop {
        margin-bottom: 0 !important;
        }
    .campaign-hero-overlay .campaign-hero-title {
        margin-bottom: 2rem !important;
        }
    .ccx-oz30-card-container {
        margin-bottom: 1rem !important;
        }
    }
@media screen and (min-width: 1269px) {
    .ccx-oz30-card-container {
        margin-bottom: 2rem !important;
        }
    }