.faq-col .box-white {
    margin: 0rem 0 2.875rem;
    padding: 3.6rem 2.5rem;
}
@media screen and (max-width: 768px){
    .faq-col .box-white {
        margin: 0rem 0 2.875rem;
        padding: 1rem 1.875rem;
    }
}
#stcfaq {
    border: none;
    border-radius: 0px;
    background: transparent;
}
#stcfaq-intro {
    display:none;
}
#stcfaq ul {
    border-top: 1px solid transparent;
}
#stcfaq li:nth-child(even) > a {
    background-color: transparent;
}
#stcfaq ul li {
    position: relative;
}
#stcfaq ul li > a:after {
    font-family: FontAwesome;
    content: "\f106";
    font-size: 20px;
    display: block;
    right: 15px;
    top: 4px;
    position: absolute;
}
#stcfaq ul li.stcfaq-open > a:after {
    content: "\f107";
}
#stcfaq ul a {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    border-bottom: 1px solid #e5e5e5;
    border-left: 0;
    font-size: 0.75em;
    
}
#stcfaq ul li:first-child a {
    border-top: 1px solid #e5e5e5;
}

#stcfaq ul li .stcfaq-answer > p {
    color:#111;
    font-size: 1.1em;
}

#stcfaq ul li .stcfaq-answer > p a {
    color: #64e61e;
    text-transform: lowercase;
}

#stcfaq ul li > a:hover,
#stcfaq ul li.stcfaq-open > a {
    color: #555;
    border-left: 0;
}

#stcfaq ul li .stcfaq-answer {
    border-left: none;
    font-weight:300;
}