.post-content {
    padding-left: 0px;
}
/* Style all font awesome icons */
.fas {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
}
.logo img {
    margin-top: 3px;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

/* Twitter */
.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #FF0000;
    color: white;
}
.fa-instagram {
    background: #4f5bd5;
    color: white;
}

.flex-control-thumbs {
    margin: 18px 18px;
    width: auto;
}
.pgl-error {
    padding: 74px 0 125px;
}
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
.stars{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}
.review{
    border: 1px dashed dodgerblue;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
}
.scl{
    padding: 10px 15px;
    border-radius: 4px;
}
