.fqhd{
    padding-top: 20px!important;
    padding-bottom: 50px!important;
}
.fqhdMn>div>div>img{
    max-width: 100%;
    object-fit: contain;
}
.fqMn>h5{
    text-align: center;
    font-family: var(--title-fonts);
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #333333;
    background:  #CEF2B3;
    padding: 4px 8px;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 10px;
}
.fqMn>h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: var(--dark-color);
    padding: 0;
    margin-bottom: 26px;
}
.acc-head {
    font-size: 16px;
    font-style: normal;
    line-height: 36px;
    font-weight: 600;
    border-radius: 3px;
    background: var(--grey-color);
    border: 1px solid var(--grey-color);
    padding: 15px 30px;
    cursor: pointer;
    position: relative;
    transition: 0.4s;
}
.active,
.acc-head:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
    border: 1px solid var(--primary-color);
}
.acc-item{
    list-style: none;
     cursor: pointer;
}
.panl {
    padding: 15px 30px;
    background-color: var(--white-color);
    overflow: hidden;
    border: 0 solid var(--grey-color);   
    border-width: 0 1px 1px 1px;          
    opacity: 0;
    height: 0;
    transition: height 0.3s ease-in-out;
}


.acc-item.open .panl {
    opacity: 1;
    height: 100px;
    transition: all 0.3s ease-in-out;    
}

 @media all and (max-width: 768px) {
.fqMn{
    margin-top: 30px!important;
}
.fqMn>h2 {
    font-size: 28px!important;
}
.acc-head {
    font-size: 14px!important;
    line-height: 150%!important;
}
 }
  @media all and (max-width: 992px) {
 .fqhd {
    padding-bottom: 22px!important;
}
  }
