
.sg-footer {
    background: #023820;
    color: #ffffff;
    padding: 85px 55px 70px 55px;
    font-family: Arial, Helvetica, sans-serif;
}

.sg-footer * {
    box-sizing: border-box;
}

.sg-footer a {
    color: #ffffff;
    text-decoration: none;
}

.sg-footer-inner {
    max-width: 1800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr 1.15fr;
    gap: 40px;
    align-items: start;
}

.sg-footer-left {
    padding-top: 25px;
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 1.4px;
}

.sg-footer-left-name {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 18px;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.sg-footer-left-name strong {
    font-weight: 700;
}

.sg-footer-left p {
    margin: 0 0 26px 0;
}

.sg-footer-center {
    text-align: center;
}

.sg-footer-agent-logo {
    max-width: 390px;
    width: 100%;
    height: auto;
    display: block;
    margin: 10px auto 82px auto;
}

.sg-footer-social-title {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 30px;
}

.sg-footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
}

.sg-footer-social-icons a {
    display: inline-flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
}

.sg-footer-social-icons svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    display: block;
}

.sg-footer-social-icons a:hover {
    opacity: 0.75;
}

.sg-footer-right {
    text-align: right;
}

.sg-footer-company-logo {
    max-width: 420px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 52px auto;
}

.sg-footer-address {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 2px;
    margin-bottom: 34px;
}

.sg-footer-legal-logos {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 34px;
}

.sg-footer-eho {
    width: 52px;
    height: auto;
}

.sg-footer-realtor {
    width: 82px;
    height: auto;
}

@media screen and (max-width: 1150px) {
    .sg-footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sg-footer-left,
    .sg-footer-right {
        text-align: center;
    }

    .sg-footer-company-logo,
    .sg-footer-agent-logo {
        margin-left: auto;
        margin-right: auto;
    }

    .sg-footer-agent-logo {
        margin-bottom: 45px;
    }

    .sg-footer-legal-logos {
        justify-content: center;
    }
}

@media screen and (max-width: 650px) {
    .sg-footer {
        padding: 55px 24px 45px 24px;
    }

    .sg-footer-left {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    .sg-footer-left-name {
        font-size: 25px;
    }

    .sg-footer-social-title {
        font-size: 31px;
    }

    .sg-footer-address {
        font-size: 18px;
        line-height: 1.55;
    }

    .sg-footer-agent-logo {
        max-width: 300px;
    }

    .sg-footer-company-logo {
        max-width: 320px;
    }

    .sg-footer-eho {
        width: 75px;
    }

    .sg-footer-realtor {
        width: 110px;
    }
}