.recipes-content {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding-left: 60px;
  padding-right: 60px;
  background-color: white;
  overflow: hidden;
}
.recipe-title-wrapper {
  position: relative;
  height: 120px;
  border-top: 1px solid #7c7a0f;
  border-bottom: 1px solid #7c7a0f;
}
.recipe-title {
  color: #7c7a0f;
  font-weight: 100;
  font-size: 3.6em;
  line-height: 1.25em;
}
.recipe-product-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  border-left: 1px solid rgba(172, 177, 148, 0.5);
  border-right: 1px solid rgba(172, 177, 148, 0.5);
}
.recipe-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 43%;
  float: right;
  margin-left: 5.5% !important;
}
.ingredients {
  float: right;
  margin-left: 0;
}
.ingredients-title,
.recipe-execution-title {
  text-transform: uppercase;
  color: #7c7a0f;
  font-weight: 100;
  font-size: 2.4em;
}
.ingredients-text {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.44em;
}
.recipe-execution {
  margin-top: 20px;
}
.recipe-execution-text {
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.375em;
}
.recipe-bold {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .recipe-title {
    padding-right: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .recipes-content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .recipe-title-wrapper {
    height: auto;
    text-align: center;
  }
  .recipe-title {
    margin-top: 10px;
  }
  .recipe-product-icon {
    position: static;
    border-left: none;
    border-right: none;
  }
  .recipe-image {
    width: 100% !important;
    float: none;
    padding-bottom: 60%;
    margin-left: 0 !important;
  }
  .ingredients {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
