.float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#089a25;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100;padding:0}.my-float{margin-top:16px}.float2{position:fixed;width:60px;height:60px;bottom:40px;left:40px;background-color:#e10600;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100;padding:0}.my-float2{margin-top:16px}
.reviews {
    border: 2px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    padding: 16px;
    margin: 16px 0
  }
  
  .reviews::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .reviews img {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
  }
  
  .reviews span {
    font-size: 20px;
    margin-right: 15px;
  }
  
  @media (max-width: 500px) {
    .reviews {
        text-align: center;
    }
    .reviews img {
        margin: auto;
        float: none;
        display: block;
    }
  }