/* Start Customer Success Title */
.customer-success-title
{
    background: #FAFCFE;
    padding-top: 60px;
    padding-bottom: 60px;
}
.customer-success-title .title h6
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 10px;
}
.customer-success-title .title h1
{
    margin-bottom: 0;
}
/* End Customer Success Title */

/* Start Expert Guidance */
.expert-guidance 
{
    background: #ECEFF4;
    padding-top: 80px;
    padding-bottom: 80px;
}
.expert-guidance .features
{
    border-bottom: 1px solid #C4C7D2;
}
.expert-guidance .features h6
{
    color: #4A4A68;
}
.expert-guidance .features p.title
{
    color: #000;
    font-size: 12px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.expert-guidance .features ul
{
    margin-bottom: 60px;
}
.expert-guidance .features ul li
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 24px;
    font-family: "Gloriola-SemiBold";
    margin-bottom: 20px;
}
.expert-guidance .features ul li:last-of-type
{
    margin-bottom: 0;
}
.expert-guidance .features ul li i
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #F76F66;
    margin-right: 20px;
}
.expert-guidance .kits
{
    padding-top: 60px;
}
.expert-guidance .kits .item hr
{
    width: 50px;
    margin: 0 auto 20px 0;
    border-top: 3px solid #F5766D
}
.expert-guidance .kits .item h5
{
    font-family: "Gloriola-SemiBold";
    margin-bottom: 10px;
}
.expert-guidance .kits .item h6
{
    color: #4A4A68;
    margin-bottom: 30px;
    min-height: 85px;
}
/* End Expert Guidance */

/* Start Customer Success Action */
.customer-success-action
{
    background: #FAFCFE;
    padding-top: 80px;
    padding-bottom: 80px;
}
.customer-success-action h6
{
    color: #4A4A68;
    margin-bottom: 40px;
}
/* End Customer Success Action */