.archive-gardon {
    .filters {
        &.active {
            @apply relative;

            @media only screen and (min-width: 1024px) {

                &:after {
                    content: '';
                    @apply absolute left-0 w-full bg-secondary;
                    bottom: -14px;
                    height: 3px;
                }
            }
        }
    }

    .featured-image {
        min-height: 370px;
        max-height: 370px;
    }
}