﻿.head-info {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 1px;
}

.font-text-body {
    font-size: 0.6rem;
}
    .font-text-body h4 {
        font-size: 1rem;
    }

    .font-text-body h5 {
        font-size: 0.9rem;
    }

    .font-text-body h6 {
        font-size: 0.8rem;
    }

.title-detail {
    font-size: 0.7rem;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.centering-items {
    align-items: center;
}

.centering-text {
    text-align: center;
}

.div-line {
    width: 100%;
    border: solid 1px #0c0c0c;
}

.div-line-detail {
    opacity: 50%;
    border-style: dashed;
}

.detail-info-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.space-footer {
    padding: 2rem 1rem 0.2rem 1rem;
}