header {
    background-color: #fff;
}

.header.header-center {
    padding: 20px 0px !important;
    text-align: center;
}

.light .header .logo h1 {
    display: block;
}

.header .logo h1 img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

.box-white p.sub-title {
    font-weight: 700 !important;
}

.step-title {
    text-align: center;
    font-size: 24px;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.section-aplication {
    width: 936px !important;
    max-width: 936px !important;
}

@media only screen and (max-width: 768px) {
    .section-bio .box-image {

        width: 100%;
    }

    section {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

}

@media only screen and (max-width: 767px) {

    .section-testimonial .lw-testimonials .testimonial-item {
        width: 100%;
        margin: 0px !important;
        margin-bottom: 15px !important;
    }

    .section-testimonial h3 {
        font-size: 28px;
    }

    .box-white {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    /* You Will Learn */
    .box-white ul li {
        display: flex;
    }

    /* This Training */
    .this-training .for-you h4 {
        font-size: 26px;
    }

    .this-training .for-you ul li {
        display: flex;
    }

    .box-white h2 {
        line-height: 1;
    }

    .this-training .for-you h4 {
        display: flex;
    }

    .this-training .for-you h4 i {
        position: relative;
        top: -5px;
    }

    .this-training .for-you ul {
        margin-bottom: 40px;
    }

    .this-training .for-you ul li i,
    .box-white ul li i {
        position: relative !important;
        top: 5px;
    }

    .section-aplication {
        width: 100% !important;
        max-width: 95% !important;
        margin-top: 5% !important;
        margin-bottom: 5% !important;
    }
    .section-aplication h2 {
        margin-bottom: 20px !important;
    }
    .box-white p {
        font-size: 16px !important;
    }
    .section-aplication form .form-block {
        margin-bottom: 10px !important;
    }
    .section-aplication form .form-block label {
        font-size: 16px !important;
    }
    .step-title {
        font-size: 16px !important;
    }
    .section-aplication .button-cta {
        font-size: 18px;
    }
}