@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@500&display=swap');
body {
    width: 95%;
	margin: 0 auto;
	font-family: 'Golos Text', sans-serif;
}
.about_us {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 600px;
    background-image: url("27_kaliningrad.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
}
.our_news {
    display: flex;
    flex-direction: row;
}
.news_data {
    width: 30%;
}
.find_us {
    display: flex;
    flex-direction: row;
}
.find_us a {
    color: orange;
    text-decoration: none;
}
.contacts {
    width: 30%;
}