.about_social_in{
    width: 900px;
    margin: 0 auto;
}
.social_item{
        float: left;
    width: 97%;
    background: white;
    border-radius:20px;
    margin: 10px 0px 0px 0px;
}
.social_image{
    width: 100px;
    height: 100px;
    float: left;
    margin: 2% 0% 3% 42%;
    position: relative;
    } 


.social_item content {
    font-size: 16px;
    font-weight: 100;
    font-family: system-ui;
    width: 80%;
    line-height: 30px;
    text-align: justify;
    padding: 2% 10% 5% 10%;
    float: left;
}

.social_image span {
    position: absolute;
    bottom: -37%;
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-family: system-ui;
    left: -23px;
}

.print_images {
float: left
}

.print_images img{
    widows: 200px;
    height: 200px;
}


    @media only screen and (max-width: 900px) {
         .review_box{
            width:auto;
        }

        .social_item {
    float: left;
    width: 100%;
    background: white;
    border-radius: 20px;
    margin: 10px 0px 0px 0px;
}
.about_social_in {
    width: 100%;
    margin: 0 auto;
}
.social_image {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
}

        .social_image span {
                position: absolute;
    bottom: -37%;
    text-align: center;
    width: 100%;
    font-size: 10px;
    font-family: system-ui;
    left: -15px;
        }

       

        }



.gallery_item {
    float: left;
    width: 28%;
    height: auto;
    padding: 9px;
    border: 1px solid #e7e7e7;
    margin: 10px;
}

.review_box {
    float: left;
    width: 250px;
    max-height: 250px;
    padding: 20px;
    margin-bottom: 40px;
    /* border-right: 1px solid; */
}

.star_box {
    float: left;
    width: 100%;
    text-align: center;
    color: orange;
}

.review_quote_box {
    text-align: center;
    font-family: system-ui;
    font-weight: 200;
    font-size: 15px;
    line-height: 25px;
    margin: 15px;
    float: left;
    position: relative;
}
.quote_user{
        position: relative;
    float: left;
    /* padding: 9px; */
    /* margin: 8px; */
}
.review_quote_sign {
    font-size: 23px;
    position: absolute;
    color: #858585;
}

.review_quote_sign_left {
    right: -20px;
    bottom: -20px;
    /* display: none; */
}


.review_quote_sign_right {
    top: -20px;
    left: -20px;
}

.quote_username {
    float: left;
    text-align: center;
    width: 100%;
    margin: 10px 0px 0px 0px;
    font-family: system-ui;
    font-style: italic;
    font-weight: 200;
    font-size: 13px;
}

.header_google_reviews {
    float: left;
    width: 100%;
    text-align: center;
    margin: 20px 0px 10px 0px;
}

.google_star_box {
    font-size: 30px;
    color: #ffcd13;
}

.google_review_header_text {
    font-weight: 100;
    font-size: 50px;
    font-family: system-ui;
}

 @media only screen and (max-width: 900px) {
         .review_box{
            width:-webkit-fill-available;
        }
}
