/* Enter Your Custom CSS Here */

	    
        .google-reviews a {
            text-decoration: none;
            position: relative;
            display: inline-block;
            margin: 20px 5px
        }

        .google-reviews a span {
            position: absolute;
            bottom: -26px;
            width: 100%;
            text-align: center;
            left: 0px;
            font-weight: bold;
        }

    