.author-box{align-items:center;background:#f3f3f3;border-radius:16px;display:flex;flex-wrap:wrap;gap:20px;padding:30px}.author-box .author-image{width:30%}.author-box .author-image img{height:auto;max-width:100%;width:auto}.author-text{width:calc(70% - 20px)}.author-text .small{font-size:14px;margin-bottom:5px}.author-text h4{margin-bottom:15px}@media (max-width:649px){.author-box .author-image,.author-text{width:100%}}