.afeb-accordion .afeb-items .afeb-item {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 10px;
    margin: 5px 0;
}

.afeb-accordion .afeb-items .afeb-item:hover,
.afeb-accordion .afeb-items .afeb-item.afeb-open {
    background-color: #f4f4f4;
}

.afeb-accordion .afeb-items .afeb-item .afeb-title-section {
    align-items: center;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
}

.afeb-accordion .afeb-items .afeb-item .afeb-image {
    align-items: center;
    background-color: #c6e1ee;
    border-radius: 10px;
    color: #29607b;
    display: flex;
    font-size: 25px;
    height: 50px;
    justify-content: center;
    width: 50px;
}

.afeb-accordion .afeb-items .afeb-item .afeb-image>svg {
    width: 25px;
}

.afeb-accordion .afeb-title-section .afeb-title,
.afeb-accordion .afeb-title-section .afeb-icon>i {
    font-size: 18px;
}

.afeb-accordion .afeb-title-section svg {
    width: 18px;
}

.afeb-accordion .afeb-items .afeb-item.afeb-open .afeb-title-section .afeb-icon.afeb-for-open,
.afeb-accordion .afeb-items .afeb-item:not(.afeb-open) .afeb-title-section .afeb-icon.afeb-for-close {
    display: none;
}

.afeb-accordion .afeb-items .afeb-item .afeb-description {
    color: #868686;
    display: none;
    font-size: 16px;
    margin-top: 15px;
}