.titleWrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.titleWrapper .pageTitle {
    font-family: "Rubik-Bold";
    font-weight: normal;
    color: #ff9b41;
    font-size: 4rem;
    text-align: center;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.titleWrapper .subContent {
    font-family: "Rubik-Regular";
    color: #5e5e5e;
    font-size: 2.2rem;
    text-align: center;
}

/********Media Query Start***********/
@media only screen and (max-width: 767px) {
    .titleWrapper .pageTitle {
        font-size: 3rem;
        margin: 20px 0px 5px 0px;
    }
    
    .titleWrapper .subContent {
        font-size: 1.8rem;
    }
}
/********Media Query End***********/
.separator {
    width: 166px;
    height: 1px;

   margin: 6px auto 30px;
}

.blink_me {
    /* animation: blinker 1s linear infinite; */
    box-shadow: 0 0 4px 1px #b8b8b8;
    margin-top: 13px;
}

/********Media Query Start***********/
@media only screen and (max-width: 767px) {
    .separator {
        margin: 15px auto;
    }
        .blink_me {
 box-shadow: 0 0 4px 1px #b8b8b8;
    margin-top: 13px;
}

}
/********Media Query End***********/
