.main_menu_container.flex .right_menu .appen_menu_buttons ul li:last-child a {
    border: 1px solid #EF4126;
    background: #EF4126;
}
.main_menu_container.flex .right_menu .appen_menu_buttons ul li:first-child a:hover,
.main_menu_container.flex .right_menu .appen_menu_buttons ul li a:hover {
    border: 1px solid #dfecf4 !important;
    background: #dfecf4 !important;
}
.main_menu_container.flex li.ubermenu-current-menu-item a span, .main_menu_container.flex a span:hover {
    border-bottom: 5px solid #629DAD !important;
}

#customers h2,
#featured_product .info h2,
#top_stories h3,
#why_appen h2 {
    font-size: 3rem;
    font-family: "AppenRegular", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: inherit;
}
#top_stories h3 {
    color: #595959;
}
#top_stories a.tb_amp {
    border-color: #EF4126;
    color: #EF4126;
}
#top_stories a.tb_amp .x-anchor-text-primary {
    color: #EF4126;
}
#top_stories a.tb_amp:hover {
    background: #EF4126;
    border-color: #EF4126;
    color: #fff;
}
#top_stories a.tb_amp:hover .x-anchor-text-primary {
    color: #fff;
}
#top_stories .e34768-275 .x-anchor-content,
#top_stories .e34768-274 .x-anchor-content {
    background-color: #EF4126;
}

#customers {
    padding: 75px 130px;
}

#customers h2 {
    color: #fff !important;
}

#featured_product {
    background-image:url('https://appen.com/wp-content/uploads/2023/05/appen-homepage-LP_02-desktop.png');
    padding-top: 75px;
    padding-bottom: 75px;
    background-size: cover;
}

#why_appen {
    background: #fff;
    /*background: url('https://appen.com/wp-content/uploads/2023/05/why-appen-bg-desktop.jpg') no-repeat top center;
    background-size: cover;*/
}
#why_appen h2 {
    color: #595959;
}
#why_appen .card p {
    font-family: "AppenRegular";
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 25px;
}
#why_appen .card h3 {
    font-size: 24px;
    color: #595959;
}
#why_appen a.learn-more {
    font-family: "AppenBold";
    font-size: 18px;
    line-height: 28px;
    width: auto;
    padding: 10px 25px 8px;
}

#top_stories {
    background-color: #ffffff;
    /*background: url('https://appen.com/wp-content/uploads/2023/05/top-stories-bg-desktop.jpg') no-repeat top center;
    background-size: cover;*/
}

#our_training_specialists .left-section .nav-tabs .nav-link {
    color: #fff;
    padding-left: 0;
    margin-right: 1rem;
}
#our_training_specialists .left-section .nav-tabs .nav-item:after {
    right: 10px;
}
#our_training_specialists .left-section .nav-tabs .nav-link.active {
    color: #003B49;
}
#our_training_specialists .left-section .bottom-links a {
    color: #003B49;
}

#testimonials {
    padding-top: 60px !important;
}
#testimonials h3 {
    color: #000 !important;
}

@media screen and (max-width: 1399px) and (min-width: 1025px) {
    #customers {
        padding: 60px 4%;
    }
}

@media (max-width: 1024px) {
    #customers {
        padding: 40px 4%;
    }
    #why_appen h2 {
        max-width: 100%;
    }
    #our_training_specialists #myVideo {
        position: inherit;
        height: 100%;
        width: 100% !important;
    }
    #our_training_specialists .left-section {
        padding-bottom: 50px;
    }
    #our_training_specialists .left-section .tab-content {
        min-height: auto;
    }
    #our_training_specialists .content-details,
    #our_training_specialists .bottom-links {
        margin-bottom: 0;
    }

    #featured_product {
        background-image:url('https://appen.com/wp-content/uploads/2023/05/appen-homepage-rlhf-mobile.jpg');
        background-position: top right;
    }
}

@media screen and (max-width: 767.98px) {
    #customers h2,
    #featured_product .info h2,
    #top_stories h3,
    #why_appen h2,
    #our_training_specialists h2 {
        font-size: 28px !important;
        line-height: 34px;
        font-weight: 500;
    }

    .customer-logos-section ul {
        row-gap: 20px;
    }

    #featured_product {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #why_appen {
       /* background: url('https://appen.com/wp-content/uploads/2023/05/why-appen-bg-mobile.jpg') no-repeat top center;
        background-size: cover;*/
    }

    #top_stories {
       /* background: url('https://appen.com/wp-content/uploads/2023/05/top-stories-bg-mobile.jpg') no-repeat top center;
        background-size: cover;*/
    }

    #testimonials {
        padding-top: 30px !important;
        padding-bottom: 35px !important;
    }
    #testimonials .left-container {
        margin-bottom: 0 !important;
    }
    #testimonials .right-container {
        flex-basis: inherit !important;
        margin-bottom: 20px !important;
    }
    #testimonials .content-image {
        padding-top: 0 !important;
    }
}