.retort {
  background: url(../images/b_w_top.jpg) center top no-repeat;
  border-radius: 7px;
  margin-top: 19px;
}

@media (min-width: 768px) {
  .retort {
    padding: 25px 10px 20px 20px;
  }
}

@media (max-width: 767px) {
  .retort {
    padding: 25px 5% 40px;
  }
}

@media (min-width: 768px) {
  .retort__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 768px) {
  .retort__text {
    width: 50.2%;
  }
}

@media (min-width: 768px) {
  .retort__img {
    max-width: 386px;
    width: 48%;
  }
}

@media (max-width: 767px) {
  .retort__img {
    margin-top: 20px;
  }
}

.retort__p {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .retort__p {
    font-size: 1.3em;
  }
}
/*# sourceMappingURL=retort.css.map */