#how-information .floating-box{
    display:flow-root;
	margin-top:2em
	
}
.floating-testimonial-1{
    float:left;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:490px;
    height:490px;
    margin-top:20px;
    left:0px;
    text-align: center;
    border-radius: 245px;
    padding:18px;
}
.floating-testimonial-2{
    float:right;
	color:white;
	background-color:black;
    position:relative;
    width:410px;
    height:410px;
    margin-top:-120px;
    left:0px;
    text-align: center;
    border-radius: 205px;
	margin-left:50px;
    padding:16px;
}
.floating-testimonial-3{
    float:left;
	color:white;
	background-color:#768f4d;
    position:relative;
    width:410px;
    height:410px;
    margin-top:-120px;
    left:0px;
    text-align:center;
    border-radius:205px;
	margin-left:70px;
    padding:10px;
}
.floating-testimonial-4{
    float:right;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:470px;
    height:470px;
    margin-top:-110px;
    left:0px;
    text-align: center;
    border-radius: 235px;
    padding:40px 20px;
}
.floating-testimonial-5{
    float:left;
	color:white;
	background-color:black;
    position:relative;
    width:400px;
    height:400px;
    margin-top:-140px;
    left:0px;
    text-align: center;
    border-radius: 200px;
	margin-left:50px;
    padding:10px;
}@media only screen and (max-width: 940px){
	.floating-testimonial-1{
    margin-top:20px;
}
.floating-testimonial-2{
    margin-top:20px;
}
.floating-testimonial-3{
   margin-top:20px;
}
.floating-testimonial-4{
   margin-top:20px;
}
.floating-testimonial-5{
   margin-top:20px;
}
	
}
@media (max-width: 600px) {
	.floating-testimonial-1, .floating-testimonial-2, .floating-testimonial-3, .floating-testimonial-4, .floating-testimonial-5{
    
	font-size:10px;
	line-height:150%
}
.floating-testimonial-1{
    width:310px;
    height:310px;
    left:0px;
    border-radius: 155px;
    padding:25px 10px;
}
.floating-testimonial-2{
    width:270px;
    height:270px;
    left:0px;
    border-radius: 135px;
	margin-left:20px;
    padding:25px 20px;
}
.floating-testimonial-3{
    width:260px;
    height:260px;
    left:0px;
    border-radius:130px;
	margin-left:20px;
    padding:20px 15px;
}
.floating-testimonial-4{
    width:300px;
    height:300px;
    left:0px;
    border-radius: 150px;
	margin-left:20px;
    padding:35px 20px;
}
.floating-testimonial-5{
    width:250px;
    height:250px;
    left:0px;
    border-radius: 125px;
	margin-left:20px;
    padding:20px 15px;
}
}
@media (max-width: 350px) {
	.floating-testimonial-1, .floating-testimonial-2, .floating-testimonial-3, .floating-testimonial-4, .floating-testimonial-5{
    
	font-size:8.5px;
	line-height:150%
}
.floating-testimonial-1{
    width:260px;
    height:260px;
    left:0px;
    border-radius: 130px;
    padding:23px 5px;
}
.floating-testimonial-2{
    width:220px;
    height:220px;
    left:0px;
    border-radius: 110px;
	margin-left:20px;
    padding:15px 5px;
}
.floating-testimonial-3{
    width:210px;
    height:210px;
    left:0px;
    border-radius:105px;
	margin-left:20px;
    padding:13px 5px;
}
.floating-testimonial-4{
    width:240px;
    height:240px;
    left:0px;
    border-radius: 120px;
	margin-left:20px;
    padding:25px 5px;
}
.floating-testimonial-5{
    width:210px;
    height:210px;
    left:0px;
    border-radius: 110px;
	margin-left:20px;
    padding:15px 5px;
}
}