.review-text {
    color: white;
    padding-top: 15px;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 10px;
}

.review-section {
    background: #0C253D url(../images/star-img.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-bottom:30px;
    clear: both;
}
.or-box {
    background: #e29551 !important;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.facebook-section {
    background-color: white;
    margin-right: 30px;
    height: 32px;
    margin-top: 10px;
    border-radius: 6px;
    padding: 0 25px;
    min-width: 150px;
    text-align: center;
}

.google-section {
    background-color: white;
    height: 32px;
    margin-top: 10px;
    border-radius: 6px;
    padding: 0 25px;
    min-width: 150px;
    text-align: center;
}

.google-image {
    height: 70px;
    width: 80px;
    position: relative;
    bottom: 18px;
}

.facebook-image {
    height: 50px;
    width: 80px;
    position: relative;
    bottom: 10px;
}


/* Responsive */

@media only screen and (min-width: 992px) {

  .review-section{
    display: none;
  }  

} 