@media(max-width:767px) {
.rich-text {
  margin: auto;
  max-width: 110rem;
 
  text-align: center;
  /* 1.5rem margin on left & right */
  width: calc(100% - 3rem);
  padding: 3rem 0;
max-height:11rem;
  display:none;
}
}
 @media(min-width:1024px) {
.rich-text {
  margin: auto;
  max-width: 110rem;
 
  text-align: center;
  /* 1.5rem margin on left & right */
  width: calc(100% - 3rem);
  padding: 3rem 0;
height:50px;
    display:none;
}
}

.rich-text.rich-text--full-width {
  max-width: initial;
  width: 100%;
}

.rich-text__blocks {
  margin: auto;
  /* 2.5rem margin on left & right */
  width: calc(100% - 5rem);
}

.rich-text__blocks * {
  overflow-wrap: break-word;
}

.rich-text--full-width .rich-text__blocks {
  /* 4rem (1.5rem + 2.5rem) margin on left & right */
  width: calc(100% - 8rem);
}

.rich-text:not(.rich-text--full-width),
.rich-text--full-width.color-background-1 {
  margin-top: -5rem;
  margin-bottom: 10rem;
}

.rich-text:not(.color-background-1) {
  padding-top: 5rem;
  padding-bottom: -1rem;
}

@media screen and (min-width: 750px) {
  .rich-text {
    /* 5rem margin on left & right */
    width: calc(100% - 10rem);
  }

  .rich-text__blocks {
    max-width: 50rem;
  }

  .rich-text--full-width .rich-text__blocks {
    /* 7.5rem (5rem + 2.5rem) margin on left & right */
    width: calc(100% - 15rem);
  }
}

@media screen and (min-width: 990px) {
  .rich-text__blocks {
    max-width: 90rem;
  }
}

/* Blocks */

.rich-text__blocks > * {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text__blocks > * + * {
  margin-top: 2rem;
  
}

.rich-text__blocks > * + a {
  margin-top: 3rem;
}






@media screen and (max-width: 749px) {
  div.picture4 {
 
 width: 100%; /*width of your image*/
   height:80px;
   background-image:url('https://tinyurl.com/27egns7r');
  background-repeat: no-repeat; 
  background-position: center;
    margin:5px 0 5px 0;
    border-top: 1px solid #D1D1D1;
border-bottom: 1px solid #D1D1D1;
  position: relative;
   background-size: contain;
     
}
}

@media screen and (min-width: 750px) {
div.picture4 {
    width: 100%; /*width of your image*/
   height:200px; /*height of your image*/
  
   background-image:url('https://tinyurl.com/27egns7r');
  background-repeat: no-repeat; 
  background-position: center;
  position: relative;
margin:10px 0 10px 0;
 border-top: 1px solid #D1D1D1;
border-bottom: 1px solid #D1D1D1;
   background-size: contain;
  
 
}
}

@media screen and (min-width: 1200px) {
div.picture4 {
   max-width: 1180px; /*width of your image*/
   height:230px;
  
   background-image:url('https://tinyurl.com/27egns7r');
  background-repeat: no-repeat; 
  background-position: center;
  position: relative;
margin:20px 0 20px 0;
 border-top: 1px solid #D1D1D1;
border-bottom: 1px solid #D1D1D1;
   background-size: contain;
  
 
}
}




