@media screen and (max-width:767px) {
	.contact-form-section .wrapper {
        padding-top: 80px;
    }
    .contact h2.page-title {
        letter-spacing: 5px;
    }

    .contact-form-section span.pink-title {
        margin-bottom: 5px;
    }

    .contact-info {
        width: 100%;
        margin: 30px auto 50px;
    }

    .radio-btn-wrap {
        margin-bottom: 15px;
        padding-left: 0;
    }

    .tel-number img {
        height: 30px;
    }

    .tel-number {
        font-size: 40px;
    }

    form {
        font-size: 16px;
        max-width: 500px;
    }

    .text-form-wrap label {
        position: relative;
        width: 100%;
    }

    .text-form-wrap label.required::after {
        position: absolute;
        top: 0;
        right: -5px
    }

    .radio-btn-wrap label:first-child {
        margin-right: 14px;
    }

    .text-form-wrap input {
        height: 30px;
        width: 100%;
        max-width: 500px;
    }

    .text-form-wrap {
        margin-bottom: 15px;
        display: block;
    }

    span.mwform-tel-field {
        white-space: nowrap;
    }

    .text-form-wrap textarea {
        width: 100%;
        max-width: 500px;
    }

    .mwform-tel-field input[type="text"] {
        width: 30% !important;
        max-width: 100px;
    }

    .mwform-tel-field input[type="text"]:first-child {
        max-width: 110px;
    }


    .contact-form-section .more-btn {
        margin-top: 30px;
    }

    form .btn-wrap .more-btn {
        padding: 10px 56px;
    }

    .privacy-agreement {
        margin-bottom: 0;
        font-size: 14px;
    }

    .mw_wp_form .error {
        margin-left: 0;
    }

    .contact-form-section.confirmation .btn-wrap {
        flex-direction: column-reverse;
        gap: 0;
    }


}