    .main-container {
        border-radius: 20px !important;
        border: 1px solid #c7c7c7 !important;
    }

    .sub-head-color {
        color: #0b1727 !important;
        font-weight: 600 !important;
    }

    .para-color {
        color: #333333 !important;
    } 

    .heading {
        color: #0b1727 !important;
        font-size: 30px !important;
        font-weight: 700 !important;
        border: none;
        padding: 10px 0px !important;
        border-bottom: 2px solid #0b1727 !important;
    }

    @media (max-width:600px) {
        .section {
            padding: 10px !important;
        }

        .page {
            padding: 10px !important;
        }
    }

    .section-1 {
        background-color: #e3eef3 !important;
    }