@keyframes arrowAnimation{0%{transform:translateY(-2rem)}to{transform:translateY(3.3rem)}}.about-panels{display:flex;flex:1 1 45rem;gap:2rem}.about-panels__row{display:flex;flex-direction:column;gap:2rem}.about-panels__panel{display:flex;flex-direction:column;gap:1.2rem;align-items:flex-start;background-color:#f0f9fa;padding:3rem 2rem;border-radius:1rem;width:100%}.about-panels__panel img{height:auto}.about-panels__panel--top{border-top-left-radius:0;border-top-right-radius:0;background:linear-gradient(0deg,#f0f9fa,#eaf8fa 50%,#f0f9fa)}.about-panels__panel--bottom{border-bottom-left-radius:0;border-bottom-right-radius:0;background:linear-gradient(180deg,#f0f9fa,#eaf8fa 50%,#f0f9fa)}@media(max-width:775px){.about-panels{flex-direction:column;gap:1.5rem}}