/*! Place your custom styles here */
.modal-list > li {
    list-style-type: circle;
    opacity: .9;
    margin-left: 16px;
}

h1.page-title {
    font-size: 34px;
    font-weight: 600;
}
.btn {
    font-size: 1.2rem;
    font-weight: 600;
}

/* button min width */
.btn-mw {
    min-width: 216px;
    padding-right: 20px;
    padding-left: 20px;
}

.boxed.boxed--lg.boxed {
 height: 100%;
 margin-bottom: 0;
}

.typed-text {
    display: inline-block;
}

.academic-performance-img {
    max-width: 640px;
    width: 100%;
}

@media all and (min-width: 768px) {
    .feature.boxed {
        min-height: 384px;
    }
    .feature.feature-1 {
        padding-top: 130px;
    }
}

/*.modal-container .modal-content .container {*/
/*    max-width: 90%;*/
/*}*/