#afm-search {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 0.5px solid rgba(67, 67, 67, 0.50);
    background: #FFF;
}
.icon {
    position: absolute;
    right: 21px;
    cursor: pointer;
}
.serach-icon {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    width: 40%;
    align-items: center;
}
h4.tags-title {
    color: #190A32 !important;
    font-family: Outfit;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
}

.afm-categories {
    margin-bottom: 29px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px !important;
}

.afm-pill {
    display: inline-block;
    padding: 9px 22px;
    margin: 2px;
    cursor: pointer;
    border-radius: 40px;
    border: 0.5px solid rgba(67, 67, 67, 0.50);
    background: #FFF;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
    color: #77878F;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.afm-faq-item {
    border-radius: 18px;
    background: #FFF;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
    padding: 30px;
   border: 1px solid #5d228f !important;
       margin-bottom: 30px;
}
span.afm-pill.active, span.afm-pill:hover {
    background: #5d228f !important;
    color: #fff !important;
    border-color: #fff;
}
.afm-answer {
    display: none;
    margin-top: 20px;
}

.afm-question {
    color: #434343 !important;
    font-family: Outfit;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
    margin: 0px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

span.afm-icon {
    display: flex
;
    width: 40px;
    height: 40px;
    padding: 7px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 5px 16px 0px rgba(8, 15, 52, 0.06);
}
span.afm-icon.open {
    display: flex
;
    width: 40px;
    height: 40px;
    padding: 20px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 25px;
    background: #F95901;
}

.afm-icon img {
    max-width: 266px !important;
}