.m-card-faculty{width:100%}.m-card-faculty__search{margin:0 auto;max-width:550px;padding-bottom:3rem;width:100%}.m-card-faculty__search__input{width:100%}.m-card-faculty__search__input input{border:1px solid #b5b8ba;border-radius:16px;padding:5px 10px;width:100%}.m-card-faculty__container{align-items:start;display:grid;gap:2rem;grid-template-columns:repeat(4,minmax(0,1fr));width:100%}.m-card-faculty__card{box-sizing:border-box;display:flex;flex-direction:column;min-width:0;width:100%}.m-card-faculty__card__product{width:100%}.m-card-faculty__card__product img{border:1px solid var(--gray);display:block;height:380px;object-fit:cover;object-position:center;width:100%}.m-card-faculty__card__content{padding:12px 10px;text-align:center}.m-card-faculty__card__content a{color:#141515;text-decoration:none}.m-card-faculty__card__content__title{font-weight:700}.m-card-faculty__card__content>div{display:grid;line-height:1.4;min-height:3em;place-items:center}.m-card-faculty__card__content__button{display:grid;margin-top:8px;place-items:center}@media (max-width:1024px){.m-card-faculty__container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.m-card-faculty__container{gap:1rem;grid-template-columns:1fr}.m-card-faculty__card__product img{height:450px}}