#how-information .floating-box{
    display:flow-root;
	margin-top:2em
	
}
.floating-testimonial-1{
    float:left;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:530px;
    height:530px;
    margin-top:20px;
    left:0px;
    text-align: center;
    border-radius: 265px;
    padding:18px;
}
.floating-testimonial-2{
    float:right;
	color:white;
	background-color:black;
    position:relative;
    width:422px;
    height:422px;
    margin-top:-120px;
    left:0px;
    text-align: center;
    border-radius: 211px;
	margin-left:50px;
    padding:16px;
}
.floating-testimonial-3{
    float:left;
	color:white;
	background-color:#768f4d;
    position:relative;
    width:430px;
    height:430px;
    margin-top:-120px;
    left:0px;
    text-align:center;
    border-radius:215px;
	margin-left:70px;
    padding:10px;
}
.floating-testimonial-4{
    float:right;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:440px;
    height:440px;
    margin-top:-110px;
    left:0px;
    text-align: center;
    border-radius: 220px;
    padding:15px;
}
.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:15px;
}@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:330px;
    height:330px;
    left:0px;
    border-radius: 165px;
    padding:20px 10px;
}
.floating-testimonial-2{
    width:280px;
    height:280px;
    left:0px;
    border-radius: 240px;
	margin-left:20px;
    padding:30px 20px;
}
.floating-testimonial-3{
    width:280px;
    height:280px;
    left:0px;
    border-radius:140px;
	margin-left:20px;
    padding:20px 15px;
}
.floating-testimonial-4{
    width:290px;
    height:290px;
    left:0px;
    border-radius: 175px;
	margin-left:20px;
    padding:25px 20px;
}
.floating-testimonial-5{
    width:260px;
    height:260px;
    left:0px;
    border-radius: 130px;
	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:280px;
    height:280px;
    left:0px;
    border-radius: 140px;
    padding:18px 5px;
}
.floating-testimonial-2{
    width:220px;
    height:220px;
    left:0px;
    border-radius: 110px;
	margin-left:20px;
    padding:15px 5px;
}
.floating-testimonial-3{
    width:220px;
    height:220px;
    left:0px;
    border-radius:110px;
	margin-left:20px;
    padding:10px 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;
}
}