body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 26px;
}

h1,
.h1 {
    font-size: 56px;
    line-height: 60px
}

.serviceTitle h1 {
    font-size:
}

h2,
.h2 {
    font-size: 42px;
    line-height: 50px
}

h3,
.h3 {
    font-size: 32px;
    line-height: 40px
}

h4,
.h4,
.textH4,
.page #content .textH4 p {
    font-size: 28px;
    line-height: 36px
}

.textH4 {
    font-weight: 400
}

h5,
.h5,
.textH5,
.page #content .textH5 p {
    font-size: 24px;
    line-height: 32px
}

h6,
.h6,
.textH6,
.page #content .textH6 p {
    font-size: 20px;
    line-height: 30px
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    margin-bottom: 20px;
}

h5,
h6 {
    font-weight: bold;
    margin-bottom: 12px;
}

.thinHeading h1,
.thinHeading h2,
.thinHeading h3,
.thinHeading h4,
.thinHeading h5,
.thinHeading h6 {
    font-weight: 400;
    margin-bottom: 30px;
}



@media screen and (max-width:1024px) {
    body {
        font-size: 20px;
        line-height: 30px;
    }

    h1,
    .h1 {
        font-size: 52px;
        line-height: 62px
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 40px
    }

    h3,
    .h3 {
        font-size: 24px;
        line-height: 30px
    }

    h4,
    .h4,
    .textH4,
    .page #content .textH4 p {
        font-size: 20px;
        line-height: 28px
    }


    h5,
    .h5,
    .textH5,
    .page #content .textH5 p {
        font-size: 20px;
        line-height: 28px
    }
}

@media screen and (max-width:740px) {
    body {
        font-size: 18px;
        line-height: 26px;
    }

    h1,
    .h1 {
        font-size: 46px;
        line-height: 56px
    }

    h2,
    .h2 {
        font-size: 42px;
        line-height: 50px
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 40px
    }

    h4,
    .h4,
    .textH4,
    .page #content .textH4 p {
        font-size: 28px;
        line-height: 36px
    }

}