h1 {

}

h2, .h2 {
    font-family: $poppins;
    font-size: 60px;
    color: $black;
    letter-spacing: 0;
    line-height: 74px;
    font-weight: 600;
    margin: 0;
    @media(max-width: $mobile) {
        font-size: 36px;
        letter-spacing: 0;
        line-height: 42px;
    }
}


.h3 {
    font-family: $poppins;
    font-weight: 600;
    font-size: 56px;
    color: $white;
    letter-spacing: 0;
    text-align: center;
    line-height: 64px;
    @media(max-width: $mobile) {
        font-size: 24px;
        letter-spacing: 0;
        text-align: center;
        line-height: 33px;
    }
}

.h4 {
    font-family: $poppins;
    font-weight: 600;
    font-size: 48px;
    color: $black;
    letter-spacing: 0;
}

h5, .h5 {
    margin: 0;
    font-family: $poppins;
    font-weight: 600;
    font-size: 32px;
    color: $black;
    letter-spacing: 0;
    @media(max-width: $mobile) {
        font-size: 24px;
        letter-spacing: 0;
    }
}