.packs-detail {
    width: 100%;
    height: 100%;
}

.packs-detail__sub-index {
    display: grid;
    width: 100%;
    height: 100%;
    place-content: center;
}

.packs-detail__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.packs-detail__header p {
    padding-bottom: 1rem;
    font-weight: 200;
}
