.author-grid{display:grid;grid-template-columns:274px calc(100% - 274px);grid-auto-flow:row;grid-template-rows:99px}.author-grid h1{font-size:32px}.author-grid .designation{font-size:24px}.author-grid .description{font-size:20px}.author-grid .social-links{font-size:12px}.author-grid .data{font-size:14px;font-weight:400}.author-grid>div:nth-child(1){grid-column:1;grid-area:1/1/span 3/span 1}@media(max-width: 991px){.author-grid{display:grid;grid-template-columns:150px calc(100% - 150px);grid-auto-flow:row;grid-template-rows:148.5px}.author-grid h1{font-size:20px !important}.author-grid .description{font-size:16px}.author-grid .designation{font-size:16px}.author-grid .data{font-size:12px}.author-grid>div:nth-child(1){grid-area:1/1/span 1/auto}.author-grid>div:nth-child(3){grid-area:2/1/span 1/span 2}.author-grid>div:nth-child(4){grid-area:3/1/span 1/span 2}}
