.ad-blue-text { color: var(--color-primary-base, #115bf0); }
.ad-grey-text { color: #535F69; }

#ad-retail p { margin: 0; }

.agency-lead {
    margin-bottom: 1rem;
    line-height: 1.6rem;
    border: 1px solid var(--color-primary-base, #115bf0);
    padding: 16px;
    border-radius: 10px;
    font-size: 1rem;
}

.agency-lead img {
    border-radius: 4px;
    height: 100%;
    margin-right: 12px;
}

.agency-lead p { line-height: 22px; }

.ad-large-text { font-size: 18px; }
.ad-medium-text { font-size: 14px; }
.ad-small-text { font-size: 12px; }


@media screen and (min-width: 800px) {
    #ad-retail { display: flex; }
}

@media screen and (max-width: 800px) {
    #ad-retail div, #ad-retail p { width: max-content; }
    #ad-retail div, #ad-retail img { margin: auto; }
}
