.air-quote-cards{--cards-cols:2}.air-quote-cards__wrapper{display:grid;grid-template-columns:repeat(var(--cards-cols,2),1fr);grid-gap:2rem}.air-quote-card{background:#fff;border-radius:20px;box-shadow:0 6px 20px 0 rgba(0,0,0,.1);padding:30px}.air-quote-card__wrapper{display:flex;flex-direction:column;gap:32px;height:100%}.air-quote-card__logo{align-items:center;background:none;border-radius:20px;display:flex;height:100px;justify-content:center;overflow:hidden;position:relative;width:100%}.air-quote-card__logo:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='83' height='107' fill='none' viewBox='0 0 83 107'%3E%3Cg stroke-width='2' clip-path='url(%23a)'%3E%3Crect width='311.333' height='140' x='1' y='1' stroke='url(%23b)' rx='19'/%3E%3Crect width='311.333' height='140' x='1' y='1' stroke='url(%23c)' rx='19'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='0' x2='51.276' y1='-5.953' y2='27.035' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238D8DC3'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='278.622' x2='331.429' y1='79.82' y2='114.233' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.076' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%238D8DC3'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h83v107H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:0 0;left:0;top:0}.air-quote-card__logo:after,.air-quote-card__logo:before{background-repeat:no-repeat;background-size:contain;content:"";height:100%;pointer-events:none;position:absolute;width:100px;z-index:2}.air-quote-card__logo:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='106' fill='none' viewBox='0 0 70 106'%3E%3Cg stroke-width='2' clip-path='url(%23a)'%3E%3Crect width='311.333' height='140' x='-242' y='-35' stroke='url(%23b)' rx='19'/%3E%3Crect width='311.333' height='140' x='-242' y='-35' stroke='url(%23c)' rx='19'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='b' x1='-243' x2='-191.725' y1='-41.953' y2='-8.965' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%238D8DC3'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='35.622' x2='88.429' y1='43.82' y2='78.233' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.076' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%238D8DC3'/%3E%3C/linearGradient%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h70v106H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-position:100% 100%;bottom:0;right:0}.air-quote-card__logo img{max-height:80px}.air-quote-card__content{display:flex;flex:1;flex-direction:column;gap:32px}.air-quote-card__quote{color:var(--air-blue-deep,#151756);font-size:24px;font-weight:600;line-height:1.5}.air-quote-card__author{align-items:center;display:flex;gap:24px;width:100%}.air-quote-card__author__headshot{background:linear-gradient(0deg,#32267d,#dadaff);border:1.657px solid #fff;border-radius:70.994px;box-shadow:0 .947px 4.733px 0 rgba(0,0,0,.25);flex-basis:75px;min-width:75px;width:75px}.air-quote-card__author__bio{flex:1}.air-quote-card__author__name{font-weight:700}.air-quote-card__author__name,.air-quote-card__author__position{color:var(--air-purple-deep,#32267d);font-size:16px;line-height:22px}.air-quote-card__author__position{font-weight:500}@media (max-width:1024px){.air-quote-cards__wrapper{grid-template-columns:repeat(2,1fr);grid-gap:24px}}@media (max-width:768px){.air-quote-cards__wrapper{grid-template-columns:repeat(1,1fr)}}