#quote-with-photo{border-radius:24px}
#quote-with-photo .quote-with-photo__container{display:flex;flex-direction:column;margin:0 auto;padding:36px 36px 0 36px}
@media (min-width:1100px){#quote-with-photo .quote-with-photo__container{flex-direction:row;gap:3rem}}
#quote-with-photo .quote-with-photo__content{flex:1;margin-top:3rem}
#quote-with-photo .quote-with-photo__title{font-size:2.5rem;font-weight:600;margin-bottom:1.5rem;color:#1D1919}
#quote-with-photo .quote-with-photo__quote{display:flex;flex-direction:column;gap:1.5rem}
#quote-with-photo .quote-with-photo__quote blockquote{position:relative;font-weight:500;color:#1D1919;padding:1.5rem 0;margin:0;border-top:2px solid #194B44;border-bottom:2px solid #194B44}
#quote-with-photo .quote-with-photo__quote .quote-with-photo__text{color:rgba(74,74,74,0.7);line-height:1.6}
#quote-with-photo .quote-with-photo__button{width:50%}
@media (max-width:1100px){#quote-with-photo .quote-with-photo__button{width:100%;margin-bottom:2rem}}
#quote-with-photo .quote-with-photo__image{position:relative;flex:1;justify-items:end}
@media (max-width:1100px){#quote-with-photo .quote-with-photo__image{justify-items:center}}
#quote-with-photo .quote-with-photo__image img{width:100%;max-width:500px;height:auto;border-radius:1rem;object-fit:cover}
#quote-with-photo .quote-with-photo__image .quote-with-photo__author{position:absolute;bottom:1.5rem;right:1.5rem;background-color:white;padding:0.75rem 1.25rem;border-radius:0.5rem;box-shadow:0 4px 6px rgba(0,0,0,0.1);display:flex;justify-content:center;flex-direction:column}
#quote-with-photo .quote-with-photo__image .quote-with-photo__author .author-name{font-weight:600;color:#1D1919;margin-bottom:0.25rem}
#quote-with-photo .quote-with-photo__image .quote-with-photo__author .author-position{font-size:0.875rem;color:#5B6B79}