@media only screen and (max-width:390px){
    .nectar-mobile-only.mobile-header span{
        font-size:9px;
    }
    
    .nectar-mobile-only.mobile-header > div > ul > .menu-item {
        margin-right: 0px!important;
    }
    
    .banner-what-we-do-only-desktop{
        display: none!important;
    }
}

@media only screen and (min-width:1000px){
    .dropStarMoto h1 span:nth-child(7) .inner:nth-child(-n+4) {
        color: #FCC200; /* This targets the word "Star" */
    }
}

.dropStarMoto h1 span:nth-child(1) .inner {
    color: #FCC200!important; /* This targets the word "Drop" */
}