@media (max-width: 1024px) {
/* mobile version */
.suggested-professionals-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
}

@media (min-width: 1025px) {
.suggested-professionals-container {
    display: flex;
    justify-content: center;
}
}

.suggested-professionals-container > div {
    margin: 10px;
    padding: 20px;
    display: flex;
    justify-content: center;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.suggested-professionals-title {
    font-size: 20.5px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}

.suggested-professional-same-city {
    font-size: 12px;
    margin-bottom: 20px;
    text-decoration: underline;
}

.suggested-professional-card {
    width: 17rem;
    text-align: center;
}

.suggested-professional-card-link:hover {
    text-decoration: none;
    color: black;
}

.suggested-professional-card-title {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
}

.ratings {
    margin-right: 10px;
}

.ratings .fa-star .review-count {
    font-size: 12px;
}

.ratings i {
    color: #cecece;
}

.rating-color {
    color: #fbc634 !important;
}

.review-by-site-table, .review-by-site-table th, .review-by-site-table td {
    border: none;
    margin-left: auto;
    margin-right: auto;
}

.review-by-site-table tr {
    border-bottom: 1px solid #dadde4;
}
