/* Taxhub Expertcorner */
.expert-card,.expert-card__image{overflow:hidden}.expert-card{display:grid;border-radius:25px;height:min-content;grid-template-columns:1fr 1fr;font-family:"Geist",Sans-serif;position:relative}.expert-card__image>img{width:100%;height:100% !important;object-fit:cover;display:block}.expert-card__content{display:flex;flex-direction:column;justify-content:center;padding:3.125rem;background:#f4f6f9;gap:1rem}.expert-card__label{color:#56535a;text-transform:capitalize;background:#dee0e5;letter-spacing:1px;border-radius:2rem;padding:0 1rem;width:fit-content;font-size:.75rem;font-style:normal;font-weight:500;line-height:2rem}.expert-card__country{font-size:1rem;color:#57606a;margin:0;line-height:2rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:0;min-width:100%}.expert-card__title{margin:0;font-family:"Paralucent",Sans-serif}.expert-card__authors{display:flex;align-items:center;gap:1rem}.expert-card__author-avatar{width:3.125rem;height:3.125rem;border-radius:50%!important;object-fit:cover}.expert-card__bg-image{position:absolute;right:-6rem;bottom:-7rem;width:20rem;height:20rem;opacity:.1}.expert-card__bg-image>img{width:100%;height:100%}@media only screen and (max-width:575px){.expert-card{grid-template-columns:1fr}.expert-card__image{display:none}}