    section.contact {
        width: 100%;
        height: auto;
    }
    
    button,
    select {
        text-transform: none;
    }
    
    button,
    input,
    select,
    textarea {
        color: #5A5A5A;
        font: inherit;
        margin: 0;
    }
    
    input {
        line-height: normal;
    }
    
    textarea {
        overflow: auto;
    }
    
    .er-w {
        width: 100%;
        height: 750px;
        background-color: #253046;
        backdrop-filter: blur(8px);
    }
    
    .mail {
        position: absolute;
        top: 33%;
        right: 0%;
    }
    
    #container {
        border-left: groove 3px #ff5500;
        width: 35%;
        margin-left: 8%;
        border-radius: 50px;
        float: left;
    }
    
    form {
        padding: 10px;
        margin: 50px 0;
    }
    
    h1 {
        color: #474544;
        font-size: 32px;
        font-weight: 700;
        letter-spacing: 7px;
        text-align: center;
        text-transform: uppercase;
    }
    
    .underline {
        border-bottom: solid 2px #474544;
        margin: -0.512em auto;
        width: 80px;
    }
    
    .icon_wrapper {
        margin: 50px auto 0;
        width: 100%;
    }
    
    .icon {
        display: block;
        fill: orangered;
        height: 50px;
        margin: 0 auto;
        width: 50px;
        border-radius: 50%;
        background-color: transparent;
    }
    
    .email {
        float: right;
        width: 45%;
    }
    
    input[type='text'],
    [type='email'],
    select,
    textarea {
        background: none;
        border: none;
        border-bottom: solid 2px #ff5500;
        color: #ff5500;
        font-size: 1.000em;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0em 0 1.875em 0;
        padding: 0 0 0.875em 0;
        text-transform: uppercase;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    input[type='text']:focus,
    [type='email']:focus,
    textarea:focus {
        outline: none;
        padding: 0 0 0.875em 0;
    }
    
    .message {
        float: none;
    }
    
    .name {
        float: left;
        width: 45%;
    }
    
    select {
        background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
        outline: none;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    
    select::-ms-expand {
        display: none;
    }
    
    .subject {
        width: 100%;
    }
    
    .telephone {
        width: 100%;
    }
    
    textarea {
        line-height: 150%;
        height: 150px;
        resize: none;
        width: 100%;
    }
    
     ::-webkit-input-placeholder {
        color: #ff5500;
    }
    
     :-moz-placeholder {
        color: #ff5500;
        opacity: 1;
    }
    
     ::-moz-placeholder {
        color: #ff5500;
        opacity: 1;
    }
    
     :-ms-input-placeholder {
        color: #ff5500;
    }
    
    #form_button {
        background: none;
        border: solid 2px #474544;
        color: #ff5500;
        cursor: pointer;
        display: inline-block;
        font-family: 'Helvetica', Arial, sans-serif;
        font-size: 0.875em;
        font-weight: bold;
        outline: none;
        padding: 20px 35px;
        text-transform: uppercase;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    #form_button:hover {
        background: #474544;
        color: #F2F3EB;
    }
    
    @media screen and (max-width: 768px) {
        #container {
            margin: 20px auto;
            width: 95%;
        }
    }
    
    @media screen and (max-width: 480px) {
        h1 {
            font-size: 26px;
        }
        .underline {
            width: 68px;
        }
        #form_button {
            padding: 15px 25px;
        }
    }
    
    @media screen and (max-width: 420px) {
        h1 {
            font-size: 18px;
        }
        .icon {
            height: 35px;
            width: 35px;
        }
        .underline {
            width: 53px;
        }
        input[type='text'],
        [type='email'],
        select,
        textarea {
            font-size: 0.875em;
        }
    }
    
    .er-w h1 {
        color: white;
        font-size: 40px;
        font-weight: 700;
        padding: 25px;
        font-family: Anton;
        letter-spacing: 7px;
    }
    
    .bilgiler {
        width: 27%;
        height: 500px;
        background-color: rgba(28, 153, 226, 0.295);
        backdrop-filter: blur(4px);
        right: 8%;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        bottom: 4%;
        z-index: 9999999;
        color: white;
        float: right;
        margin-top: 2%;
        margin-right: 5%;
    }
    
    .bilgiler h1 {
        color: white;
        font-size: 19px;
        padding: 15px;
        font-family: sans-serif;
    }
    
    .bilgiler ul {
        border-bottom: 1px solid grey;
        border-image: linear-gradient(to right, rgba(0, 0, 0, 0), grey, rgba(247, 0, 0, 0)) 1;
        margin: 20px;
        padding-bottom: 10px;
    }
    
    .bilgiler ul li h3 {
        color: white;
        padding: -15px;
    }
    
    .bilgiler ul li h3:before {
        content: '';
        width: 2px;
        height: 22px;
        color: orangered;
        background-color: orangered;
        position: relative;
        left: 4%;
    }
    
    .bilgiler ul li i {
        text-align: center;
        font-size: 23px;
        margin-left: 50%;
        transform: translate(-50%);
    }
    
    .bilgiler ul li a {
        color: orangered;
    }
    
    @media screen and (min-width:250px) and (max-width:1190px) {
        #container {
            border-left: groove 3px #ff5500;
            width: 90%;
            margin: auto;
            border-radius: 50px;
            left: 0;
            height: 600px;
        }
        .er-w {
            width: 100%;
            min-height: 1300px;
            height: auto;
            background-color: #253046;
            backdrop-filter: blur(8px);
        }
          .bilgiler {
            width: 90%;
            height: 500px;
            background-color: rgba(28, 153, 226, 0.295);
            backdrop-filter: blur(4px);
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
            bottom: 4%;
            z-index: 9999999;
            color: white;
            position: relative;
            left: 45%;
            margin-top: 5%;
            transform: translate(-50%);
        }
        .bilgiler h1 {
            color: white;
            font-size: 19px;
            padding: 15px;
            font-family: sans-serif;
        }
        .bilgiler ul {
            border-bottom: 1px solid grey;
            border-image: linear-gradient(to right, rgba(0, 0, 0, 0), grey, rgba(247, 0, 0, 0)) 1;
            margin: 20px;
            padding-bottom: 10px;
        }
        .bilgiler ul li h3 {
            color: white;
            padding: -15px;
        }
        .bilgiler ul li i {
            text-align: center;
            font-size: 23px;
            margin-left: 50%;
            transform: translate(-50%);
        }
        .bilgiler ul li a {
            color: orangered;
        }
        .mail {
            position: absolute;
            top: 61%;
            right: 0%;
        }
    }