.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
}

.para-hide {
    display: none;
}

.btn-toggle-show {
    background: transparent;
    outline: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.btn-toggle-show .arrow {
    transition: 0.5s ease;
}

.rotate {
    transform: rotate(180deg);
    /* transform: rotate(-90deg); */
}
