﻿.newBoxStyle {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 4px;
}

h1, h2 {
    color: #e12454;
}

.container {
    /*margin-top: 20px;*/
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    overflow-x: auto; /* Allows horizontal scrolling on smaller screens */
    display: block; /* Makes the table scrollable */
}

    .comparison-table th, .comparison-table td {
        border: 1px solid #ddd;
        padding: 10px;
        vertical-align: top;
        text-align: left; /* Align text to the left for better readability on small screens */
    }

    .comparison-table th {
        background-color: #e12454;
        color: white;
        text-align: center;
    }

.card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border:none !important;
}

.card-header {
    background-color: #e12454;
    color: white;
    padding: 10px;
    font-weight: bold;
}

.card-body {
    padding: 15px;
}

.me-5 {
    margin-right: 4.3rem !important;
}