@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);body{font-family:Roboto,sans-serif;margin:0}.banner-cont{background-image:url(img/pic_02.png);background-position:center center;background-repeat:no-repeat;min-height:100vh;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.content{max-width:1000px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}h1{width:60%;color:#fff;font-size:34px;font-weight:900;line-height:56px;letter-spacing:.54px}img{width:40%}@media screen and (max-width:1100px){.content{padding:0 30px}}@media screen and (max-width:850px){.content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}h1{text-align:center;width:90%}img{width:70%}}@media screen and (max-width:768px){h1{font-size:28px;line-height:35px}}@media screen and (max-width:320px){h1{font-size:24px;width:95%;margin-bottom:30px}}