/* packages */
#packages h2 {
    margin: 1em 0;
}
.checklist-ul {
    margin-bottom: 1em;
}
.checklist-li {
    list-style: none;
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: .5em;
    margin-top: .5em;
}
.checklist-li img,
.checklist-li svg {
    display: inline-block;
    flex-shrink: 0;

}

.pricing-li {
    list-style: none;
    border-radius: 1.5em;
    padding: 2.5em;
    border: 1px solid #A8A8A8;
    margin-bottom: 1em;
}
#packages .button-solid {
    font-size: 1em;
}
#packages .line {
    height: 1px;
    display: block;
    background-color: #A8A8A8;
    margin: 1.5rem 0;
}
#packages .end .text {
    margin-bottom: .5rem;
    max-width: 20rem;
}
@media (min-width: 64rem) {

    .pricing-ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        align-items: start;

    }
    .pricing-ul.group {
        width: 66%;
        margin: 0 auto;
    }

}