﻿@media screen and (min-width:180px) and (max-width:559px) {
    .govde{
        position: relative;
        padding:20px;
        height:Auto;
    }
    .govde_icerik{
        width:100%;
        display:block;
        padding:20px;
    }
    .govde_icerik-bilgiler img{
        width:140px;
        margin:auto;
		margin-bottom:30px;
    }
    h1{
        font-size:24px;
        width:100%;
        text-align: center;
        margin:30px 0;
    }
	
	h2 {
		font-size:16px!important
	}
	
    address{
        display:Block;
        text-align: center;
    }


}












