/* =======================================
   Details Section
======================================= */

.details-section {
    background: #ffffff;
    color: #111111;
    padding: 140px 0;
    border-bottom: 1px solid #e8e8e8;
}

.details-grid {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 90px;
    align-items: center;
}

.details-left h2 {
    font-size: 4.4rem;
    line-height: .95;
    letter-spacing: -0.06em;
    font-weight: 900;
    color: #111111;
}

.details-right {
    max-width: 620px;
    border-left: 1px solid #d8d8d8;
    padding-left: 54px;
}

.details-intro {
    font-size: 1.65rem;
    line-height: 1.25;
    font-weight: 850;
    color: #111111;
    margin-bottom: 28px;
}

.details-right p {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444444;
    margin-bottom: 24px;
}