a.fasc-button {
  width: 100%;
  text-align: left;
}

.wpb-acf-grid-container {
  max-width: 1000px;
  margin: 0 auto;
}

.wpb-acf-grid-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 5px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
}

.wpb-acf-grid-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #001f47;
  position: relative;
  max-width: 400px;
}

.wpb-acf-grid-wrapper a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  margin: 0 !important;
}

.wpb-acf-grid-wrapper a .wpb-acf-grid-description {
  position: absolute;
  bottom: -20px;
  left: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-shadow: 2px 2px 2px black;
  padding-left: 20px;
}

.wpb-acf-grid-wrapper a .wpb-acf-grid-description span {
  display: block;
  text-align: left;
}

.wpb-acf-grid-wrapper a .wpb-acf-grid-description span.wpb-acf-grid-subheader {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  opacity: 0;
  font-size: 20px;
  text-transform: uppercase;
  display: block ruby;
}

.wpb-acf-grid-wrapper a .wpb-acf-grid-description span.wpb-acf-grid-header {
  font-size: 18px;
}

.wpb-acf-grid-wrapper a:hover img {
  opacity: 0;
}

.wpb-acf-grid-wrapper a:hover .wpb-acf-grid-description {
  display: block;
  text-align: center;
  bottom: 20px;
  text-shadow: none;
}

.wpb-acf-grid-wrapper a:hover .wpb-acf-grid-description .wpb-acf-grid-subheader {
  opacity: 1;
  display: block;
}

.wpb-acf-grid-wrapper-desc ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(320px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 5px;
  list-style: none;
  padding: 0;
}

.wpb-acf-grid-wrapper-desc ul li {
  background-color: #efefef;
}

.wpb-acf-grid-wrapper-desc ul li.no-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpb-acf-grid-wrapper-desc ul li .wpb-acf-grid-description {
  padding: 15px;
  text-align: center;
}

.wpb-acf-grid-wrapper-desc ul li .wpb-acf-grid-description h3 {
  font-size: 20px;
  color: #000000;
  text-align: center;
  font-family: Raleway;
  font-weight: 800;
  font-style: normal;
}

.wpb-acf-grid-wrapper-desc ul li .wpb-acf-grid-description .wpb-acf-grid-subheader {
  display: block;
  margin-bottom: 10px;
}

.img-header {
  max-height: 270px;
  overflow: hidden;
  position: relative;
}

.img-header img {
  width: 100%;
}
/*# sourceMappingURL=styles.css.map */