.fme-quote_container {
  	text-align: center;
  	background-image: linear-gradient(75deg,#e60000 0%,#de004b 100%);
    margin-bottom: 0px!important;
    background-color: #f5f5f5;
  	line-height: 1.5em;
  	box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%);
  	padding: 30px;
  	color: #fff;
}

.fme-quote_flex-container {
  display: flex;
  align-items: center;
}

.fme-quote_icon {
    min-width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #fff;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fme-quote_icon svg {
    width: 80px !important;
    height: 80px;
    color: #e60000;
}

.fme-quote_text {
  font-size: 18px;
}

.fme-quote_info {
 	margin-top: 32px;
    font-weight: 700;
    display: block; 
  	font-size: 15px;
}