.big-image__section {
  margin: 80px 0;
}

.big-image__wrapper {
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.big-image__wrapper .big-image {
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  .big-image__section {
    margin: 40px 0;
  }
  .big-image__wrapper {
    padding: 0;
  }
}