.detail__box {
    background-color: #c11414;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2rem;
    margin-top: 3rem;
}
@media print, screen and (min-width: 768px) {
    .detail__img-wrap {
        display: flex;
        justify-content: center;
        gap: 5rem;
    }
}
.detail__img-wrap img {
    height: 8rem;
    margin: 1rem 0;
}
.detail__item {
    text-align: center;
}
.detail__item .boxA {
    background-color: #ebeef5;
    font-weight: bold;
    padding: 1.5rem 3rem;
    margin: auto;
    max-width: fit-content;
}
.detail__item .boxB {
    background-color: #fef7ed;
    font-weight: bold;
    padding: 1.5rem 3rem;
    margin: auto;
    max-width: fit-content;
}