.body {
  -webkit-text-fill-color: inherit;
  background-color: #1d74bd;
  background-image: url('../images/iStock-1324413691.jpg');
  background-position: 50% 0;
  background-size: auto;
  background-clip: border-box;
}

.div-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 75vh;
  display: flex;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.column {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.column-2 {
  justify-content: center;
  display: flex;
}

.column-3 {
  justify-content: center;
  margin-top: 10px;
  display: flex;
}

.column-4 {
  justify-content: center;
  display: flex;
}

.image {
  width: 270px;
}

@media screen and (max-width: 479px) {
  .div-block {
    height: 50vh;
  }

  .columns {
    padding-bottom: 72px;
    display: block;
  }

  .column {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .column-3 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .image {
    max-width: 70%;
  }
}
