.chooseProgramWrapper {
            padding: 40px 0px;
            background-color: #0065ad;
            color: #fff;
        }

        .university_box {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 35px;
            margin: 50px 0;
            list-style: none;
        }

        .university_box li a {
            padding: 18px 24px;
            -webkit-border-radius: 31px;
            -moz-border-radius: 31px;
            border-radius: 31px;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            background: #fff;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-shadow: 0px 2px 4px 0px #ffc600;
            -moz-box-shadow: 0px 2px 4px 0px #ffc600;
            box-shadow: 0px 2px 4px 0px #ffc600;
        }

        .mainHeading {
            text-align: center;
        }

        .blueButton {
            background-color: #ffc600;
            padding: 20px 0;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            align-items: center;
        }
        .blueButton a{
            font-size: 16px;
            font-weight: 500;
            color: #0065ad;
            text-decoration: none;
        }