/*
#ff5604
#003e3e
*/
.block-image-text {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-image-text.text_image {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.block-image-text .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  position: relative;
}
.block-image-text .image picture,
.block-image-text .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-image-text .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  padding: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-image-text .text .category {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}
.block-image-text .text h2 {
  font-weight: 600;
  margin: 20px 0;
}
.block-image-text .text .description {
  margin: 20px 0 0px;
}
.block-image-text .text p, .block-image-text .text ul, .block-image-text .text ol {
  margin: 0;
  margin-bottom: 20px;
}
.block-image-text .text .more {
  display: inline-block;
  margin: 20px 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-image-text .text .more:hover {
  padding-left: 20px;
}
@media (max-width: 599.98px) {
  .block-image-text, .block-image-text.text_image {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .block-image-text .image picture,
.block-image-text .image img {
    max-height: 50vh;
  }
  .block-image-text .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*# sourceMappingURL=image_text.css.map */