.about-us .h1heading {
    position:relative;
    font-size:80px;
    color:#b71c1c;
    font-weight:700;
    font-family:Tangerine,cursive;
    margin-bottom:15px;
    text-align:center
}
.about-us .h2heading,.about-us .h3heading,.about-us .h4heading {
    color:#e91e63;
    font-weight:700;
    font-size:30px
}
.h4heading {
    font-size:25px!important
}
.h5heading {
    font-size:20px!important;
    color:#6a1b9a
}
@media (max-width:768px) {
    .about-us .h1heading {
        font-size:40px
    }
    .about-us p {
        font-size:14px;
        line-height:30px;
        color:#666;
        font-weight:500;
        margin-bottom:30px
    }
    .text-content {
        padding-left:1rem!important
    }
    .h2heading {
        font-size:25px!important;
        line-height:1.5!important
    }
    .h3heading,.h4heading {
        font-size:20px!important;
        line-height:1.5!important
    }
}
@media (max-width:480px) {
    .about-us .h1heading {
        font-size:35px;
        text-align:center
    }
    .btn-style-two {
        position:relative;
        font-size:14px;
        color:#fff;
        padding:16px 30px;
        line-height:17px;
        font-weight:500;
        background-color:#222;
        margin-right:50px
    }
    .h4heading {
        font-size:20px!important
    }
}
.text-content {
    position:relative;
    padding:0 0 2rem 3rem;
    line-height:2.1;
    font-size:16px
}
.checkmark {
    color:green;
    font-size:16px;
    font-weight:700;
    margin-right:6px
}
