.detail {
    background-color: #f5f5f5;
    padding: 5rem 0;
}

.detail-container {
    width: 90%;
    max-width: 100%;
    padding: 1rem 1rem;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-title {
    font-size: 4rem;
    color: #444444;
    margin: 4rem 0;
}

.detail-content-title {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 4rem;
    font-size: 1.6rem;
}

.detail-content-info {
    width: 80%;
    margin: 0 auto;
}