#how-information .floating-box{
    display:flow-root;
	margin-top:2em
	
}
.floating-testimonial-1{
    float:left;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:510px;
    height:510px;
    margin-top:20px;
    left:0px;
    text-align: center;
    border-radius: 255px;
    padding:50px 18px;
}
.floating-testimonial-2{
    float:right;
	color:white;
	background-color:black;
    position:relative;
    width:420px;
    height:420px;
    margin-top:-120px;
    left:0px;
    text-align: center;
    border-radius: 210px;
	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:25px 15px;
}
.floating-testimonial-4{
    float:right;
	color:white;
	background-color:#8fe961;
    position:relative;
    width:460px;
    height:460px;
    margin-top:-110px;
    left:0px;
    text-align: center;
    border-radius: 230px;
    padding:10px;
}
.floating-testimonial-5{
    float:left;
	color:white;
	background-color:black;
    position:relative;
    width:420px;
    height:420px;
    margin-top:-140px;
    left:0px;
    text-align: center;
    border-radius: 210px;
	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:310px;
    height:310px;
    left:0px;
    border-radius: 155px;
    padding:35px 10px;
}
.floating-testimonial-2{
    width:280px;
    height:280px;
    left:0px;
    border-radius: 140px;
	margin-left:20px;
    padding:25px 20px;
}
.floating-testimonial-3{
    width:280px;
    height:280px;
    left:0px;
    border-radius:140px;
	margin-left:20px;
    padding:30px 15px;
}
.floating-testimonial-4{
    width:300px;
    height:300px;
    left:0px;
    border-radius: 150px;
	margin-left:20px;
    padding:25px 20px;
}
.floating-testimonial-5{
    width:270px;
    height:270px;
    left:0px;
    border-radius: 135px;
	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%;
}
.floating-testimonial-1{
    width:280px;
    height:280px;
    left:0px;
    border-radius: 140px;
    padding:35px 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:20px 5px;
}
.floating-testimonial-4{
    width:240px;
    height:240px;
    left:0px;
    border-radius: 120px;
	margin-left:20px;
    padding:10px;
}
.floating-testimonial-5{
    width:220px;
    height:220px;
    left:0px;
    border-radius: 110px;
	margin-left:20px;
    padding:20px 5px;
}
}