
@media (max-width:1024px) {

    .iletisim-container-wrapper {
        display: flex !important;
        flex-direction: column !important;
        gap:0 !important;
    }


    .left-side-form {
        display: flex !important;
        margin: 0 auto !important;
        padding-left: 0 !important;
        padding: 0 2rem !important;
    }

    .left-side-form h1 {
        text-align: center !important;
    }
    .left-side-form h2 br {
        display: none !important;
    }

    .left-side-form p br {
        display: none !important;
    }



    .ad-soyad-input,
    .email-input,
    .konu-input,
    .mesajınız-input,
    .gonder-button-input {
        width: 90% !important;
        height: auto !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .form-info-section {
        flex-direction: column !important;
        gap:0 !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .gonder-button-input {
        margin-bottom:2rem !important;
    }

    .right-side-form-real {
        margin-top:0 !important;
    }
}

@media (max-width:480px) {
    .iletisim-container-wrapper {
        display: flex !important;
        flex-direction: column !important;
    }

    .ad-soyad-input,
    .email-input,
    .konu-input,
    .mesajınız-input,
    .gonder-button-input {
        width: 90% !important;
        height: auto !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .form-info-section {
        flex-direction: column !important;
        gap:0 !important;
        justify-content: center !important;
    }

    .gonder-button-input {
        margin-bottom:2rem !important;
    }
}