h2.card-item__top-description-box-title.mentor-item__top-description-box-title > b {
    color: var(--color-3);
}

h2.start-programming__title > b {    
    color: var(--color-1);
}

div.start-programming__text > b {    
    color: var(--color-3);
}

h2.about-us-right__title > b {
    color: var(--color-3);
}

h1.h1.hero__header-text-box-title > b {
    font-size: clamp(1.4375rem, 0.9018rem + 2.381vw, 2.8125rem);
    font-weight: 700;
    background: -webkit-linear-gradient(90deg, #1fb6ea, #e53a24, #1fb6ea); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(90deg, #1fb6ea, #e53a24, #1fb6ea); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    transition: background-position 0.5s ease-in-out;
}