  .marquee_type4 a:hover,
.marquee_type4 a:focus {
    color: var(--color-secondary) !important;
}

.marquee_type4 .container{
    background-color: var(--color-primary);
    border-radius: 25px;
}

.marquee_type4 .title,
.marquee_type4 .slick_list {
    padding: 10px 0;
}

/* .marquee_type4 .title {
    width: 15%;
} */

.marquee_type4 .title h3 {
    color: var(--color-secondary);
    font-size: 1.25rem;
    font-weight: 400;
    padding-left: 20px;
    padding-top: 4px;
}
/*.marquee_type4 .title h3 i {
    position: relative;
    top: 3px;
}*/

.marquee_type4 .slick_list {
    width: 98%;
    color: white;

}

.marquee_type4 .slick_list a {
    display: block;
    /* font-weight: 900; */
    color: white;
    padding: 0 60px 0 12px;
    font-size: 1.25rem;
}


@media only screen and (max-width : 991.98px) {
    .marquee_type4 .title h3 {
        padding: 0 25px 0 0;
    }
}

@media only screen and (max-width : 768px) {
    .marquee_type4 {
        background-color: transparent;
    }

    .marquee_type4 .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .marquee_type4 .title h3 {
        color: var(--color-primary);
    }

    .marquee_type4 .title {
        width: 100%;
        border-radius: 0;
        text-align: center;
         display: none;
    }

    .marquee_type4 .slick_list {
        width: 100%;
        background-color: var(--color-primary);
    }
}

@media only screen and (max-width : 480px) {
    .marquee_type4 .title {
        display: none;
    }
}