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