/* -------------------------------------------------------------------
 * Products - 产品中心
 * Products.jsx 相关样式
------------------------------------------------------------------- */

.products-banner {
    width: 100%;
    height: 499px;
    margin: auto;
    background: url(/static/img/study.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.products-banner h1 {
    margin: 0 auto;
    padding-top: 200px;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 10px;
}

.products-banner p {
    color: #fff;
    font-size: 40px;
}

.products-section .section-heading .section-title {
    margin-bottom: 1rem;
}

.products-desc {
    color: #677294;
    font-size: 16px;
    text-align: center;
    margin-top: 0.5rem;
}
