.cs-futures-wrapper {
    background-color: #E8E8E8;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
}

.cs-futures-wrapper .cs-futures-title-wrapper {
    background-color: #121212;
    display: flex;
    align-items: center;
    border-radius: 14px 14px 0px 0px;
    padding: 15px 20px;
}

.cs-futures-wrapper .cs-futures-title-wrapper .cs-futures-title{
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 183.4%;
    color: #FFFFFF;
    margin-left: 10px;
}

.cs-futures-wrapper .cs-futures-list{
    list-style: none;
    margin-left: 15px;
    margin-bottom: 0;
    padding: 15px 30px;
}

.cs-futures-wrapper .cs-futures-list-item{
    display: flex;
}

.cs-futures-wrapper .cs-futures-list-item .cs-futures-icon{
    margin-right: 10px ;
}

.cs-futures-wrapper .cs-futures-list-item .cs-futures-icon svg{
    margin-top: 3px;
}

.cs-futures-content .cs-futures-item-title{
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 183.4%;
    color: #302E2E;
}

.cs-futures-content .cs-futures-item-decription{
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 159.4%;
    color: #5F5F5F;
}