/* ===== STORY ===== */

.about-story {
    margin-bottom: 110px;
}

.about-story-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.about-label {
    color: #274c4f;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.about-story h2 {
    margin: 0;
    color: #152420;
    font-size: 54px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -2px;
}

.about-story-text p {
    margin: 0 0 28px;
    color: #42504b;
    font-size: 18px;
    line-height: 1.9;
}

.about-story-text p:last-child {
    margin-bottom: 0;
}
