.r-lnk-wrap a:hover {
    text-decoration: none;
}

.r-lnk-wrap .c-card p {
    color: #444;
    margin: 0;
}

.r-lnk-wrap .c-card .ic {
    background: var(--s-primary);
}
.sliding_text_wrap {
    padding: 12px 20px 8px;
    background: #fff;
    margin-top: 30px;
    border-radius: 33px;
    font-size: 14px;
    color: #444;
    min-height: 40px;
}
.common-home .p-item-name {
    font-weight: 400;
    font-size: 15px;
}

.store-finder {
    background: linear-gradient(125deg, #0bc1e9, #3749bb, #00237e);
    animation: gradient 15s ease infinite;
    color: #fff;
}

.store-finder .txt h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 5px;
}

.store-finder .txt p {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.store-finder .btn.find {
    background: #EF9919;
    padding: 17px 50px;
    border-radius: 50px;
    font-size: 15px;
    line-height: 20px;
    height: auto;
    border: none;
    width: fit-content;
    margin-left: auto;
    color: var(--s-hf-bg);
}

.store-finder .btn.find:hover {
    box-shadow: 0 60px rgba(0, 0, 0, 0.2) inset;
}

@media (min-width: 1280px) {
    .common-home .p-item-name {
        height: 60px;
    }
}
@media (max-width: 991px) {
    .r-lnk-wrap .c-card {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .r-lnk-wrap .c-card .blurb {
        font-size: 14px;
    }

    .r-lnk-wrap .c-card {
        padding: 10px;
        justify-content: center;
    }

    .r-lnk-wrap .c-card .ic {
        margin-right: 15px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .r-lnk-wrap .c-card .ic i {
        line-height: 35px !important;
        font-size: 20px;
        width: 20px;
        height: 20px;
    }

    .r-lnk-wrap .col-sm-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .r-lnk-wrap.row {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .store-finder .info {
        flex-direction: column;
        text-align: center;
        margin-bottom: 5px;
        gap: 5px;
    }

    .store-finder .btn.find {
        margin: auto;
        padding: 10px 30px;
    }

    .store-finder .txt h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .store-finder .txt p {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 410px){
    .r-lnk-wrap .c-card {
        padding: 8px;
    }
    .r-lnk-wrap .c-card .ic {
        margin-right: 8px;
    }
    .r-lnk-wrap .c-card .blurb {
        font-size: 13px;
    }
}