/* Content */

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-content h2 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.hero-content p:first-of-type {
    font-size: 1.1rem;
    font-weight: 500;
    color: #666;
    margin-bottom: 15px;
}

.hero-content p:last-of-type {
    font-size: 1rem;
    line-height: 1.8;
    color: #444;
}
