 .heading-two-orange {
        color: #F38221;
        font-size: 45px;
        font-weight: 700;
        text-align: left;
        width: 100%;
      }
    .para{
        font-size:18px;
        text-align: left !important;
        font-size: 16px;
        width: 100%;
    }

    @media (max-width: 992px) {
        .heading-two-orange {
        color: #F38221;
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        width: 100%;
      }
        .para{
            font-size:17px;
            text-align: center !important;
            font-size: 16px;
            width: 100%;
        }
    }

    @media (max-width: 576px) {
        .heading-two-orange {
        color: #F38221;
        font-size: 35px;
        font-weight: 700;
        text-align: center;
        width: 100%;
      }
        .para{
            font-size:15px;
            text-align: center !important;
            font-size: 16px;
            width: 100%;
        }
    }

    @media (max-width: 400px) {
        .heading-two-orange {
        color: #F38221;
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        width: 100%;
      }
    .para{
            font-size:13px;
            text-align: center !important;
            font-size: 16px;
            width: 100%;
        }
}