#department-categories {
    --light-gray: #CCCCCC;
    padding-bottom: 85px;
    border-color: #D5D5D5;
}
#department-categories .container {
    width: 1310px;
}
#department-categories h1 {
    font-size: 2.25em;
    line-height: 1;
    margin-top: 54px;
    margin-bottom: 23px;
}
.dc-list {
    gap: 20px;
}
#department-categories a {
    border-width: 1px;
    width: 305px;
    height: 60px;
    max-width: calc(50% - 10px);
    font-size: 1em;
    padding-right: 10px;
}
#department-categories a:hover {
    border-color: #FC0D1B;
}
#department-categories a.all-link {
    min-min-width: 252px;
    height: 39px;
    border-radius: 20px;
    font-size: 20px;
    margin-top: 35px;
}
#department-categories .image {
    flex-basis: 100px;
    flex-shrink: 0;
}
#trending {
    margin-top: 85px;
    padding-bottom: 85px;
}
.category .category-description {
    padding-top: 25px;
    border-bottom: none;
}
#sign-up {
    margin-top: 63px;
}
@media screen and (max-width: 567px) {
    #department-categories {
        padding-bottom: 0;
        border-bottom: none;
    }
    #department-categories h1 {
        font-size: 1.875em;
        margin-top: 23px;
        margin-bottom: 19px;
    }
    .dc-list {
        gap: 10px;
        justify-content: center;
    }
    #department-categories a {
        width: 100%;
        max-width: 100%;
        font-size: 0.9375em;
    }
    #trending {
        margin-top: 46px;
        padding-bottom: 58px;
    }
    .category .category-description {
        padding-top: 45px;
    }
    #sign-up {
        margin-top: 58px;
    }
}