.heroes-detail{width:100%;min-height:calc(100vh - 160px);display:flex;flex-direction:column;align-items:center;margin-bottom:4rem}.heroes-detail .container{width:100%}.heroes-detail__header{margin-bottom:1.5rem}.heroes-detail__title{font-size:1.75rem;line-height:2rem;font-weight:400}.heroes-detail__meta{display:flex;flex-direction:column;gap:24px;margin-bottom:1.5rem}.heroes-detail__unit{color:var(--grey-text-dark);width:-moz-fit-content;width:fit-content}.heroes-detail__date{color:#000;line-height:1.5rem}.heroes-detail__image{width:100%;height:100%;display:flex;margin-bottom:1.5rem}.heroes-detail__img{width:100%;height:100%;max-width:800px;object-fit:cover}@media (max-width:62rem){.heroes-detail__title{font-size:1.25rem;line-height:1.5rem}}