
html, body{
    background-color: #EFEFEF;
}
.banner{
    height: 360px;
}
.container{
    margin-bottom: 57px;
    padding: 20px 25px 79px;
    background-color: #FFF;
}
.title-row:nth-child(1) .title-container{
    background: none;
}
.gallery{
    margin-top: 0;
}

.content{
    text-align: center;
}
.content p{
    display: inline-block;
    margin: 0;
    color: #4D4D4D;
    text-align: center;
    font-family: HappyZcool-2016;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(to top, rgba(255, 155, 0, 0.1) 60%, transparent 60%);
}

.last{
    margin-top: 30px;
    color: #FF9B00;
}

