body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background-color:#24a6ad;
    color:#fff;
    line-height:1.46;
}

.container{max-width:1100px; margin:0 auto; padding:20px; box-sizing:border-box; position:relative;}
    
    .img_wrapper{display:block; width:100%; position:relative; top:0; left:50%; transform:translateX(-50%); }
        .img{width:auto; max-width:100%;}

    .text_wrapper{display:block; width:100%; text-align:center; }
        .text_wrapper h1{font-size:2rem; margin-bottom:20px;}
        .text_wrapper p{font-size:1.2rem; max-width:600px; margin:0 auto;}

        address {
            display:block;
            font-style: normal;
            font-weight: 400;
            width:100%;
            background-color:rgba(255,255,255,.22);
            max-width:670px;
            margin:20px auto 0;
            box-sizing:border-box;
            padding:20px;
            text-shadow:0 0 1px rgba(0,0,0,.3);
            border-radius:4px;
        }

        address a {
            color: #fff;
            text-decoration: none;
        }

        address a:hover{
            color: #fff;
            text-decoration: underline;
        }

        .email{display:block; margin:10px 0;}
        
        .tel{
            display:block;
            margin-bottom: 10px;
        }

        .tel+.tel{
            margin-top: -10px;
        }

        .socials {display:inline-block; vertical-align: middle;}
        .socials+.socials {
            margin-left: 40px;
        }

        