   .testimonial-card {
            border-radius: 15px;
            padding: 30px !important;
	        background: #1C4259;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		  	color:white;		
	   		max-width:340px;
        }

        .testimonial-card img {
            border-radius: 50%;
            width: 50px;
            height: 50px;
        }

        .testimonial-card .company-logo img {
            max-width: 100px;
        }

        .testimonial-card .quote {
            font-style: italic;
        }