:root {
            --spacing-card: 15%;
        }

        /* html {
    overflow-x: hidden !important;
    overflow-y: visible!important;
} */
        .ylw-bg {
            background-color: #ecb250 !important;
        }

        .blu-bg {
            background-color: #134168 !important;
        }

        .light-blu-bg {
            background-color: #5aadde !important;
        }

        .w-40 {
            width: 40% !important;
        }

        .w-80 {
            width: 80% !important;
        }

        .heigh33 {
            margin-top: 0 !important;
            height: 88vh !important;
        }

        @keyframes slideUp {
            0% {
                transform: translateY(30px);
                opacity: 0;
            }

            100% {
                transform: translateY(0);
                opacity: 1;
            }
        }

        @media only screen and (min-width: 481px) and (max-width: 768px) {
            .cur-sec:after {
                left: 0vh !important;
            }
        }

        @media only screen and (max-width: 768px) {
            .mascot .img2 {
                margin: 0px !important;
                height: 50% !important;
                margin-top: 20px !important;
            }

        }

        @media screen and (max-width: 480px) {
            .mascot-page .cur-sec img {
                width: 75% !important;
            }
        }
