@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);
@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/* --- breakpoints --- */
/* ----- */
:root {
  --c-purple-light: #cdc9ec;
  --c-yellow: #ffa700;
  --c-line: #645c9c;
  --c-blue: #18284a;
  --c-mediumgrey: #797979;
  --c-grey: #131313;
  --c-fgrey: #323232;
  --c-lightgrey: #f1f1f1;
  --c-darkred: #a70009;
  --c-red: #e30713;
  --c-black: black;
}

.wp-block[data-type="acf/blocks"] {
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 0px !important;
}

.video-blocks .cont {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.video-blocks .cont .video {
  width: 33%;
  margin-bottom: 5px;
}
.video-blocks .cont .video iframe {
  width: 100%;
  height: 280px;
}
.video-blocks .cont .video p.title {
  font-weight: 900;
  padding: 0;
  margin: 10px 0 30px;
}

@media screen and (max-width: 812px) {
  .video-blocks .cont .video {
    width: 100%;
  }
}
/*# sourceMappingURL=video-blocks.css.map */
