@media screen and (max-width: 614px) {
    .social-header {
        max-height: 200px;
        height: auto !important;
    }
}

.fa-googlereviews:before {
    content: "\f1a0";
}

.button-custom {
    position: relative;
    white-space: normal;
    line-height: inherit;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 13px 15px 13px 50px !important;
    width: 100% !important;
}

.button-custom .fa {
    position: absolute;
    font-size: 20px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.subtitle p{ 
    font-size: 18px;
}

.social-header {
    width: 100%;
    height: 200px;
}
