Untitled

 avatar
unknown
plain_text
a year ago
832 B
7
Indexable
html body .eg-review-stars {
    color: #f47421;
    display: flex;
    margin-bottom: 5px;
}

html body #hero {
    padding-bottom: 12rem;
}

html body #hero .concave_curve {
    height: 170px;
    background-color: #e5edef !important;
}

html body .eg-review-content {
    display: flex;
    justify-content: flex-start;
    grid-gap: 10px;
    padding: 2.5rem 8rem 1rem;
}

html body .eg-review-name,
html body .eg-review-para {
    margin-bottom: 0 !important;
    font-weight: 700;
}

html body .eg-review-name {
    color: #005262;
}

@media screen and (max-width: 768px) {
    html body .eg-review-content {
        padding: 3.5rem 4rem 1rem;
    }

    html body .eg-review-content .slick-prev,
    html body .eg-review-content .slick-next {
        display: none !important;
    }
}
Leave a Comment