.programs-header-text {
    width: 55%;
    margin-top: 80px;
}

.programs-header-text h2 {
    font-size: 96px !important;
    color: #fff !important;
    margin-bottom: 20px;
}

.programs-header-text h2 strong {
    color: #eb3916 !important;
}

.programs-header-text p {
    color: #fff !important;
    font-size: 30px;
    margin-bottom: 0 !important;
}

.programs-about-desc {
    margin-top: 90px;
    padding: 0 25px;
}

.title-about-programs {
    font-size: 36px;
    line-height: 1.5;
}

.programs-about-desc p {
    font-size: 26px;
}

.programs-title {
    font-size: 42px;
    color: #eb3916;
    font-weight: bold;
}

.programs-subtitle {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.timeline-section {
    padding: 40px 20px;
}

.benefits-section {
    padding: 80px 10px;
    margin-top: 130px;
    position: relative;
    background: linear-gradient(to right, transparent 0%, transparent 16.5%, #EB3916 15%, #EB3916 100%);
}

.img-benefits-absolute {
    position: absolute;
    left: 180px;
    width: 33%;
}

.img-benefits-absolute img {
    width: 100%;
    height: auto;
}

.benefits-title {
    position: absolute;
    top: -180px;
}

.benefits-box {
    padding: 30px 20px;
    border: 1px solid #fff;
    margin-left: 10px;
    margin-top: 40px;
    min-height: 220px;
    align-items: center;
    display: flex;
}

.benefits-box p {
    color: #fff;
    font-size: 22px;
}

.challenges-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.box-challenges {
    border: 2px solid #eb3916;
    padding: 30px 100px;
}

.box-challenges .nav-tabs {
    border-bottom: 2px solid #dee2e6
}

.box-challenges .nav-tabs .nav-item {
    width: 23%;
    height: 140px;
}

.box-challenges .nav-tabs .nav-link {
    color: #eb3916 !important;
    height: 100%;
    border: none !important;
    font-weight: bold;
}

.box-challenges .nav-tabs .nav-link:hover {
    border-color: transparent !important;
    border-bottom: 8px solid #eb3916 !important;
}

.box-challenges .nav-tabs .nav-link.active {
    border-color: transparent !important;
    border-bottom: 8px solid #eb3916 !important;
}

.challenges-desc {
    font-size: 18px !important;
    padding-right: 20px;
}

.last-editions-section {
    padding: 80px 20px 60px 20px;
    background: linear-gradient(to right, #eeeeee 83.5%, #eeeeee 75%, #fff 75%, #fff 75%);
}

.arrow-icon-last-editions {
    margin-top: 60px;
    margin-bottom: 0px;
}

.last-editions-item {
    margin-bottom: 20px;
}

.testimonials-section {
    padding: 40px 60px;
    background: linear-gradient(to right, #EB3916 35%, #EB3916 35%, #fff 35%, #fff 35%);
}

.programs-testimonial-item {
    padding: 10px 55px;
}

.programs-testimonial-image img {
    border-radius: 50%;
}

.programs-testimonial-desc {
    color: #eb3916;
    font-size: 22px;
}

.programs-testimonial-name h5 {
    font-size: 14px;
    color: #eb39169e;
}

.splide-testimonial .splide__pagination__page.is-active {
    transform: scale(0.8);
    background: #EB3916;
}

.companies-section {
    padding: 100px 20px 120px 20px;
    background-color: #eeeeee;
}

.companies-slide-grid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-faq {
    border: 2px solid #eb3916;
    padding: 30px 200px;
}

.myaccordion {
    width: 100%;
    margin: 50px auto;

}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
    border: none;
}

.myaccordion .card-header {
    border-bottom: 2px solid #EDEFF0;
    background: transparent;
}

.myaccordion .btn {
    width: 100%;
    font-weight: bold;
    color: #eb3916;
    padding: 0;
    text-align: start;
    font-size: 20px;
    margin-bottom: 20px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
    text-decoration: none;
}

.myaccordion li + li {
    margin-top: 10px;
}

.icon-accordion {
    color: #ccc;
    font-size: 22px;
}

.btn-apply-header {
    background-color: #EB3916;
    color: #fff;
    height: 109px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-apply-header a:hover {
    color: #fff !important;
}

.splide-companies .splide__pagination {
    bottom: -1em;
}

.splide-companies .splide__pagination__page {
    width: 8px;
    height: 8px;
}

.programs-companies-image a {
    margin-left: 10px;
}

.download-section {
    padding: 80px 20px;
    color: #0b2e13;
}

.download-section-item {
    padding: 20px 140px;
}

.download-icon i {
    font-size: 64px;
    color: #EB3916;
}

.download-section-description p {
    font-size: 18px;
}

.program-page-logo img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .img-benefits-absolute {
        left: 90px;
        width: 35%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .benefits-section {
        padding: 550px 10px 100px 10px;
        background: linear-gradient(to right, #EB3916 0%, #EB3916 16.5%, #EB3916 15%, #EB3916 100%);
        margin-top: 300px;
    }

    .img-benefits-absolute {
        top: -180px;
        left: 230px;
        width: 60%;
    }

    .benefits-title {
        top: -835px;
    }

    .last-editions-section {
        background: linear-gradient(to right, #eeeeee 83.5%, #eeeeee 75%, #eeeeee 75%, #eeeeee 75%);
    }

}

@media (min-width: 750px) and (max-width: 991px) {
    .benefits-section {
        padding: 400px 10px 100px 10px;
        background: linear-gradient(to right, #EB3916 0%, #EB3916 16.5%, #EB3916 15%, #EB3916 100%);
        margin-top: 200px;
    }

    .img-benefits-absolute {
        top: -180px;
        left: 180px;
        width: 60%;
    }

    .benefits-title {
        top: -655px;
    }

    .last-editions-section {
        background: linear-gradient(to right, #eeeeee 83.5%, #eeeeee 75%, #eeeeee 75%, #eeeeee 75%);
    }

    .testimonials-section {
        background: linear-gradient(to right, #fff 35%, #fff 35%, #fff 35%, #fff 35%);
    }

    .testimonial-title-color {
        color: #EB3916 !important;
    }

    .arrow-icon-last-editions {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 749px) {
    .benefits-section {
        padding: 400px 10px 100px 10px;
        background: linear-gradient(to right, #EB3916 0%, #EB3916 16.5%, #EB3916 15%, #EB3916 100%);
        margin-top: 200px;
    }

    .img-benefits-absolute {
        top: -180px;
        left: 100px;
        width: 70%;
    }

    .benefits-title {
        top: -655px;
    }

    .last-editions-section {
        background: linear-gradient(to right, #eeeeee 83.5%, #eeeeee 75%, #eeeeee 75%, #eeeeee 75%);
    }

    .testimonials-section {
        background: linear-gradient(to right, #fff 35%, #fff 35%, #fff 35%, #fff 35%);
    }

    .programs-header-text p {
        font-size: 26px;
    }

    .programs-header-text h2 {
        font-size: 54px !important;
    }

    .programs-header-text {
        width: 85%;
        margin-top: 20px;
    }

    .title-about-programs {
        font-size: 26px;
    }

    .testimonial-title-color {
        color: #EB3916 !important;
    }

    .programs-testimonial-item {
        padding: 10px 10px;
    }

    .arrow-icon-last-editions {
        display: none;
    }

    .download-section-item {
        padding: 20px 10px;
    }

}

@media (min-width: 500px) and (max-width: 599px) {
    .benefits-section {
        padding: 300px 10px 100px 10px;
        background: linear-gradient(to right, #EB3916 0%, #EB3916 16.5%, #EB3916 15%, #EB3916 100%);
        margin-top: 200px;
    }

    .img-benefits-absolute {
        top: -180px;
        left: 80px;
        width: 75%;
    }

    .benefits-title {
        top: -555px;
    }

    .last-editions-section {
        background: linear-gradient(to right, #eeeeee 83.5%, #eeeeee 75%, #eeeeee 75%, #eeeeee 75%);
    }

    .testimonials-section {
        background: linear-gradient(to right, #fff 35%, #fff 35%, #fff 35%, #fff 35%);
    }

    .programs-header-text p {
        font-size: 26px;
    }

    .programs-header-text h2 {
        font-size: 52px !important;
    }

    .programs-header-text {
        width: 88%;
        margin-top: 20px;
    }

    .title-about-programs {
        font-size: 26px;
    }

    .testimonial-title-color {
        color: #EB3916 !important;
    }

    .programs-testimonial-item {
        padding: 10px 10px;
    }

    .arrow-icon-last-editions {
        display: none;
    }

    .download-section-item {
        padding: 20px 10px;
    }
}

@media (min-width: 300px) and (max-width: 499px) {
    .benefits-section {
        padding: 220px 10px 100px 10px;
        background: linear-gradient(to right, #EB3916 0%, #EB3916 16.5%, #EB3916 15%, #EB3916 100%);
        margin-top: 200px;
    }

    .img-benefits-absolute {
        top: -180px;
        left: 60px;
        width: 75%;
    }

    .benefits-title {
        top: -465px;
    }

    .last-editions-section {
        background: linear-gradient(to right, #eeeeee 83.5%, #eeeeee 75%, #eeeeee 75%, #eeeeee 75%);
    }

    .testimonials-section {
        background: linear-gradient(to right, #fff 35%, #fff 35%, #fff 35%, #fff 35%);
    }

    .box-challenges {
        padding: 30px 30px;
    }

    .programs-header-text p {
        font-size: 22px;
    }

    .programs-header-text h2 {
        font-size: 46px !important;
    }

    .programs-header-text {
        width: 85%;
        margin-top: 20px;
    }

    .title-about-programs {
        font-size: 26px;
    }

    .testimonial-title-color {
        color: #EB3916 !important;
    }

    .programs-testimonial-item {
        padding: 10px 10px;
    }

    .arrow-icon-last-editions {
        display: none;
    }

    .download-section-item {
        padding: 20px 10px;
    }

    .ps-timeline-sec .container ol.ps-timeline li p {
        font-size: 15px;
    }
}