@media only screen and (max-width: 995px) {
    br {
        display: none;
    }
    .btn-outer {
        padding: 10px;
        background-color: white;
        justify-content: space-around;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
    }

    .bannerContent h1 {
        font-size: 40px;
    }

    .bannerContent h1 br {
        display: none;
    }

    .bannerContent p {
        font-size: 16px;
    }

    .bannerContent ul li {
        font-size: 16px;
        line-height: 30px;
    }

    #demo,
    #curriculum {
        font-size: 16px;
        width: 100%;
    }

    .form {
        margin-top: 50px;
    }
    .optionList {
        margin: 10px 0px;
    }
}