*:focus {
    outline: none;
}

.sp-seo-faq{
    margin-bottom: 30px;
}


.sp-seo-faq ul {
	padding: 0;
	column-count: 2;
}
.sp-seo-faq li {
	list-style: none;
	line-height: 2;
	margin-bottom: 15px;
}
.faq-question {
	position: relative;
    overflow: hidden;
    margin-top: 0;
    padding: 15px;
}

.sp-seo-faq .faq-text-head{
    font-weight: 400;
}

.sp-seo-faq .faq-text-head a{
    text-decoration: underline;
}

.sp-seo-faq .faq-text-head a:hover{
    text-decoration: none;
}

.faq-link {
    position: relative;
    cursor: pointer;
    line-height: 1.7;
	list-style: none;
	width: 95%;
	
}
.faq-link:after {
    content: "\f107";
    min-width: 8px;
    height: 5px;
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    float: right;
    position: absolute;
    top: 2px;
    right: -20px;
    transform: rotate(0deg);
    transition: 0.5s;
}
.faq-text {
	margin-top: 10px;
	background: #fff;
    padding: 20px;
    border-radius: 4px;
}

 a{
    color: #303030;
}

.faq-text a:hover{
    text-decoration: underline;;
}


.faq-text ul{    
    border-top: 1px solid #e5e5e5;
    column-count: 1;
    padding-top: 20px;
    font-weight: 400;
}


.faq-title{
    font-size: 1.5em;
    margin: 20px 0;
    font-weight: 500;
}

@media (max-width:992px){
.sp-seo-faq ul{column-count: 1;}
}
