/**********************************************************
// Block >> Testimonials
**********************************************************/
.Block-Mini-Quote {
	margin: auto !important;
	background: #fff;
	padding: 25px 35px;
	border-radius: 30px;
	position: relative;
	color: var(--Sea-Blue);
	font-weight: bold;
	}

.Block-Mini-Quote p { text-align: center; }

.Block-Mini-Quote-Quotes {
	position: absolute;
    right: 40px;
    top: -20px;
    width: 40px;
}

.Block-Mini-Quote-Author {
	display: flex;
	gap: 1em; 
	margin-top: 10px;
	justify-content: center;
}

.Block-Mini-Quote-Image-Wrapper {
	width: 60px;
	height: 60px;
	min-width: 60px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0;
	position: relative;
	}

.Block-Mini-Quote-Image {
	position: absolute; 
	object-fit: cover;
}


.Block-Mini-Quote h4 {
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	font-style: normal;
	font-family: "Work-Sans", sans-serif;
	padding-top: 0;
	padding-bottom: 0;
}


/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 767px),
all and (max-device-width: 767px)
{

}

@media
all and (max-width: 680px),
all and (max-device-width: 680px)
{

}
