@media only screen and (max-width: 767px) {
    .cols3.imgMgn0 .imgGridItem {
width: 100%
}
}

#faqs .blockText > .contentTitle {
    color: white;
    font-size: 60px;
}

.block_fb54fd0c5d3c4a5b9ddf14fe5424f6c3 a {
    color: black;
}

.block_fb54fd0c5d3c4a5b9ddf14fe5424f6c3 a:hover {
    color: #ff0000;
}

/*equalize simple list blocks*/

/*Targets the parent container of the simple list items*/
[class*="items"] {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}
/*Targets the child flex items*/
[class*="items"] > .item {
	display: flex;
	flex-direction: column;
}

.video-container {
  background: #000000;
  color: white;
  text-align:center;
  padding: 350px 50px;
  margin-bottom:0px;
}