/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme colors
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* Theme styles
*/
/*
* Media Query
*/
/*
* Section margin
*/
/*
* Section padding
*/
/*
* Display list elements in column
*/
/*
* Menu item width in footer menu
*/
/*
* Small gray shadow
*/
/*
* Large gray shadow
*/
/*
* Headers
*/
/*
* Custom scrollbar
*/
@-moz-document url-prefix() { }

/*
* Reset list styles
*/
.block-post-tags .post-tags .tags-list {
  margin: 0;
  padding: 0; }

.block-post-tags .post-tags .tags-list .tag {
  margin: 0;
  padding: 0;
  list-style: none; }

/*
* Link circle hover
*/
/*
* Button hover
*/
/*
* Button mobile full width
*/
/*
* Section width
*/
/*
* Section paddings
*/
/*
* Section header
*/
/*
* Element under section description
*/
/*
* Element under section description
*/
/*
* Link hover color
*/
/*
* Hero section styles
*/
@keyframes move-dot {
  0% {
    bottom: 0.4rem;
    opacity: 1; }
  20% {
    opacity: 1; }
  100% {
    bottom: 1rem;
    opacity: 0; } }

/*
* Position absolute - full width
*/
/*
* Image as cover or contain
*/
/*
* Icon wrapper
*/
/*
* Element border-radius
*/
/*
* checkbox checked
*/
/*
* language font
*/
/*
* Slider pagination
*/
/*
* Slider buttons
*/
/*
* News and slide component
*/
/*
* Download and job-offer component
*/
/*
* Services and blocks grid component
*/
/*
* Case studies filters
* Job offers filters
*/
/*
* Case studies tags
* Knowledge base tags
*/
/*
* Case studies and posts grid blocks
*/
/*
* Form label
*/
/*
* Contact form steps
*/
/*
* Contact form (steps form) buttons wrapper
*/
.block-post-tags {
  margin-top: 5rem;
  margin-bottom: 10rem;
  padding: 5rem 0;
  background-color: #F9F9F9; }
  @media screen and (min-width: 992px) {
    .block-post-tags {
      margin-top: 5rem;
      margin-bottom: 13rem; } }
  .block-post-tags.no-margin-bottom {
    margin-top: 5rem;
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      .block-post-tags.no-margin-bottom {
        margin-top: 5rem;
        margin-bottom: 0; } }
  .block-post-tags .post-tags > .header,
  .block-post-tags .post-tags > .description {
    text-align: center;
    margin-bottom: 3rem; }
  .block-post-tags .post-tags > .header--h4 {
    font-weight: 400; }
  .block-post-tags .post-tags .tags-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(16.1rem, max-content));
    justify-content: center;
    grid-gap: 2rem; }
    .block-post-tags .post-tags .tags-list .tag {
      border-radius: 50px;
      background-color: #333D47;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 16.1rem; }
      .block-post-tags .post-tags .tags-list .tag a {
        display: block;
        width: 100%;
        padding: 0.5rem 2rem;
        text-align: center;
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.67;
        text-decoration: none; }


/*# sourceMappingURL=block_post-tags.css.map*/