
        /* Fonts */
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

        * {
            padding: 0;
            margin: 0;
            box-sizing: border-box;
            font-family: 'Poppins', sans-serif;
        }

        .main-wrapper {
            height: 100vh !important;
        }

        /* main-heading styling */
        .ist-heading {
            font-weight: 700;
            font-size: 37.54px;
            line-height: 56.31px;
        }

        /* description */
        .description {
            font-weight: 400;
            /* font-size: 19.71px; */
            line-height: 29.56px;
        }


        .sec-heading {
            font-weight: 700;x
            font-size: 25.34px;
            line-height: 38.01px;
            background-color: #DB1C26;
            display: inline-block;
            margin: 0 auto;
            color: white;
            padding: 10px 15px;
        }

        /* links-buttons */
        .links-buttons p {
            font-weight: 500;
            font-size: 22.52px;
            line-height: 33.79px;

        }


   /* ======= Responsive ====== */

   @media screen and (max-width: 600px) {

body {
        padding-top: 2rem;
        /* padding: 1rem; */
    }

.container {
        height: 100vh;
        text-align: center;
   }

.sec-heading {
    font-weight: 700;
    font-size: 20px;
    line-height: 38.01px;
    background-color: #DB1C26;
    color: white;
    /* border-radius: 10px; */
    padding: 10px 15px;
}

.anchors {
    margin-top: 1.2rem;
}

.img-fluid {
    margin-top: 2.2rem;
    margin-bottom: 1.2rem;
    /* padding: 1rem; */
}
.container p {
    padding: 1rem;
    text-align: center;
}
.container p br {

    display: none;
}

.links-buttons {
    align-self: center;
}
   }
