main {
    padding-top: 45px;
}
#hero {
    background-color: var(--yellow);
    background-image: url('../../../images/2025/contact/contact-us-hero-bg.jpg');
    background-image: image-set(url('../../../images/2025/contact/contact-us-hero-bg.jpg') 1x, url('../../../images/2025/contact/contact-us-hero-bg@2x.jpg') 2x);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0 35px 0px;
    border-radius: 15px;
    width: 1280px;
    margin: 0 auto;
}

#hero .inner {
    overflow: hidden;
}

#hero h1 {
    font-size: 3.25em;
    line-height: 1;
    margin: 0 auto 15px auto;
    position: relative;
    display: block;
}

#hero p {
    font-size: 1.125em;
    line-height: 1.5555;
    max-width: 754px;
    margin: 0 auto;
}

#hero a {
    width: 192px;
    height: 40px;
    border-radius: 20px;
    font-size: 1.25em;
    margin-top: 23px;
}

@media screen and (max-width: 1310px) {
    #hero {
        max-width: calc(100% - 30px);
    }
}
@media screen and (max-width: 567px) {
    main {
        padding-top: 35px;
    }
    #hero {
        padding: 15px 0 38px 0;
        background-image: url('../../../images/2025/contact/contact-us-hero-bg-m.jpg');
        background-image: image-set(url('../../../images/2025/contact/contact-us-hero-bg-m.jpg') 1x, url('../../../images/2025/contact/contact-us-hero-bg-m@2x.jpg') 2x);
    }
    #hero h1 {
        font-size: 2.5em;
        line-height: 1.25;
        margin-bottom: 10px;
    }
    #hero p {
        font-size: 0.95em;
        line-height: 1.5;
    }
    #hero a {
        width: 155px;
        height: 32px;
        border-radius: 16px;
        font-size: 1em;
        margin-top: 19px;
    }
}