main section.scope .content .row {
  margin-bottom: 80px;
  padding: 0 30px;
}
@media screen and (max-width: 1023px) {
  main section.scope .content .row {
    padding: 0 16px;
  }
}
main section.scope .content .row .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  main section.scope .content .row .items {
    display: block;
  }
}
main section.scope .content .row .items .item {
  width: 280px;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 1023px) {
  main section.scope .content .row .items .item {
    width: 100%;
    height: auto;
    padding-bottom: 62%;
    margin-top: 20px;
  }
}
main section.scope .content .row p {
  margin: 40px auto 0 auto;
  text-align: center;
  font-size: 15px;
}
