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


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

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