.faq-area .faq-section .panel-faq .panel-heading .panel-title {
     position: relative;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title > a:after {
    content: "\f068";
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 2px;
    font-size: 13px;
}

.faq-area .faq-section .panel-faq .panel-heading .panel-title > a.collapsed:after {
    content: "\f067";
}

h2.section-title {
     padding-bottom: 10px;
}
.panel-faq {
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 15px;
    padding-top: 15px;
    box-shadow: none;
    margin-bottom: 0px !important;
    border-radius: 0px;
    background-color: transparent;
}
.faq-name>a {
    display: flex;
    gap: 48px;
    align-items: center;
    justify-content: space-between;
	color: #212529;
    text-decoration: none;
	font-weight: 600;
    font-size: 1.2rem; 
}
.faq-ico {
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-repeat: no-repeat;
}
.faq-name>a.collapsed .faq-ico {
    background-image: url(../image/svg/faq-plus.svg);
}
.faq-name>a:not(.collapsed) .faq-ico {
    background-image: url(../image/svg/faq-minus.svg);
}
.faq-head{
font-size: 2rem;
font-weight: 600;
    line-height: 1.2;
}
.faq-body {
    margin-top: 20px;
}

