#how-information .floating-box{
    display:flow-root;
	margin-top:2em
	
}
.floating-testimonial-1{
    float:left;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:560px;
    height:560px;
    margin-top:20px;
    left:0px;
    text-align: center;
    border-radius: 280px;
    padding:50px 18px;
}
.floating-testimonial-2{
    float:right;
	color:white;
	background-color:black;
    position:relative;
    width:440px;
    height:440px;
    margin-top:-80px;
    left:0px;
    text-align: center;
    border-radius: 220px;
	margin-left:50px;
    padding:16px;
}
.floating-testimonial-3{
    float:left;
	color:white;
	background-color:#768f4d;
    position:relative;
    width:440px;
    height:440px;
    margin-top:-80px;
    left:0px;
    text-align:center;
    border-radius:220px;
	margin-left:70px;
    padding:20px 15px;
}
.floating-testimonial-4{
    float:right;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:470px;
    height:470px;
    margin-top:-70px;
    left:0px;
    text-align: center;
    border-radius: 235px;
    padding:20px;
}
.floating-testimonial-5{
    float:left;
	color:white;
	background-color:black;
    position:relative;
    width:430px;
    height:430px;
    margin-top:-100px;
    left:0px;
    text-align: center;
    border-radius: 215px;
	margin-left:50px;
    padding:30px 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:346px;
    height:346px;
    left:0px;
    border-radius: 173px;
    padding:40px 10px;
}
.floating-testimonial-2{
    width:290px;
    height:290px;
    left:0px;
    border-radius: 145px;
	margin-left:20px;
    padding:25px 20px;
}
.floating-testimonial-3{
    width:280px;
    height:280px;
    left:0px;
    border-radius:140px;
	margin-left:20px;
    padding:25px 15px;
}
.floating-testimonial-4{
    width:300px;
    height:300px;
    left:0px;
    border-radius: 150px;
	margin-left:20px;
    padding:25px 20px;
}
.floating-testimonial-5{
    width:276px;
    height:276px;
    left:0px;
    border-radius: 138px;
	margin-left:20px;
    padding:30px 15px;
}
}
@media (max-width: 360px) {
	.floating-testimonial-1, .floating-testimonial-2, .floating-testimonial-3, .floating-testimonial-4, .floating-testimonial-5{
    
	font-size:8.5px;
	line-height:150%;
	letter-spacing:.2px;
}
.floating-testimonial-1{
    width:280px;
    height:280px;
    left:0px;
    border-radius: 140px;
    padding:30px 5px;
}
.floating-testimonial-2{
    width:210px;
    height:210px;
    left:0px;
    border-radius: 105px;
	margin-left:20px;
    padding:10px 5px;
}
.floating-testimonial-3{
    width:210px;
    height:210px;
    left:0px;
    border-radius:105px;
	margin-left:20px;
    padding:13px 5px;
}
.floating-testimonial-4{
    width:230px;
    height:230px;
    left:0px;
    border-radius: 115px;
	margin-left:20px;
    padding:15px 5px;
}
.floating-testimonial-5{
    width:210px;
    height:210px;
    left:0px;
    border-radius: 105px;
	margin-left:20px;
    padding:15px 5px;
}
}