/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
 margin: 0;
 padding: 0;
 border: 0;
 font-size: 100%;
 font: inherit;
 vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
 display: block;
}
body {
 line-height: 1;
}
ol, ul {
 list-style: none;
}
blockquote, q {
 quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: '';
 content: none;
}
table {
 border-collapse: collapse;
 border-spacing: 0;
}


h1 {
    font-family: Tomorrow;
    font-weight: 400;
    font-size: 56px;
    color:#000000;
    line-height: 78.4px;
    /* width:  1241px; */
    /* height: 297px;
    top: 148px;
    left: 100px; */
}
p {
    font-family: Sintony;
    font-weight: 400;
    font-size: 40px;
    color:#000000;
    line-height: 56px;
    /* width: 815px 288px; */
}
h2 {
    font-family: Tomorrow;
    font-weight: 400;
    font-size: 56px;
    color:#FFFFFF;
    line-height: 78.4px;
    text-transform: uppercase;
    /* width: 1030px;
    height: 451px; */
}
.text {
    font-family: Sintony;
    font-weight: 400;
    font-size: 24px;
    color:#000000;
    line-height: 38.4px;
    width:  500px;
    /* height: 114px; */
    /* padding: 2542px 841px; */
} 


.container {
    /* width: 1440px; */
    /* height: 610px;  */
    /* top: 110px; */
    /* margin:1440px 610px; */
    padding: 38px 100px;
    background-image: url(./images/bg.jpg);
    /* display: block; */
    background-size: cover;
}
.container img {
    display: block;
    margin: auto;
}
/* .img src="./images/1.png {
    display: block;
    width: 533px;
    height: 355px;  
    margin:auto;
    padding: 255px 454px;
} */

.container1 {
    /* width: 1440px; */
    /* height: 610px;  */
    /*top: 110px;*/
    /*margin: 0 auto;*/
    padding: 158px 20px;
}
.container1 img {
    float: left;
    width: 288px;
    height: 288px;  
    margin-right: 40px;
    /* margin:auto; */
    /* padding: 38px 100px; */
    /* padding: 158px 100px; */
}


    /* .img src="./images/2.jpg {
        display: block;
        width: 288px;
        height: 288px;  
        margin:auto;
        padding: 158px 100px;
        float:left;} */
    
.container2 {
    /* width: 1440px; */
    /* height: 862px;  */
    /* margin:auto; */
    padding: 214px 205px;
    background-image: url(./images/bg.jpg);
    background-size: cover;
    /* display: block; */
}

.container3 {
    /* width: 1440px; */
    /* height: 862px;  */
    /*margin:auto;*/
    padding: 122px 99px;
}
        /* .img src="./images/3.jpg {
            display: block;
            width: 606px;
            height: 608px;  
            margin:auto;
            padding: 122px 99px;
            float:left;}  */
        /* .text1{
                width: 540px;
        height: 164px; 
        margin:auto;
        padding: 122px 841px;
            }
        .text{
                width: 500px;
        height: 114px; 
        margin:auto;
        padding: 350px 841px;
            } */
    
.container3 img,
.container3 .texts {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}

.container3 .texts {
    padding-left: 50px;
}

.container3 .texts .text1 {
    margin-bottom: 40px;
}

