
.agent-footer-block {
    .agent-footer-content {
        padding-bottom: 32px;

        p {
            color: var(--color-white);
            font-size: 0.87rem;
            letter-spacing: .25px;
            line-height: 16px;
            font-weight: 300;
            margin: 0;
        }

        .agent-name strong {
            line-height: 18px;
            text-transform: uppercase;
            font-weight: 500;
        }

        .agent-email,
        .agent-phone {
            text-transform: uppercase;
            text-decoration: underline;

            a {
                color: var(--color-white) !important;
            }
        }

    }
}

@media (max-width: 1024px) {
    .agent-footer-block {
        text-align: center;

    }
}
