.deeCtrEnrl004 {
    padding: 50px 0;
}

.deeCtrEnrl004 .headerTitle {
    font-size: 25px;
    line-height: 36px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 0;
    text-transform: initial;
}

.deeCtrEnrl004 .headerCont p {
    font-family: "Nunito Sans", 'Avenir';
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.deeCtrEnrl004 .enrollmentOptionsCont {
    justify-content: space-between;
}

.deeCtrEnrl004 .enrollmentOption {
    position: relative;
    border-top: 16px solid #EF3E33;
    padding: 24px 40px 24px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    border-radius: 1px;
    /*max-width: 416px;*/
    margin: 10px;
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    flex: 1 1 300px;
    height: auto;
    z-index: 0;
}

.deeCtrEnrl004 .enrollmentOption .header {
    height: auto;
    margin-bottom: 20px;
}

.deeCtrEnrl004 .enrollmentOption .title {
    font-size: 28px;
    line-height: 36px;
}

.deeCtrEnrl004 .enrollmentOption .subtitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 5px;
}

.deeCtrEnrl004 .enrollmentOption .subtitle p {
    margin-bottom: 0;
}

.deeCtrEnrl004 .enrollmentOption .subtitle p:nth-of-type(2) {
    font-weight: 500;
}

.deeCtrEnrl004 .enrollmentOption .timePeriod {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
}

.deeCtrEnrl004 .enrollmentOption .timePeriod p {
    margin-bottom: 0;
}

.deeCtrEnrl004 .enrollmentOption .promoNote {
    margin-bottom: 15px;
}

.deeCtrEnrl004 .checkList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.deeCtrEnrl004 .checkList li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.deeCtrEnrl004 .checkList li strong {
    font-size: 16px;
    line-height: 22px;
}

.deeCtrEnrl004 .checkList li::before {
    font-family: FontAwesome;
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #000;
}

.deeCtrEnrl004 .enrollmentButton {
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .deeCtrEnrl004 .headerTitle {
        font-size: 38px;
        line-height: 50px;
    }
}

@media (min-width: 992px) {
    .deeCtrEnrl004 .headerCont p {
        font-size: 19px;
        line-height: 29px;
    }
}
