.after__procedure-img {
  max-width: 436px;
  width: 100%;
  height: 665px;
  object-fit: cover;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  border-radius: 30px;
}

@media (max-width: 1070px) {
  .after__procedure-img {
    width: 100%;
    max-width: 320px;
    height: 300px;
    margin-left: 20px;
  }
}

@media(max-width: 599px) {
  .after__procedure-img {
    height: 300px;
    max-width: 100%;
    margin-left: 0;
  }
}