#banner{
    position: relative;
}
#banner>.text{
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: white;
    font-size: 2rem;
    font-weight: 600;
}
            .pcbanner {
    width: 100%;
    height: 550px;
    background: url(../images/entries-banner-bg.jpg) center center / cover no-repeat;
    overflow: hidden;
    margin-top: 0px;
}
#section1{
    padding: 5rem 0;
    background-color: white;
}
#section1 .card-content{
    background-color: #ebebeb;
}
#section1 .s_title>h4{
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    font-weight: 600;
    color: #353535;
}
#section1 .s_title>p{
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
    color: #353535;
}

@media (max-width:480px) {
    #banner>.text{
        font-size: 1.4rem;
    }
    #section1{
        padding: 0;
    }
    .pcbanner {
        width: 100%;
        height: 300px;
    }
}