.about_prier .banner {
    background-image: url(../images/about_prier/about_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    padding: 0 80px;
    border-radius: 8px;
}
.about_prier .banner h2.title-section {
    font-size: 38px;
}
.about_prier .banner .title-section span i{
    font-size: 28px;
    font-style: normal;
}
.about_prier .about-prier-content .title-col {
    line-height: 160%;
}
/* SP ONLY */
@media only screen and (max-width: 991px) {
    .about_prier section.about-prier-content {
        padding-top: 16px;
    }
    .about_prier .banner {
        background-image: url(../images/about_prier/about_banner_sp.png);
        height: 200px;
        padding: 0 24px;
    }
    .about_prier .banner h2.title-section {
        font-size: 24px;
    }
    .about_prier .banner .title-section span i{
        font-size: 20px;
    }
}
