.category-card-row {
    padding-bottom: 1.5rem;
}

.card-container ~ .card-container {
    border-top: 1px solid grey;
    padding-top: 3rem;
}
.category-link {
    text-decoration: none;
}
.category-card {
    height: 100%;
    padding: 3rem 1rem;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius: 1rem;
}
.category-card-row .category-card-container:nth-of-type(1) .category-card {
    background-color: #006480;
}
.category-card-row .category-card-container:nth-of-type(1) .category-card:hover {
    background-color: #005A73;
}
.category-card-row .category-card-container:nth-of-type(2) .category-card {
    background-color: #008080;
}
.category-card-row .category-card-container:nth-of-type(2) .category-card:hover {
background-color: #007373;
}
.category-card-row .category-card-container:nth-of-type(3) .category-card {
    background-color: #628B48;
}
.category-card-row .category-card-container:nth-of-type(3) .category-card:hover {
    background-color: #587D41;
}
.category-card-row .category-card-container:nth-of-type(4) .category-card {
    background-color: #6AB547;
}
.category-card-row .category-card-container:nth-of-type(4) .category-card:hover {
    background-color: #5FA340;
}
.category-card .category-title {}
.offer-card .offer-title a {
    font-weight: normal;

}
.category-card .category-description {
    font-size: 1rem;
}
.category-card img {
    max-width: 100%;
    border-radius: .5rem;
    -webkit-user-drag: none;
}

/* Mobile devices (575px and below) */
@media (max-width: 575px) {
    .category-card-row .category-card-container {
        margin-bottom: 1rem;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .card-container ~ .card-container {
        border-top: none;
        padding-top: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}
