.ast-box {
    width: 100%;
    border: 2px solid var(--main-color);
    border-radius: 6px;
    margin-top: .5rem;
}
.ast-header {
    background: var(--main-color);
    text-align: center;
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
}
.ast-list{
    padding: .5rem;
}
.ast-item{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: .5rem 0;
}
.ast-item:last-child {
    border: none;
}