.width500{width: 500px;}
.sub-heading h2 {
    color: #EABF13;
    font-family: Plus Jakarta Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.main-heading h1 {
    color: #191F1A;
    font-family: Plus Jakarta Sans;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    padding-bottom: 35px;
}
.padding-bottom-14{padding-bottom: 14px;}
.main-heading:before {
    position: absolute;
    content: "";
    width: 85px;
    height: 6px;
    background-color: #FFDA44;
    left: 0;
    z-index: 111;
    bottom: 0;
}
.width115{width: 115px;}
.gap-75{gap: 75px;}
.padding-top-50{padding-top: 50px;}
.bggredientgrey{
    background: linear-gradient(174deg, rgba(244, 244, 244, 0.00) 4.82%, #F4F4F4 74.28%, #F4F4F4 97.43%);
}
.content-style-three-right p {
    color: #797979;
    font-family: Plus Jakarta Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 12px;
    line-height: 28px;
}


@media only screen and (max-width:767px){
.main-heading h1 {
     
    font-size: 20px;
 
    padding-bottom: 20px;
 
}
.page_heading.padding-bottom-21.width500{
    padding-bottom: 10px;
}
.width500 {
    width: 100%;
}
.main-heading:before {
   
   
    height: 4px;
 
}
.content-style-three-right p {
    
    font-size: 14px;
    
    padding-bottom: 5px;
    line-height: 22px;
}
.heading-style-three.padding-bottom-36 {
    text-align: center;
    padding-top:0px;
}
.sub-heading h2 {
   
    font-size: 16px;
    
}


}