/* COURSE CONFIRMATION */
body.step-course-confirmation small {
    line-height: 1.5;
    text-align: center;
    color: #fff;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}

body.step-course-confirmation .hero h2 {
    font-size: 72px !important;
    font-weight: 700;
    line-height: 72px !important;
    color: #fff !important;
}

body.step-course-confirmation .hero .hero-text-top {
    margin-bottom: 0px;
}


.header .logo img {
    max-width: 250px;
    max-height: 250px;
}
.section-course-confirmation {
    margin-top: 60px;
}

.section-course-confirmation h2 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-course-confirmation .list-include li span {
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    padding-left: 24px;
}

.section-course-confirmation .list-include li i {
    color: var(--main-color);
}

.section-course-confirmation .course-product-heading {
    display: flex;
    justify-content: space-between;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #dddddd;
    padding-bottom: 10px;
}

.section-course-confirmation .course-product {
    margin: 0px 0px 15px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    padding: 10px 30px 10px 30px;
}

.section-course-confirmation .button-next {
    display: block;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 40px 15px 40px;
    font-size: 24px;
}

.section-course-confirmation .note {
    padding: 10px 55px 10px 55px;
    margin-top: 30px;
    display: block;
}

.section-course-confirmation .note h3 {
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 26px !important;
    font-weight: 600;
    text-align: left;
}

.section-course-confirmation .note p {
    line-height: 1.5;
    text-align: left;
    color: #000000;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    text-align: left;
}

.section-course-confirmation .note .title-support,
.section-course-confirmation .note .text-support {
    text-align: center;
}

.section-course-confirmation .note .button-cta {
    margin-bottom: 20px;
    margin-top: 20px;
}