.paragraph-image{
  display: flex;
  max-width: 1312px;
  margin: 0 auto;
  background-color: #EAF0F9;
  margin-top: 16px;
  margin-bottom: 16px;
}
.background-box, .paragraph-image {
  border-radius: 8px;
}
.paragraph-image.img_left{
  display: flex;
  flex-direction: row-reverse;
}

.paragraph-imag-box.true {
  background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/images-leader/Pattern(1).svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 100%;
  padding-left: 16px;
  padding-bottom: 16px;
}
.paragraph-image .paragraph-imag-box img {
  border-radius: 8px;
}
.paragraph-image .img-picture {
    display: flex;
    justify-content: center;
   
    border-radius: 8px;
    position: relative;
  }
.none .paragraph-imag-box {
  background-image: none !important;
}

.paragraph-image .content-paragraph .h2 {
  color: #0B242D;
}

.paragraph-image {
  align-items: center;
}


.paragraph-image .body-1  ul{
  list-style: none;
}

.paragraph-image .body-1  ul li {
  position: relative;
  margin-bottom: 24px;
}

.paragraph-image .body-1  ul li:before{
  content: " ";
  background: url(https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/2022/default-images/check.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: -22px;
  top: 2px;
}

.paragraph-image.style_two .content-paragraph .h2 {
  max-width: 89%;
}

.paragraph-image .content-paragraph .h5, 
.paragraph-image .content-paragraph .body-1 {
  color: #3C5057;
}

.paragraph-image.style_two .content-paragraph .h5 {
  font-family: 'itc_avant_garde_gothicmedium';
  font-weight: normal;
  margin-bottom: 32px !important;
  max-width: 528px;
}

.paragraph-image.style_two .content-paragraph .body-1 {
  margin-bottom: 40px;
}

.paragraph-image .btn-blue a.cta_button{
  margin-bottom: 16px;
  margin-top: 24px;
}

@media(max-width: 767.98px){
  .paragraph-image div table a img {
    width: 100% !important;
  }
  
  .paragraph-image .md-btn a.cta_button {
      padding: 15px 0px !important;
     width: 100%;
      text-align: center;
  }
  .paragraph-image .btn-blue a.cta_button{
    margin-top: 0px;
  }
  .paragraph-image {
    flex-wrap: wrap;
    padding: 16px;
  }
  .paragraph-imag-box {
    background-size: 0%;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }
  .paragraph-image .content-paragraph .h2 {
    font-size: 34px;
    line-height: 41px;
    letter-spacing: 0.25px;
    margin-bottom: 16px;
    max-width: 89%;
  }
  .paragraph-image.style_two .content-paragraph .h2 {
    max-width: 100%;
  }
  .paragraph-image .content-paragraph .h5 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin-bottom: 16px !important;
  }
  .paragraph-image .content-paragraph .body-1 p {
    margin-bottom: 16px !important;
  }

}

@media (min-width: 768px){
  .paragraph-image .img-picture {
    width: fit-content;
  }
  
 .paragraph-image .content-paragraph.middle_space{
  width: 50% !important;
  padding: 16px;
`}
  
  .paragraph-image .background-box.middle_space {
    width: 50% !important;
    padding: 16px;
  }

  .paragraph-image.style_two .content-paragraph.middle_space {
    width: 55% !important;
  }
  .paragraph-image.style_two .background-box.middle_space {
    width: 45% !important;
  }

  .paragraph-image .background-box.large_space{
    width: 75% !important;
    padding: 16px;
  }
  .paragraph-image .content-paragraph.large_space{
    width: 45% !important;
    padding: 16px;
  }
  .paragraph-image {
    align-items: center;
  }
  .paragraph-imag-box {
    background-size: 60%;
    
  }
  .paragraph-image .content-paragraph .h2 {
    margin: 0 !important;
    font-size: 45px;
  }
  
  .paragraph-image.style_two .content-paragraph .h2 {
    font-size: 45px;
    line-height: 2.5rem;
    max-width: 100% !important;
    margin-bottom: 16px !important;
  }
  .paragraph-image .paragraph-imag-box.img_left{
    background-position: right bottom;
    padding-right: 16px;
  }
  
  .paragraph-image .paragraph-imag-box img {
    border-radius: 8px;
    max-height: 442px;
    max-width: 752px;
    width: auto;
  }
  .paragraph-image .img-picture::before {
    max-height: 442px;
    max-width: 752px;
    width: auto;
  }
  
  .paragraph-image.style_two .paragraph-imag-box {
    background: none !important;
    padding: 0px;
  }
  
  .paragraph-image.style_two .paragraph-imag-box img {
    max-height: none;
  }
  
   .paragraph-image {
    justify-content: space-between;
  }

}

@media (min-width: 992px) and (max-width: 1199.98px ){ 
 .paragraph-image .content-paragraph .h2{
    margin: 0 0 16px !important;
    font-size: 58px;
  }
  .background-box {
    padding: 32px !important;
  }
  .content-paragraph {
    padding: 32px !important;
  }
}
 .paragraph-image .img-picture::before {
  content: " ";
  position: absolute;
  top: 0;
  z-index: 1;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: soft-light;
  opacity: 0.7;
}

@media (min-width: 1200px) {
  .paragraph-image .content-paragraph .body-1.content-two-column {
    display: flex;
    flex-flow: wrap;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .paragraph-image .content-paragraph .body-1.content-two-column p {
   /*column-count: 2;
     column-gap: 32px; */
    max-width: 48%;
  }
  
  .paragraph-image .content-paragraph .h2 {
    font-size: 60px;
  }
  .content-paragraph {
    /*max-width: 480px !important;*/
    padding: 32px !important;
  }
  .background-box{
    max-width: 832px;
    padding: 32px !important;
  }
  .paragraph-imag-box {
    background-size: 59%;
  }
}


@media (min-width: 900px) {
  .paragraph-image .content-paragraph.middle_space .body-1.content-two-column {
    display: flex;
    flex-flow: wrap;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .paragraph-image .content-paragraph.middle_space .body-1.content-two-column p {
   /*column-count: 2;
     column-gap: 32px; */
    max-width: 48%;
  }
}

@media (min-width: 500px) and (max-width: 767.98px) {
  .paragraph-image .content-paragraph .body-1.content-two-column {
    display: flex;
    flex-flow: wrap;
    -moz-flex-flow: wrap;
    -webkit-flex-flow: wrap;
    justify-content: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .paragraph-image .content-paragraph .body-1.content-two-column p {
    max-width: 48%;
  }
  
}

@media (min-width: 768px) and (max-width: 852.98px){
   .paragraph-image div table a img {
    width: 100% !important;
  }
}





/* **********************************************
 * START STYLE: EDUCATION FOUNDATION THEME CHILD 
 * **********************************************/

.education-foundation-theme .paragraph-imag-box.true {
  background-image: url("https://20761324.fs1.hubspotusercontent-na1.net/hubfs/20761324/education-foundation/grid-medium.svg");
}

@media (min-width: 768px){
  .education-foundation-theme .paragraph-image .content-paragraph .h2,
  .education-foundation-theme .paragraph-image .content-paragraph .h5{
    margin-bottom: 16px !important;
  }
  .education-foundation-theme .paragraph-image .content-paragraph .body-1  p {
    line-height: 140%;
    font-size: 16px;
  }
  
}

@media (max-width: 767.98px){
  .education-foundation-theme .paragraph-image .content-paragraph .body-1  p {
      line-height: 140%;
      font-size: 16px;
      margin-bottom: 32px !important;
  }
}

/* END STYLE: EDUCATION FOUNDATION THEME CHILD */