.banner {
    background: url(https://img.asiancancer.com/images/newmalai/asean/3840300en.jpg) no-repeat center;
    height: 300px;
}
.banner .img{text-align: center;}
.banner .banner-text{padding-top:60px;}
.banner .banner-text .title{font-size: 52px;color: #ffffff;display: grid;}
.banner .banner-text .first{border-bottom: 2px solid #13BFB1;width: 225px;}
.banner .banner-text .second{font-size: 35px;}

.content .title {
    font-size: 30px;
    color: #13BFB1;
    display: block;
    margin: 30px auto;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        background: url("https://img.asiancancer.com/images/newmalai/asean/790240cn.jpg") no-repeat center;
        background-size: cover;
        min-height: 100px;
        height: auto;
    }
    .content{padding:0 10px;}
    p img{
        width: 100%;
        height: auto;
    }
}