
.alpha__list{
    display: flex !important;
    flex-direction: row;
    flex: 1;
    justify-content: space-between !important;
    width: 100%;
    margin-bottom: 3rem;
    font-size: 1.2rem;
    margin-top: 1px;
    overflow: visible;
    overflow-wrap: break-word;
}

#accordions{
    border: 2px solid rgba(76, 187, 23, 0.3);
    /*background:rgba(76, 187, 23, 0.3);*/
}

.sec{
    padding-top: 1rem;
}