 .img-with-text-section{
   width:95%;
	display: flex;
	overflow: hidden;
   border-radius: 20px;
   border-style: solid;
  border-width: 5px;
  justify-content: start;
   
}

.img-with-text-section .img-wrapper{
	width: calc(100%*1/3);
	font-size:0;

}
.img-with-text-section .img-wrapper1{
	width: calc(100%*1/3);
	font-size:0;

}


.img-with-text-section .one-third-wrapper-width{
	width: calc(100%*1/3);
	font-size:0;
}

.img-with-text-section .half-wrapper-width{
	width: calc(80%*1/2);
	font-size:0;
}

.img-with-text-section .two-third-wrapper-width{
	width: calc(100%*2/3);
	font-size:0;
}

.img-with-text-section .image-wrapper img{
 
	height: 100%;
	width: 100%;
  
}
.img-with-text-section .image-wrapper1 img{
	height: 100%;
	width: 100%;
  pointer-events: none;
}

.img-with-text-section .text-section{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:40px 60px;
text-align: justify;
}

.img-with-text-section .one-third-text-section{
	width: calc(100% - (100%*1/3));
}


.img-with-text-section .half-text-section{
	width: calc(80% - (100%*1/2));
}

.img-with-text-section .two-third-text-section{
	width: calc(100% - (100%*2/3));
}


.img-with-text-section .text-section .img-with-text-subtitle{
	margin-bottom:10px;
	text-transform:uppercase;
	letter-spacing: .3em!important;
	font-size: 15px;
}

.img-with-text-section .text-section .img-with-text-title{
	text-transform:uppercase;
	font-size:36px;
	margin-top:0;
	word-break:normal
}

.img-with-text-section .text-section .img-with-text-rich-text{
	word-break:normal;
	font-size:15px;
}

.img-with-text-section .text-section .btn{
	max-width: fit-content;
}

.reverse-side{
	flex-direction: row-reverse;
}

@media only screen and (max-width: 749px) {
  .img-with-text-section .image-wrapper{
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: 100%!important;
  }
  .img-with-text-section .img-wrapper{
	width: calc(100%*1/3);
	font-size:0;
display:none;
}
  .img-with-text-section .image-wrapper1{
	width: calc(100%*1/1);
	font-size:0;

}
  .img-with-text-section .image-wrapper img{
 
	height: 100%;
	width: 100%;
  display:none;
}
  .img-with-text-section .image-wrapper1 img{
	height: 100%;
	width: 100%;
 padding: 2rem 5rem 0rem 5rem;
}

  .img-with-text-section{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      display: flex;
      flex-direction: column;
   
     
      text-align: center;
   

  }
  
  .img-with-text-section .text-section{
    display: block;
    padding-bottom: 30px;
  	padding-top:30px;
    width: 100%!important;
   
  } 
}
@media (min-width:750px) and (max-width:990px) {
  .img-with-text-section .image-wrapper{
      display: block;
      margin-left: 0;
      margin-right: 0;
      width: 100%!important;
  }
  .img-with-text-section .img-wrapper{
	width: calc(100%*1/3);
	font-size:0;
display:none;
}
  .img-with-text-section .image-wrapper1{
	width: calc(100%*1/1);
	font-size:0;

}
  .img-with-text-section .image-wrapper img{
 
	height: 100%;
	width: 100%;
  display:none;
}
  .img-with-text-section .image-wrapper1 img{
	height: 100%;
	width: 100%;
 padding: 5rem 20rem 0rem 20rem;
}

  .img-with-text-section{
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      display: flex;
      flex-direction: column;
   
     
      text-align: center;

  }
  
  .img-with-text-section .text-section{
    display: block;
    padding: 0rem 20rem 5rem 20rem;
    width: 100%!important;
    
   
  } 
}






@media screen and (max-width: 749px) {
  div.picture6 {
 
 width: 100%; /*width of your image*/
   height:200px;
   background-image:url('https://lh3.googleusercontent.com/drive-viewer/AITFw-wZ4jr8d5Q68jfjwxZP_M6neIYftWwgl3VGj6mH2gLJ4k9gPmLEVwxW4q1DU2hG-7JNcmjmLiH-BuFGrFM8oyPo8r8qzg=s1600');
  background-repeat: no-repeat; 
  background-position: center;
  position: relative;
   background-size: contain;
    display:none;
}
}

@media screen and (min-width: 750px) {
  div.picture6 {
    left:15%;
    width: 70%; /*width of your image*/
   height:400px; /*height of your image*/
   background-image:url('https://lh3.googleusercontent.com/drive-viewer/AITFw-wZ4jr8d5Q68jfjwxZP_M6neIYftWwgl3VGj6mH2gLJ4k9gPmLEVwxW4q1DU2hG-7JNcmjmLiH-BuFGrFM8oyPo8r8qzg=s1600');
  background-repeat: no-repeat; 
  background-position: center;
  position: relative;
   margin-top:10px;
      background-size: contain;
        display:none;
}
}










