.banner {
    height: 500px;
    width: 100%;
    display: table
}

.banner>.layer {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    background-color: #195557;
    color: #fff
}

.banner>.layer>.title1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 50px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    line-height: 60px
}

.banner>.layer>.title2 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 80px
}

.banner>.layer>.details {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding-top: 20px
}

.entry-main>.entry-body {
    position: relative;
    top: -70px
}

.entry-main>.entry-body>.title3 {
    font-size: 18px;
    padding: 0 15px;
    padding-bottom: 30px
}

@media(max-width:850px) {
    .banner>.layer {
        padding: 15px
    }

    .banner>.layer>.title1 {
        font-size: 40px;
        line-height: 50px
    }

    .banner>.layer>.title2 {
        font-size: 70px;
        line-height: 70px
    }

    .banner>.layer>.details {
        font-size: 16px
    }
}

@media(max-width:767px) {
    .banner>.layer>.title1 {
        font-size: 30px;
        line-height: 40px
    }

    .banner>.layer>.title2 {
        font-size: 60px;
        line-height: 60px
    }

    .banner>.layer>.details {
        font-size: 14px
    }
}

@media(max-width:600px) {
    .banner>.layer>.title1 {
        font-size: 25px;
        line-height: 35px
    }

    .banner>.layer>.title2 {
        font-size: 50px;
        line-height: 50px
    }
}

@media(max-width:500px) {
    .banner>.layer>.title1 {
        font-size: 20px;
        line-height: 30px
    }

    .banner>.layer>.title2 {
        font-size: 40px;
        line-height: 40px
    }
}
