#rank-math-faq .rank-math-list-item {
    margin-bottom: 1em;
    margin-top: 1em;
    border-bottom: 1px dotted #B0B5C2;
}

.rank-math-question {
    cursor: pointer;
    position: relative;
    display: block;
    padding-right: 1.2em;
    margin-right: 1.2em;
    font-weight: 300;
    margin-top: 30px;
}

.rank-math-question:after {
	color: #038700;
    position: absolute;
    right: 5px;
	font-size: 20px;
    top: 0;
    content: "\2715";
    transform: rotate(-45deg);
}

.rank-math-question.collapse:after {
    content: "\2212";
    color: #038700;
    position: absolute;
    right: 5px;
	font-size: 25px;
    top: 0;
    transform: rotate(0deg);
}

.rank-math-question:hover {
    opacity: 0.8;
}
.rank-math-faq-item{
    border-bottom: 1px dotted #B0B5C2;
}
#frequently-asked-questions{
	padding: 10px 0;
}
.rank-math-answer{
	padding-bottom: 20px;
}
.elementor-post-navigation__link__next{
	padding-left: 15px;
}
.rank-math-question:hover{
	color: #13544e;
}