.prive-section-96cfd425 {
    padding: 80px 20px;
    font-family: sans-serif;
}
.prive-container-96cfd425 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
}
.prive-col-left-96cfd425, .prive-col-right-96cfd425 {
    flex: 1;
    min-width: 300px;
}
.prive-sub-heading-96cfd425 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}
.prive-line-96cfd425 {
    width: 40px;
    height: 1px;
    background-color: #b5985a;
}
.prive-sub-text-96cfd425 {
    font-size: 12px;
    letter-spacing: 2px;
    color: #b5985a;
    text-transform: uppercase;
}
.prive-heading-96cfd425 {
    font-size: 48px;
    line-height: 1.2;
    color: #1a2233;
    margin-bottom: 40px;
    font-family: serif;
}
.prive-heading-96cfd425 em, .prive-heading-96cfd425 i {
    color: #b5985a;
    font-style: italic;
}
.prive-quote-96cfd425 {
    font-size: 24px;
    line-height: 1.5;
    color: #1a2233;
    font-style: italic;
    font-family: serif;
}
.prive-desc-96cfd425 {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}
.prive-btn-96cfd425 {
    display: inline-block;
    padding: 15px 30px;
    background-color: #c9a565;
    color: #1a2233;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}
.prive-btn-96cfd425:hover {
    background-color: #b5985a;
}
@media (max-width: 768px) {
    .prive-heading-96cfd425 {
        font-size: 36px;
    }
    .prive-quote-96cfd425 {
        font-size: 20px;
    }
}