  .review-card {
            margin: 10px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            background-color: #f9f9f9;
        }

        .review-card .review-header {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

        .review-card .review-header .quote-icon {
            font-size: 40px;
            color:#D85935; /* Light blue color */
            margin-right: 10px;
        }

        .review-card .review-header .reviewer-name {
            font-weight: bold;
            font-size: 1.2rem;
					  font-family:Raleway;
        }

        .review-card .review-header .reviewer-location {
            font-size: 1rem;
            color: gray;
            margin-left: 10px;
					 font-family:Raleway;
        }

        .review-card .review-content {
            margin-top: 15px;
            font-size: 1rem;
            line-height: 1.6;
					 font-family:Raleway;
        }

        .reviews-container {
            margin-top: 20px;
        }
a{
	text-decoration:none !important;
}