section.site--TitleSection {
    padding: 55px 0px 0px;
}

.site--Title {
    text-align: center;
    margin-bottom: 32px;
}

.site--Title p {margin-top: 20px;font-size: 24px;font-weight: 400;line-height: normal;}

.site--Title h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
.site--Title.blue--text h2 {
    color: var(--theme-primary);
}

@media(max-width:767px){
    section.site--TitleSection {
        padding: 30px 0px 0px;
    }
    .site--Title h2 {
        font-size: 28px;
    }
    
    .site--Title p {
        font-size: 16px;
    }
}

@media(max-width:1023px) and (min-width: 768px){
    section.site--TitleSection {
        padding: 20px 0px 0;
    }
    .site--Title h2 {
        font-size: 30px;
    }
    .site--Title p {
        font-size: 18px;
    }
}

@media(max-width:1140px) and (min-width: 1024px){
    .site--Title h2 {
        font-size: 32px;
    }

    .site--Title p {
        font-size: 20px;
    }
}