.package {
    border: 1px solid #E4E4E4;
    border-radius: 8px;
    padding: 24px;
    overflow: hidden;
}

.package h1 {
    font: 500 24px/27.8px Inter;
    margin: 0;
}

.package h2 {
    font: 500 32px/38.4px Inter;
    margin: 5px 0;
}

.package h3 {
    font: 500 12px/16.8px Inter;
    margin: 0 0 24px;
}

.package h4 {
    font: 500 14px/21px Inter;
    margin: 0;
}

.package ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.package ul li {
    font: 400 12px/21px Inter;
    margin: 12px 0 0;
    padding-left: 32px;
    background-image: url('../../../../themes/myriad/src/images/pricing/Checkbox.svg');
    background-position: 0 0;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.package a {
    display: block;
    padding: 8px 18px;
    color: inherit;
    font: 500 16px Inter;
    margin: 0;
    text-decoration: none;
}

.package:hover {
    border: 1px solid #000;
}

.get-started {
    border: 1px solid #000;
    border-radius: 4px;
    margin: 24px 0 0;
    text-align: center;
    width: 100%;
    background-color: #FFF;
    color: #000;
    line-height: 16px;
    cursor: pointer;
}

.get-started:hover {
    background-color: #000;
    color: #FFF;
}

.preferred>:first-child {
    border: 1px solid #000 !important;
    border-radius: 8px !important;
    background-color: #000;
    color: #FFF !important;
}

.preferred ul li {
    background-image: url('../../../../themes/myriad/src/images/pricing/Checkbox-dark.svg');
    background-position: 0 0;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

#custom-package {
    font-size: 14px;
}