.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:250px;
}
body{
    background:#70623f;
}
h1{
    font-size: 36px;
    font-weight: bold;
    color: #70623f;
    display: block;
    margin-bottom: 5px;
		margin-top:50px;
}
h1 p{
    display:block;
    color: #70623f;
    font-size: 16px;
    font-weight: 400;
	margin-bottom:100px;
}
address{
    color: #70623f;
    font-size:14px;
    line-height: 22px;
		margin:5px 0px;
}
address i{
    color: #70623f;
    font-size:16px;
    margin-right:10px;
    line-height: 22px;

}
.govde_icerik-bilgiler{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a{
    color: #70623f;
}
a:Hover{
    text-decoration: underline;
}
