*{margin: 0; padding: 0;}
body{font-family: 'myriad_proregular'; background: url(../images/bg-white.jpg) center no-repeat; background-size: cover; text-align: center; color: #797979; font-size: 20px; line-height: 28px;}
a{text-decoration: none; color: #797979;font-size: 24px;}
a:hover{color:#1c335a;}
img{max-width: 350px;}
h1{display: inline-block; color:#1c335a; vertical-align: top; width: 100%; margin-bottom: 20px; margin-top: 30px; font-size: 40px; line-height: 40px; font-weight: normal; font-style: italic;font-family: 'myriad_proitalic';}
p{display: inline-block; vertical-align: top; width: 100%; margin-bottom: 20px;}
.row{
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
}

@media only screen and (max-width: 700px){
h1{font-size: 30px; line-height: 30px;}
img{max-width: 280px;}
}