.cutting-img-size {
  display: flex;
  justify-content: space-between;
}

.cutting-img-size img {
  height: auto;
  width: 90%;
}

.cutting-text-bold {
  font-weight: bold;
  text-align: center;
}

.cutting-img-center {
  display: flex;
  justify-content: center;
}


.cutting-img-center img {
  height: auto;
  width: 364px;
}


@media screen and (max-width: 768px) {

  .cutting-img-size {
    display: inline;
  }

  .cutting-img-size img {
    height: auto;
    width: 50%;
  }

  .cutting-text-bold {
    text-align: left;
  }

}