.banner {
    width: 100%;
	padding-top: 40%;
    background: url("../../img/banner-2.png") no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner > div {
    height: 80px;
    position: absolute;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.banner > div p {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 40px;
}


.banner > div p {
    font-size: 40px;
    /*letter-spacing: 15px;*/ word-spacing: 15px;
}

.banner > div p:last-child {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
}

.product {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.product .title {
    align-self: center;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    border-bottom: 2px solid #7999FF;
    padding-bottom: 3px;
}

.product section {
	padding-top: 20px;
}

.product section h5 {
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 20px;
}

.product section ul {
	width: 90%;
	margin: 0 auto;
    display: flex;
	flex-direction: column;
}

.product section ul li {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.product section ul li img {
    width: 100%;
}

.product section ul li p {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
}

.product section ul li div {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.product section ul li div span {
    color: #666666;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.product section ul li button {
    align-self: center;
    border: none;
    background-color: #7999FF;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 6px 18px;
    cursor: pointer;
}

.product section ul li button a {
	color: #FFFFFF;
}