.center_header {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.center_header h6{
	font:700 1.8rem 'Rubik', sans-serif;
	color:#8A8E96;
	line-height: 1;
	padding-bottom:10px;
	
}

.center_header h3{
	font:700 3.2rem 'Rubik', sans-serif;
	color:#242335;
	line-height: 1;
  padding-bottom: 20px;
}

.li_rt_flex{
	display:flex;
	justify-content:space-between;
	align-items: center;
}


.li_rt_image {
    flex: 0 48%;
}

.li_rt_image img {
   width:100%;
  padding-bottom: 30px;
}

.customer_logo_header img{
	  margin: 20px auto 0;
    display: block;
    max-width: 320px;
}

.li_rt_text {
    flex: 0 48%;
}
.li_rt_text article p {
    font: 400 2.1rem 'Nunito Sans', sans-serif;
}

.li_rt_CTA a{
	 font: 700 2.0rem 'Nunito Sans', sans-serif;
	color:#7357ff;
	text-decoration:none;
}

{#.li_rt_CTA {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}#}
.li_rt_CTA a::after{
	    content: "\eb2a";
    font-family: 'icomoon' !important;
    speak: none;
    font-size: 2.0rem;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    position: relative;
    line-height: 1;
    top: 1px;
    padding-left: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	transition: .3s all ease;
	left: 0px;
}
.li_rt_CTA a:hover:after {

		transition: .3s all ease;
	  left: 5px;
}


	.figures_block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 30px;
    
} 


{#.figures_div h2 {
	  font-family: 'Rubik',sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 3.2rem;
    color: #242335;
}#}

.figures_div h3 {
    font: 500 2.8rem 'Rubik',sans-serif;
    color: #242335;
}
.figures_div {
    flex: 0 300px;
		text-align: center;
	
}
@media(max-width:700px){
  
  .li_rt_flex {
    flex-direction: column;
  }
	.li_rt_image{
		order:1;
	}
	.li_rt_text{
		order:2;
		text-align: center;    
		padding-top: 20px;
    padding-bottom: 30px;
		
	}
  
	.figure_div {
    flex: 1;
		transform: scale(.8);
  }
  
  .figures_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px 20px;
    /* color: black; */
    flex-direction: column;
  } 

}
