/* mobile */
@media (max-width: 767px) {
  .our_recipe_heading {
  }
  .our_rec_wrap {
    text-align: center;
    margin-top: 30px;
  }
  .our_rec_imgs {
    width: 21.5%;
  }
}
/* tablets */
@media (min-width: 768px) {
  .our_rec_wrap {
    text-align: center;
  }
  .our_rec_arrows {
    width: 9.8px;
  }
  .our_rec_imgs {
    width: 30%;
  }
  .our_rec_margin {
    margin-top: 20.5px;
  }
  .recipe-arrow {
    position: relative;
  }
  .recipe-arrow::after {
    content: "";
    background: url("../../images/path-copy%402x.png") no-repeat center;
    background-size: 100%;
    height: 30px;
    width: 9.6px;
    position: absolute;
    right: -3px;
    top: 13px;
  }
}
/* medium */
@media (min-width: 992px) {
  .recipe-arrow {
    position: relative;
  }
  .recipe-arrow::after {
    content: "";
    background: url("../../images/path-copy%402x.png") no-repeat center;
    background-size: 100%;
    height: 50px;
    width: 16px;
    position: absolute;
    right: -3px;
    top: 16px;
  }
}
/* large */
@media (min-width: 1200px) {
  .our_rec_imgs {
    width: 35%;
  }
  .recipe-arrow {
    position: relative;
  }
  .recipe-arrow::after {
    content: "";
    background: url("../../images/path-copy%402x.png") no-repeat center;
    background-size: 100%;
    height: 60px;
    width: 20px;
    position: absolute;
    right: -3px;
    top: 26px;
  }
}
