.sub-header5 {
    background-image: url("../images/banner/banner-case.png");
}


@media (min-width: 1200px) {

    .sub-header5 {
        padding-top: 130px;
        padding-bottom: 65px;
    }

    .main-container {
        padding-top: 65px;
        padding-bottom: 100px;
    }
}

.sub-header5 .title,
.sub-header5 h2,
.sub-header5 p {
    font-family: youyuan;
    /* text-align: left; */
}

@media (min-width: 768px) and (max-width: 1310px) {
    .container {
        width: 90%;
    }
}

.single-post-link {
    margin: 0 1px 5px 0;
}

.sub-header5 h2 {
    color: white;
    margin-top: 30px;
    font-weight: normal;
    font-size: 24px;
}

@media(max-width:991px) {

    .sub-header5 {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .sub-header5 .title {
        font-size: 34px;
    }

    .sub-header5 h2 {
        font-size: 20px;
    }

    .sub-header5 .title {
        font-size: 34px;
    }
}
@media(max-width:768px) {
    .sub-header5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .sub-header5 .title {
        font-size: 24px;
    }
}