  .marquee_type2 {
    background-color: var(--color-secondary);
}

.marquee_type2 .title,
.marquee_type2 .slick_list {
    padding: 15px 0;
}

.marquee_type2 .title {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
}

.marquee_type2 .title h3 {
    color: var(--color-secondary);
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0 45px 0 0;
}

.marquee_type2 .slick_list {
    width: 95%;
}

.marquee_type2 .slick_list a {
    display: flex;
    color: #000000;
    padding: 0 12px;
    font-size: 1.25rem;
}

    .marquee_type2 .slick-prev {
        display: none !important;
    }

    .marquee_type2 .pic-next {
        position: absolute;
        right: 0;
        width: 30px;
        height: 30px;
        border-radius: 15px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        text-decoration: none;
        align-items: center;
    }

.marquee_type2 .pic-next i {
    color: #000;
}

@media only screen and (max-width: 991.98px) {
    .marquee_type2 .title h3 {
        padding: 0 25px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .marquee_type2 {
        background-color: transparent;
    }

    .marquee_type2 .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .marquee_type2 .title h3 {
        color: var(--color-primary);
    }

    .marquee_type2 .title {
        width: 100%;
        border-radius: 0;
        text-align: center;
    }

    .marquee_type2 .slick_list {
        width: 100%;
        background-color: var(--color-primary);
    }
}

@media only screen and (max-width: 480px) {
    .marquee_type2 .title {
        display: none !important;
    }
    .marquee_type2 .pic-next {
        display: none !important;
    }
}
