.c-gradient-border-ttl:after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#F6D5A8), to(#DFA357));
    background: linear-gradient(to right, #F6D5A8, #DFA357);
    margin-top: .15rem
}

.p-basic-table tbody{
    width: 100%;
}

.p-basic-table tbody tr{
    display: table;
    width: 100%;
}

.p-basic-table tbody tr:nth-of-type(even) td{
    background-color: #fafafa
}

.p-section--has-slant04 .p-gradient-circle{
    background: -webkit-gradient(linear, left top, right top, from(#F6D5A8), to(#DFA357));
    background: linear-gradient(to right, #F6D5A8, #DFA357);
}

.p-section--has-slant04:before{
    content: '';
    display: block;
    width: 40vw;
    height: 40vw;
    position: absolute;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .5;
    background-color: rgba(0,0,0,.03);
    left: 80.28%;
    top: 0;
}

.p-section--has-slant04:after{
    content: '';
    display: block;
    width: 40vw;
    height: 40vw;
    position: absolute;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: .5;
    background-color: #FFF7ED;
    right: 80.28%;
    bottom: 0;
}

.p-section--has-slant04 p.c-basic-txt{
    width: 70%;
}

.p-section--has-slant03 .c-gradient-border-ttl{
    color: #fff;
}

.p-section--has-slant03 .c-gradient-border-ttl:after{
    background: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#DFA357));
    background: linear-gradient(to right, #FFFFFF, #DFA357);
}

.strengths .p-gradient-circle__in p{
    width: 80%;
    color: #fff;
    line-height: 1.5;
}