
.veid {
    font-size: 50px;
    margin:15px;
}
@media screen and (max-width: 1300px) {
    .veid {
    margin-top:30px;
        font-size: 30px;
    }
    .uslugi {
        max-width: 800px;
    }
}

*{padding: 0; margin: 0; box-sizing: border-box;}
body{height: 900px;}
.header {
	background: url('https://gamerwall.pro/uploads/posts/2022-03/1648566269_13-gamerwall-pro-p-koridor-bolnitsi-fon-krasivie-13.png');
	text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 90% 90% / 20%;
}
.header .overlay{
	width: 100%;
	height: 100%;
	padding: 50px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;

}
h2, p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}
header {
    background-color: #647591;
    height: 80px;
    display:flex;
    justify-content: left;

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.h1_head {
    color: white;
    margin: 15px;
    margin-left: 25%;
}

