@media (min-width: 767px) {

    .service-card-title {
        font-size: clamp(26px, 2.2vw + 10px, 2.1vw);
        line-height: 1.15;
        margin: 0 0 15px;
        position: relative;
        z-index: 2;
        min-height: 7vw;
    }


    ul#techList::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(180deg,
                #18c8f2 0%,
                #00a9d6 100%);
    }

    .awards-visual-video,
    .awards-visual-img {
        height: 112%;
    }

}