body {
  font-family: Helvetica,Tahoma;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}



.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

div.wp-block-embed__wrapper figcaption {
	
	font-family: museo-sans, sans-serif;
	color: #3C4A6E;
}

figcaption {
	
	font-family: museo-sans, sans-serif;
	color: #3C4A6E;
}

h3 {
    line-height: 34px;
    font-family: museo-sans,sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #4D00B3;
    margin-top: 30px;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}
