.mon-quotes__item{background-color:var(--quote-color,#fff);border-radius:40px;padding-top:20px;overflow:hidden}@media (min-width:680px){.mon-quotes__item:nth-child(even) .d-flex{flex-direction:row-reverse}}.mon-quotes__item .d-flex{display:flex;-moz-column-gap:45px;column-gap:45px;align-items:center}@media (max-width:680px){.mon-quotes__item .d-flex{gap:0;flex-direction:column}}.mon-quotes__item-image{position:relative;width:100%;max-width:312px;text-align:-webkit-right}@media (max-width:680px){.mon-quotes__item-image{max-width:49.4%}}.mon-quotes__item-image:after{content:"";width:100%;inset:0;aspect-ratio:1/1;border-radius:360px;background:linear-gradient(210.66deg,rgba(126,163,200,0) 25.7%,#7ea3c8 85.42%);transform:rotate(-24deg);position:absolute;top:80px;left:0;z-index:0}@media (max-width:680px){.mon-quotes__item-image:after{top:40px}}.mon-quotes__item-image img{z-index:1;position:relative;transform:scale(.93) translateY(4%)}.mon-quotes__item-text{flex:1;padding:40px 20px 40px 25px}@media (max-width:680px){.mon-quotes__item-text{padding:20px 0}}.mon-quotes__item-text h3{margin-bottom:clamp(10px,2vw,20px)}.mon-quotes__item-text h3 span{position:relative}.mon-quotes__item-text h3 span:after{content:"";position:absolute;width:31px;height:22px;background-image:url(../../assets/img/quote-icon.svg);background-repeat:no-repeat;background-size:contain;top:0;left:-40px}@media (max-width:680px){.mon-quotes__item-text h3 span:after{width:16px;height:11px;left:0;top:-21px}}.mon-quotes__item-text p:last-child{margin-bottom:0}@media (min-width:681px) and (max-width:1024px){.mon-quotes__item .d-flex{display:block}.mon-quotes__item-image{float:left;width:300px;margin:0 30px 20px 0}.mon-quotes__item-text{display:block}.mon-quotes__item:nth-child(even) .mon-quotes__item-image{float:right;margin:0 0 20px 30px}}