.love-living-page .inventory-page .white-box .btn-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_content h3 {
    color: #708B6D;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 2.25rem;
}

.new_content p {
    line-height: 1.66;
    margin-bottom: 90px;
    font-size: 1.125rem;
}

.love-living-page .tab .tab-list ul .tab-item a {
    color: var(--bs-body-color);
}

.love-living-page .tab .tab-list ul .tab-item.active a,
.love-living-page .tab .tab-list ul .tab-item:hover a {
    box-shadow: unset;
    background-color: unset;
    color: #708B6D;
}