@media (max-width: 991.98px) {
    .email-hero-right {
        display: none;
    }
}

.vps-feature-btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vps-feature-btns li {
    flex: 0 0 auto;
}

.vps-feature-btns a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 25px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #333;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 180px;
    height: 50px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.vps-feature-btns a.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.vps-feature-btns a:hover {
    background-color: #f8f9fa;
    border-color: #007bff;
}

.vps-feature-btns a.active:hover {
    background-color: #0056b3;
}

.vps-feature-btns img {
    vertical-align: middle;
    margin-right: 10px;
    width: 24px;
    height: auto;
}

.text-center {
    text-align: center;
}

.h3 {
    font-size: 1.75rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #333;
}

.mt-2 {
    margin-top: 0.5rem;
}