* {
    font-family: Montserrat;
}

.heading-one-orange {
    color: #F38221;
    font-size: 60px;
    font-weight: 700;
}

.heading-two-orange {
    color: #F38221;
    font-size: 45px;
    font-weight: 700;
}

.heading-three-orange {
    color: #F38221;
    font-size: 35px;
    font-weight: 700;
}
.heading-one {
    color: #000000;
    font-size: 60px;
    font-weight: 700;
}
.heading-two {
    color: #000000;
    font-size: 42px;
    font-weight: 700;
}

.heading-three {
    color: #000000;
    font-size: 35px;
    font-weight: 700;
}

.heading-one-white {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
}
.heading-two-white {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
}

.heading-three-white {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
}


.para {
    font-size: 18px;
    font-weight: 400;
}

.para-white {
    color:#ffffff;
    font-size: 20px !important;
    font-weight: 400;
}

.para-sm {
        font-size: 15px;
        font-weight: 400;
    }

@media (max-width: 992px) {
    .heading-one-orange {
        color: #F38221;
        font-size: 55px;
        font-weight: 700;
    }

    .heading-two-orange {
        color: #F38221;
        font-size: 40px;
        font-weight: 700;
    }

    .heading-three-orange {
        color: #F38221;
        font-size: 30px;
        font-weight: 700;
    }

    .para {
        font-size: 17px;
        font-weight: 400;
    }

    .para-sm {
        font-size: 13px;
        font-weight: 400;
    }
}

@media (max-width: 576px) {
    .heading-one-orange {
        color: #F38221;
        font-size: 50px;
        font-weight: 700;
    }

    .heading-two-orange {
        color: #F38221;
        font-size: 35px;
        font-weight: 700;
    }

    .heading-three-orange {
        color: #F38221;
        font-size: 25px;
        font-weight: 700;
    }

    .para {
        font-size: 15px;
        font-weight: 400;
    }

    .para-sm {
        font-size: 12px;
        font-weight: 400;
    }
}

@media (max-width: 400px) {
    .heading-one-orange {
        color: #F38221;
        font-size: 45px;
        font-weight: 700;
    }


    .heading-two-orange {
        color: #F38221;
        font-size: 30px;
        font-weight: 700;
    }

    .heading-three-orange {
        color: #F38221;
        font-size: 20px;
        font-weight: 700;
    }

    .para {
        font-size: 15px;
        font-weight: 400;
    }

    .para-sm {
        font-size: 10px;
        font-weight: 400;
    }
}