.govde{
    width:100%;
    height:100%;
    position: absolute;
    display:flex;
    align-items: center;
    justify-content: center;
}
li{
    list-style: none;
    flex:1;
}
.govde_icerik{
    width:1260px;
    display:flex;
    padding:60px;
    background-color:#fff;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: contain;
}

.govde_icerik-bilgiler img{
    width:180px;
}

.govde_icerik-bilgiler h2 {
	    font-size: 20px;
    font-weight: bold;
    color: #a08a28;
    display: block;
    margin-bottom: 5px;

}

.tit {text-align:center;max-width:360px}
.tit img{display:inline-block;margin-bottom:30px;}
body{
    background:#a08a28;
}
h1{
    font-size: 36px;
    font-weight: bold;
    color: #a08a28;
    display: block;
    margin-bottom: 5px;
		margin-top:50px;
}
h1 p{
    display:block;
    color: #a08a28;
    font-size: 16px;
    font-weight: 400;
	margin-bottom:100px;
}
address{
    color: #a08a28;
    font-size:14px;
    line-height: 22px;
		margin:5px 0px;
}
address i{
    color: #a08a28;
    font-size:16px;
    margin-right:10px;
    line-height: 22px;

}
.govde_icerik-bilgiler{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a{
    color: #a08a28;
}
a:Hover{
    text-decoration: underline;
}
