﻿.text-with-bg-image {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .text-with-bg-image {
    padding: 60px 0;
  }
}
.text-with-bg-image .image-block span {
  background-size: auto 100%;
  background-position: center right;
  background-repeat: no-repeat;
}
.text-with-bg-image .text-container {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
}
@media (min-width: calc(767px + 1px)) {
  .text-with-bg-image .text-container {
    max-width: 80%;
    margin: 30px 10% 0 10%;
    text-align: unset;
  }
}
.text-with-bg-image .text-container p {
  color: inherit;
  font-size: 20px;
  font-family: "museo-slab";
}
@media (max-width: 767px) {
  .text-with-bg-image .text-container p {
    font-size: 16px;
  }
}
.text-with-bg-image .text-container p.big {
  font-size: 36px;
}
.text-with-bg-image.bg-green p.big {
  color: #c7e3e1;
}
