.module_simple_content {
  position: relative; }
  @media (min-width: 1200px) {
    .module_simple_content {
      padding: 0; } }
  .module_simple_content.wide {
    max-width: 1000px; }
  .module_simple_content.background .wrapper {
    position: relative;
    overflow: hidden;
    padding: 60px 30px;
    padding-bottom: 45px;
    border-radius: 30px; }
    .module_simple_content.background .wrapper .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5)); }
