.faq-accordion{width: 100%;}
.faq-box+.faq-box{margin-top: 25px;}
.faq-box{background: rgba(255, 255, 255, 0.3);border-radius: 23px;}
.faq-header button{width: 100%;padding: 23px 26px;padding-right: 70px;position: relative;text-align: left;border: 0;background: transparent;}
.faq-header button::before{content: '';width: 22px;height: 22px;position: absolute;top: 50%;right: 25px;transform: translateY(-50%);background-image: url(../../assets/images/plus-icon.svg);background-repeat: no-repeat;background-position: center;background-size: contain;}
.faq-header button:not(.collapsed)::before{background-image: url(../../assets/images/minus-icon.svg)}

.faq-header h3{font-family: var(--aac-primary-font-700);font-size: 17px;font-weight: normal;}
.faq-body{padding: 0 26px 23px;padding-right: 70px;}

/* ========================================== 
! Large devices (desktops, less than 1200px)
=========================================== */
@media (max-width:1199.98px) { }

/*==========================================
! Medium devices (tablets, less than 992px)
========================================== */
@media (max-width:991.98px) { 

}

/* =================================================  
! Small devices (landscape phones, less than 768px)
================================================= */
@media (max-width:767.98px) { 

}

/* ======================================================
! Extra small devices (portrait phones, less than 576px)
====================================================== */
@media (max-width:575.98px) {
.faq-accordion{width: calc(100% + 20px);margin-left: -20px;}
.faq-box+.faq-box{margin-top: 20px;}
.faq-box{background: rgba(255, 255, 255, 0.3);border-radius: 0 33px 33px 0;}
.faq-header button{padding: 23px 20px;padding-right: 80px;}
.faq-header button::before{right: 30px;}
.faq-body{padding: 0 23px 20px;padding-right: 80px;}
 }

/* ======================================================
! Extra small devices (portrait phones, less than 370px)
====================================================== */
@media (max-width:369.98px) { }