.procedure_slide {
  position: relative;
  width: 48.6%;
  height: auto;
  margin-left: 1%;
}

@media screen and (max-width: 768px) {
  .procedure_slide .custom_procedure_con {
    width: 100%;
    max-width: 720px;
  }
}