*{
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
    background: url(img/O.jpg) no-repeat bottom center fixed;
    background-size: cover;
}

.phone {
	margin: 40px auto;
	background: #ffffff;
	padding: 20px;
	max-width: 300px;
	text-align: center;
}

.phone a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    color:black;
}

.tel {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
}

.mail {
    font-size: 16px;
    font-weight: bold;
}

.container {
    margin-top: 50px;
}

.info {
    justify-content: center;
    flex-direction: column;
    display: flex;
    text-align: center;
    padding: 20px;
    border-radius: 20px 0px;
    opacity: .8;
    margin: auto;
    background-color: #ffffff;
    max-width: 470px;
}

.name {
    margin: 0;  
    font-size: 40px;
}

.subtitle {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.name_info{
    font-size: 18px;
    line-height: 20px;
}

.build {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.link {
    text-decoration: none;
    color: red;
}

@media  screen and (min-width: 425px) {
    .name {
        font-size: 46px;
    }
}