.section-tag{

    color:var(--secondary);

    text-transform:uppercase;

    font-size:15px;

    font-weight:700;

    letter-spacing:3px;

}

.section-header{

    max-width:760px;

    margin:auto;

}

.section-header h2{

    font-family:var(--font-title);

    font-size:48px;

    line-height:1.2;

    color:var(--primary);

    margin:20px 0;

}

.section-header p{

    color:var(--text-light);

    line-height:1.9;

    font-size:18px;

}