.seo-accordion-container{margin:40px auto 60px auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;max-width:1020px;background:#fff;border:1px solid #d6d6d6;border-radius:5px;padding:20px 40px}
.seo-header{font-family:'Poppins-Semibold';font-style:normal;font-weight:600;font-size:20px;line-height:132%;color:#333;width:100%;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.seo-accordion-header span{width:20px;height:20px;background-image:url(../../../../../content/dam/ceat/ceat-revemp/icons/plus-icon.svg);background-position:center;background-repeat:no-repeat}
.seo-accordion-header.active span{background-image:url(../../../../../content/dam/ceat/ceat-revemp/icons/minus-icon.svg)}
.seo-accordion-content-sub{font-family:'Poppins-Regular';font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#4f4f4f}
.seo-accordion-item{font-family:'Poppins-Semibold';font-style:normal;font-weight:600;font-size:16px;line-height:150%;width:100%}
.seo-accordion-header-sub{cursor:pointer;font-family:'Poppins-Semibold';font-style:normal;font-weight:600;font-size:16px;line-height:132%;padding:16px 0;border-bottom:1px solid #d6d6d6;display:flex;width:100%;justify-content:space-between}
.seo-accordion-header-sub.active{border:0}
.seo-accordion-content{display:none}
.seo-accordion-content p{margin:16px 0;font-family:'Poppins-Regular';font-style:normal;font-weight:400;font-size:16px;line-height:150%;color:#4f4f4f;margin-top:12px}
.seo-accordion-content-inner{color:#4f4f4f;border-bottom:1px solid #d6d6d6}
@media screen and (max-width:991px){.seo-accordion-container{width:88%;padding:14px 20px;margin-top:60px;margin-bottom:60px}
}
@media screen and (max-width:767px){.seo-accordion-container{width:90%;padding:23px 16px;margin-top:0;margin-bottom:40px}
.seo-header{font-size:18px}
.seo-accordion-content p{font-size:14px}
}