body {
    font-family: Raleway, sans-serif;
    font-size: 18px;
    line-height: 1.65;
}

.container {
    max-width: 1140px;
    margin: auto;
    padding: 10px 15px;
}

.header-title h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    text-align: left;
    margin-bottom: 0;
}

.hero-heading img {
    max-width: 142px;
}

.agent-text::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #388a56;
    top: 6px;
    border-radius: 50%;
    left: -16px;
}

nav {
    border-bottom: solid 1px #DAE0E6;
    background: #ffffff;
}

#page-content {
    margin-top: 85px;
}

footer .legal-links a {
    display: inline-block;
    padding: 3px 5px 3px 0;
    margin-right: 15px;
    color: #000000;
}

footer .legal-links a:hover {
    color: #555555 !important;
}

.public-footer {
    border-top: solid 1px rgb(203 213 225);
    padding-top: 30px;
}

.public-footer .footer-contact,
.public-footer .footer-contact .footer-contact-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.public-footer .footer-contact .footer-contact-item {
    padding-right: 15px;
}

.public-footer .tcpa-wrapper {
    margin: 30px 0 15px 0;
}

/*@layer utilities {*/
@media screen and (max-width: 767px) {
    .public-footer .footer-contact {
        flex-direction: column;
        align-items: flex-start;
    }

    .public-footer .footer-contact .footer-contact-item {
        margin-bottom: 15px;
    }

    .header-title h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .hero-heading img {
        max-width: 80px;
        margin-right: 10px;
    }

    .top-menu-text {
        display: none !important;
    }

    footer .legal-links a {
        display: block;
    }
}

body {
    font-family: 'Roboto', sans-serif;
}
