* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    font-family: 'montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    background: #fff;
}
.s1 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.s1 .content {
    width: calc(100% - 40px);
    max-width: 986px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.s1 .content .line{width:100%;height:1px;background:#A6C1C9;margin:40px 0;}
.s1 .content img {
    display:  block;
    width: 100%;
    max-width: 331px;
    margin: 0 auto 10vh auto;
}
.s1 .content h1{font-size:55px;font-weight:200;line-height:61px;letter-spacing:-1.1px;color:#014C7A;max-width:600px;margin:0 auto;}
.s1 .content p{font-size:18px;font-weight:300;line-height:30px;color:#4A575B;max-width:840px;margin:0 auto;}
.s1 .content h2{font-size:40px;font-weight:200;line-height:42px;letter-spacing:-0.8px;max-width:770px;margin:40px auto 10px auto;color:#014C7A}
.s1 .content p a {text-decoration: none;color:#014C7A;font-size:20px;font-weight:400;letter-spacing:-0.4px;line-height:38px}
.s1 .bottom {
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.s1 .bottom p {font-size: 19px;line-height: 31px;color:#014C7A;font-weight:300}

@media screen and (max-width: 980px) {
    .s1 .content img {margin-bottom: 50px;max-width:300px;}
    .s1 .content h1{font-size:32px;line-height:38px;}
    .s1 .content p{font-size:17px;line-height:26px}
    .s1 .content h2{font-size:20px;line-height:28px;}
    .s1 .content p a{font-size:17px;}
}

@media screen and (max-width: 767px) {
    .s1 .bottom p {
        font-size: 0.8rem;
        line-height: 1.4rem;
    }
}

@media screen and (max-height: 990px) {
    .s1 .content img {margin-bottom: 50px;}
}

@media screen and (max-height: 890px) {
    .s1 .content img {margin: 0 auto 30px auto;
    }
    .s1{height:auto;}
    .s1 .content{position:relative;top:0;transform:translate(-50%,0);padding-top:20px;}
    .s1 .bottom{position:relative;bottom:initial;top:0;padding-top:50px;}
}

