.photo-product {
  background-color: #fff;
  display: inline-block;
  height: 554px;
  vertical-align: middle;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  margin-right: 157px;
  padding-left: 100px;
  position: relative;
}

.photo-product::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  transform: translateX(-100%);
}

@media (max-width: 1325px) {
  .photo-product {
    margin-right: 140px;
  }
}

@media (max-width: 1310px) {
  .photo-product {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
    border-radius: 0;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 560px) {
  .photo-product {
    height: auto;
  }

  .photo-product > .photo {
    width: 100%;
  }
}
