.rounded .np-top {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.neapolitan-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.np-card {
    flex: 1;
    min-width: 30%;
    max-width: 36%;
    display: flex;
    flex-direction: column;
    margin: 2rem 0;
}

@media screen and (max-width: 767px) {
    .np-card {
        min-width: 67%;
        max-width: 67%;
        margin: 1rem 0;
    }
}

a.np-card, a.np-card:visited {
    color: initial;
    transition: all 0.3s ease;

}

a.np-card:hover {
    transform: scale(1.1);
    z-index: 10;
    color: initial;
}

.np-top {
    text-align: center;
    position: relative;
    padding: 2rem 0;
}

.highlight-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.75rem;
}

.np-middle {
    background-color: #f0f0f0;
    padding: 15px 30px;
    flex-grow: 1;
}

.np-middle p {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.rounded .np-bottom {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.np-bottom {
    background-color: #e6e6e6;
    height: 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.neapolitan-wrapper .np-top h2 {
    font-weight: 600;
}

.neapolitan-wrapper .np-middle h3 {
    font-size: larger;
    font-weight: 600;
    text-align: center;
    color: #3155a4;
}

.neapolitan-wrapper .np-bottom h3 {
    font-size: 18px;
    font-weight: 600;
}

.neapolitan-wrapper h5 {
    font-weight: 400;
}

.neapolitan-wrapper li {
    font-weight: 400;
}

ul {
    list-style: none;
    padding: 0px;
}

.neapolitan-wrapper ul li:before {
    content: '\2714';
    margin: 0 0.5em 0 1em;
    color: #3155a4;
}

.neapolitan-title {
    text-align: center;
    margin: 1rem 0;
    font-size: 20px;
}

.neapolitan-button {
    text-align: center;
    margin: 1rem 0 2rem;
}