.container-contact {
    width: 144rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-contact-1 {
    width: 100%;
    height: 105.8rem;
    padding: 4rem 9.6rem 9.6rem 9.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.title-content-contact-1 {
    width: 100%;
    height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.title-content-contact-1 h1 {
    font-size: 5.6rem;
    font-weight: 600;
    line-height: 7.2rem;
}

.title-content-contact-1 p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.8rem;
    color: #666666;
    text-align: center;
}

.main-content-contact-1 {
    width: 124.8rem;
    height: 67.2rem;
    display: flex;
    justify-content: center;
    gap: 8rem;
}

.form-input-contact {
    width: 69.2rem;
    height: 51.6rem;
}

.img-main-content-contact-1 {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.img-main-content-contact-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.form-input-contact {
    max-width: 60rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 500;
    font-size: 1.6rem;
}

.form-group input {
    width: 28.2rem;
    height: 4.8rem;
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    font-size: 1.6rem;
}

.form-group-full {
    margin-bottom: 2rem;
}

.form-group-full label {
    display: block;
    margin-bottom: 0.8rem;
    font-weight: 500;
    font-size: 1.6rem;
}

.form-group-full textarea {
    width: 59.2rem;
    height: 11.2rem;
    padding: 1rem 1.5rem;
    border: 1px solid #ddd;
    border-radius: 1rem;
    font-size: 1.6rem;
    resize: vertical;
}

.form-notice {
    margin-bottom: 2rem;
}

.form-notice span {
    display: block;
    font-size: 1.6rem;
    color: #475467;
    line-height: 2.4rem;
}

.btn-submit-contact {
    padding: 1.2rem 3rem;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 1rem;
    font-size: 1.6rem;
    cursor: pointer;
}

.btn-submit-contact:hover {
    background: #0056b3;
}

@media (max-width:430px) {
    .container-contact {
        width: 100vw;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-contact-1 {
        width: 100%;
        height: 138.3rem;
        padding: 3.2rem 1.6rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .title-content-contact-1 {
        width: 100%;
        height: 13.6rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .title-content-contact-1 h1 {
        font-size: 3.2rem;
        font-weight: 700;
        line-height: 4.8rem;
    }

    .title-content-contact-1 p {
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 2rem;
        color: #666666;
        text-align: center;
    }

    .main-content-contact-1 {
        width: 34.3rem;
        height: 115.19rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 3.2rem;
    }

    .form-input-contact {
        width: 34.3rem;
        height: 76.8rem;
    }

    .img-main-content-contact-1 {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .img-main-content-contact-1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 2rem;
    }

    .form-row {
        display: flex;
        flex-direction: column;
    }

    .form-group label {
        display: block;
        margin-bottom: 0.4rem;
        font-weight: 500;
        font-size: 1.6rem;
    }

    .form-group-full label {
        display: block;
        margin-bottom: 0.8rem;
        font-weight: 500;
        font-size: 1.6rem;
    }

    .form-group-full textarea {
        width: 34.3rem;
        height: 11.2rem;
        padding: 1rem 1.5rem;
        border: 1px solid #ddd;
        border-radius: 1rem;
        font-size: 1.6rem;
        resize: vertical;
    }

    .form-row input {
        width: 100%;
    }
}