/*==========================================
    SECTION TITLE
==========================================*/

.section-title{

    text-align:center;

    margin-bottom:28px;

}

.section-title h2{

    display:flex;

    justify-content:center;

    align-items:center;

    gap:8px;

    font-family:'Anton',sans-serif;

    font-size:70px;

    line-height:.92;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:15px;

}

.section-title .title-white{
    color:#fff;
}

.section-title .title-green{
    color:#00DA00;
}

.section-title p{

    max-width:820px;

    margin:0 auto;

    font-size:20px;

    line-height:1.8;

    color:#BDBDBD;

}