
.space-grid{
  margin-left: -15px;
  margin-right: -15px;
  background-color: white;
}
.is-circle{
  border-radius: 50%;
}
.space-grid img{
  display: block;
  margin: 0 auto;
}
.space-img{
  position: absolute;
}
.space-img.left{
  left: 0
}
.space-img.right{
  right: 0;
}
.space-img.bottom{
  bottom: 0;
}
.space-grid .row-wrapper{
  padding: 11rem 9rem;
}
.space-grid .row{
  align-items: center;
  justify-content: center;
}
.inner-img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1300px){
  .space-img{
    width: 50%;
  }
  .space-grid .row-wrapper{
    padding: 11rem 4rem;
  }
}
@media screen and (max-width: 1113px){
  .space-grid .row{
    flex-direction: column;
  }
  .space-grid .row.reverse{
    flex-direction: column-reverse;
  }
  .space-grid .inner-img{
    margin-bottom: 35px; 
  }
  .space-grid .row-wrapper{
    padding: 4rem;
  }
}