.acc2 {
    border-bottom: 1px solid #d5d8dc;
    margin-bottom: 12px;
}

.acc-btn .acc-icon {
    transform: rotate(90deg);
    transition: 0.3s all;
    font-size: 10px;
    margin-right: 3px;
}

.acc-btn,
.acc-btn:focus {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    outline: none;
    width: 100%;
    justify-content: start;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    gap: 5px;
    color: #000000;
    background-color: transparent;
    text-transform: capitalize;
}

.acc-btn.open .acc-icon {
    transform: rotate(180deg);
}

.acc-content {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    height: 0;
    transition: 0.4s;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    color: #7a7a7a;
}
