@media (max-width: 1023px) {
    .contact-box {
        width: 100%;
        padding: 2.5rem 1.25rem;
        box-sizing: border-box;
        background-color: #ffffff;
    }

    .contact-item {
        width: 100%;
        height: 5rem;
        padding: 0 0.625rem;
        background: #ffffff;
        border-radius: 0.625rem;
        border: 1px solid #d3c1e4;
        box-sizing: border-box;
    }

    .contact-item-textarea {
        width: 100%;
        height: 20rem;
        padding: 1.5625rem 0.625rem;
        background: #ffffff;
        border-radius: 0.625rem;
        border: 1px solid #d3c1e4;
        box-sizing: border-box;
    }
}