.health-detail {
    margin: 100px 0 0;
}

.health-detail .health-detail__content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.health-detail .health-description {
    margin: 0 0 15px 0;
    font-size: 18px;
}

.health-detail .health-description ol {
    list-style-position: inside;
}

.health-detail .health-description a {
    color: #C6A268;
    transition: color 0.3s ease;
}

.health-detail .health-description a:hover {
    color: #b28e55;
}

.health-btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.health-btn-wrapper .btn {
    max-width: 210px;
    width: 100%;
}

.health-btn-wrapper .btn {
    background: #6D2A22;
    color: #C6A268;
}