.realwork-marquee {
    background-color: #000CB5;
    padding: 20px 0;
}

@media (max-width: 799px) {
    .realwork-marquee {
        padding: 10px 0;
    }
}

.realwork-marquee .realwork-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.realwork-marquee-item {
    height: 70px;
    border-radius: 100px;
    padding: 20px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    direction: ltr;
    flex: none;
}

@media (max-width: 1439px){
    .realwork-marquee-item {
        height: 70px;
    }
}

@media (max-width: 1279px) {
    .realwork-marquee-item {
        height: 96px;
    }
}

@media (max-width: 799px) {
    .realwork-marquee-item {
        height: 40px;
        padding: 0 20px;
        font-size: 18px;
    }
}

.realwork-marquee-item-white {
    background-color: white;
    color: #000CB5;
}

.realwork-marquee-item-blue {
    background-color: #618CDE;
    color: white;
}

.realwork-marquee-item-blue2 {
    background-color: #AFCCFF;
    color: white;
}

.realwork-marquee-item-bordered {
    border: 1px solid white;
    color: white;
}

.realwork-marquee .slick-track,
.realwork-marquee .slider-item {
    display: flex;
    gap: 10px;
    width: auto !important;
}

.realwork-marquee-slider-bottom .slider {
    direction: rtl;
}

.realwork-marquee-arrow {
    width: 190px;
    flex: none;
}

@media (max-width: 799px){
    .realwork-marquee-arrow {
        width: 109px;
    }
}

.realwork-marquee-arrow.reverse {
    transform: rotate(180deg);
}

.realwork-marquee-logo {
    width: 64px;
    flex: none;
}

@media (max-width: 1279px) {
    .realwork-marquee-logo {
        width: 64px;
    }
}

@media (max-width: 799px) {
    .realwork-marquee-logo {
        width: 40px;
    }
}