.page-container {
    width: 100% !important;
    padding: 170px 50px 30px 50px;
    font-family: Inter
}

#cookieWarnBox {
    transition: all .4s ease-in-out;
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    background-color: transparent
}

#output {
    color: orange;
    letter-spacing: 2px
}

#cookieWarnBox.loaded {
    opacity: .9;
    bottom: -17px
}

.top-heading-lms {
    margin: 30px auto;
    font-family: Inter;
    font-weight: 600;
    font-size: 52px;
    line-height: 1.5;
    text-align: center
}

.subheading-text {
    color: #101010;
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    width: 88%;
    margin: auto
}

.lms-page-text {
    color: #101010;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin: 20px auto
}

.list-items {
    color: #101010;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin: 20px auto
}

.list-items li {
    margin: 10px auto
}

.blueText {
    color: #098ff8
}

.lms-learn-box {
    box-shadow: 0 3px 15px #44a7911F;
    background-color: #fff;
    padding: 3%;
    margin: 50px 0 20px 0
}

.lms-introduction-heaqding {
    text-align: left;
    font-size: 20px;
    color: #101010;
    line-height: 1.5;
    margin: 0;
    font-weight: 600
}

.str-title {
    font-weight: 700
}

@media only screen and (min-width:767px) {
    .desktop-version {
        display: block
    }

    .mobile-version {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .desktop-version {
        display: none
    }

    .page-container {
        padding: 120px 15px 15px 15px
    }

    .mobile-version {
        display: block
    }

    .top-heading-lms {
        font-size: 36px !important;
        margin: 10px 0
    }

    .lms-introduction-heaqding {
        font-size: 20px !important
    }

    .txtAlign {
        text-align: center;
        font-size: 16px;
    }
}

@media only screen and (min-width: 678px) and (max-width: 1024px) {
    .top-heading-lms {
        margin: 20px auto;
        font-size: 36px;
    }

    .subheading-text {
        font-size: 16px;
    }

    .lms-page-text {
        font-size: 14px;
    }

    .lms-introduction-heaqding {
        text-align: left;
        font-size: 18px;
    }

    .list-items {
        font-size: 14px;}
}

