.accord-cont {
    padding: 10px 0;
    background-color: #fff;
    margin-bottom: 50px;
}
.accord-cont h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 10px 5%;
}
.accord-cont p {
    line-height: 20px;
    margin: 10px;
    font-size: 16px;
    text-indent: 25px;
}
.accord-cont li{
	font-size: 14px;
	margin: 0 10%;
	line-height: 30px;
}
.accord-cont .red {
    width: 100%;
    background-color: #f72323;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    border-radius: 0;
}
.accord-cont a {
    color: white;
    font-size: 16px;
    line-height: 40px;
    display: block;
}