section.quote {
background: #e8ecec;
margin:80px 0px;
}
section.quote .quote-container {
display: flex;
padding-top: 47px;
padding-bottom: 47px;
position: relative;
}
section.quote .quote-icon {
width: 106px;
min-width: 106px;
margin-right: 40px;
}
section.quote .quote-text {
flex-grow: 1;
}
section.quote .quote-text h3 {
font-size: 30px;
line-height: 34px;
}
section.quote .quote-text h6 {
color: #000;
}
section.quote .quote-footnote {
font-weight: 800;
font-size: 18px;
line-height: 20px;
letter-spacing: 0.05em;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 0.5rem;
color: #000;
}
section.quote .quote-image img {
width: 100%;
height: auto;
border-right: 15px solid #2D3F40;
float: right;
}
section.quote .quote-statement{
font-family: 'Lustria', serif;
font-size: 26px;
line-height: 34px;
font-style: normal;
font-weight: 400;
margin-bottom: 1rem;
}
@media (max-width: 1024px) {
section.quote .quote-image {
display: none;
}
section.quote .quote-icon {
width: 60px;
min-width: 60px;
margin-bottom: 20px;
}
section.quote .btn-shadow-wrap.right {
float: none;
margin-top: 20px;
}
}
@media (max-width: 768px) {
section.quote {
border-right: 15px solid #2D3F40;
margin:50px 0px;
}
section.quote .quote-container {
display: block;
padding-top: 40px;
padding-bottom: 40px;
}
section.quote .quote-icon {
width: 57px;
min-width: 57px;
margin-bottom: 20px;
}
section.quote .quote-text {
width: 100%;
padding-right: 0px;
}
section.quote .quote-text h3 {
font-size: 28px;
line-height: 30px;
}
}