/* Create Custom "Colour Matrix" to use within the bootstrap utility classes
----------------------------------------------------------------------------- */
/* 
    Expanded spacing options 
    For example the margin and padding classes now have extended capability (.mb-8 now outputs margin-bottom: 3rem)
*/
/*
    This variable affects the `.h-*` and `.w-*` classes.
    You can now do w-25 or h-80 and have it output width: 25% or height: 80%
*/
/*
    Components variables
    When you create the component you should create the variables with colors for this compontnt
*/
/*
  Custom Components Variables
*/
h1, h2, h3, h4 {
  color: #2C2C8E;
}

p {
  color: #595959;
}

.image-video-content h2 {
  color: #2C2C8E;
}
.image-video-content p {
  color: #595959;
}
.image-video-content-img img {
  border-radius: 16px;
}
.image-video-content-video {
  display: flex;
  align-items: center;
  height: 100%;
}

/*# sourceMappingURL=image-video-content.css.map */