.-rc-hngi-main {
  font-family: 'Nunito';
  padding-left: 20px;
  padding-right: 20px;

}


.-rc-hngi-fl {
  display: flex;
}

.-rc-hngi-fl-cl {
 flex-direction: column; 
}

.-rc-hngi-fl-rw {
 flex-direction: row; 
}

.-rc-hngi-fl-nwr {
flex-wrap: nowrap;  
}

.-rc-hngi-fl-wr {
flex-wrap: wrap;  
}

.-rc-hngi-fl-jc-cn {
justify-content: center;  
}

.-rc-hngi-fl-jc-fs {
justify-content: flex-start;  
}

.-rc-hngi-fl-jc-fe {
justify-content: flex-end;  
}

.-rc-hngi-fl-jc-se {
justify-content: space-evenly;
}

.-rc-hngi-fl-jc-sa {
justify-content: space-around;
}

.-rc-hngi-fl-ai-fs {
  align-items: flex-start;
}

.-rc-hngi-fl-ai-cn {
  align-items: center;
}

.-rc-hngi-fl-ai-fe {
  align-items: flex-end;
}

.-rc-hngi-fl-ac-fs {
  align-content: flex-start;
}

.-rc-hngi-fl-ac-cn {
  align-content: center;
}

.-rc-hngi-mx-wdth-50{
  max-width:48%;
}

.-rc-hngi-hed1 {
color: #2649B6;
font-size: 18px;
}

.-rc-hngi-hed2 {
  color: #2649B6;
  font-size: 18px;
}

.-rc-hngi-hed3 {
  color: #2649B6;
  font-size: 21px;
}

.-rc-hngi-hed4 {
  color: #C5AD4D;
  font-size: 22px;
}

.-rc-hngi-hed5 {
  color: #2649B6;
  font-size: 22px;
}

.-rc-hngi-txt-1 {
  font-size: 16px;
  color: #000;
}

.-rc-hngi-txt-2 {
  font-size: 14px;
  color: #000;
}

.-rc-hngi-txt-3 {
  font-size: 14px;
  color: #fff;
}

.-rc-hngi-txt-4 {
  font-size: 10px;
  color: #2649B6;
}

.-rc-hngi-txt-5 {
  font-size: 10px;
  color: #000;
}
.-rc-hngi-txt-wght-300 {
  font-weight: 300;
}

.-rc-hngi-txt-wght-400 {
  font-weight: 400;
}

.-rc-hngi-txt-wght-600 {
  font-weight: 600;
}

.-rc-hngi-txt-wght-700 {
  font-weight: 700;
}

.-rc-hngi-txt-wght-900 {
  font-weight: 900;
}

.-rc-hngi-txt-up {
  text-transform: uppercase;
}

.-rc-hngi-txt-rgt {
  text-align: right;
} 

.-rc-hngi-txt-cn {
  text-align: center;
}

.-rc-hngi-txt-lft {
  text-align: left;
}



.-rc-hngi-img-wdth-100{
  max-width: 100%;
}

.-rc-hngi-img {
  object-fit: none;
  max-width: 100%;
}

.-rc-hngi-img-feat {
max-width: 35px;
object-fit: contain;
}


.-rc-hngi-pad-rgt-5 {
  padding-right: 5px;
} 

.-rc-hngi-pad-rgt-15 {
  padding-right: 15px;
} 

.-rc-hngi-pad-bot-10 {
  padding-bottom: 10px;
}
.-rc-hngi-pad-bot-20 {
  padding-bottom: 20px;
}

.-rc-hngi-pad-bot-30 {
  padding-bottom: 30px;
}

.-rc-hngi-pad-bot-50 {
  padding-bottom: 50px;
}

.-rc-hngi-pad-lft-5 {
  padding-left: 5px;
} 

.-rc-hngi-pad-lft-15 {
  padding-left: 15px;
} 



.-rc-hngi-mrg-spec-15 {
  margin-left: -15px;
}

.-rc-hngi-mrg-spec-35 {
  margin-top: -35px;
}

.-rc-hngi-mrg-spec-40 {
  margin-top: -40px;
}


.-rc-hngi-hidden-dsk {
  display: none;
}

.-rc-hngi-hidden-mob {
  display: flex;
}

@media (max-width: 500px){
  .-rc-hngi-fl-cl-mob {
    flex-direction: column; 
   }
   .-rc-hngi-fl-ai-cn-mob {
    align-items: center;
   }
   .-rc-hngi-txt-cn-mob {
    text-align: center;
  }

  .-rc-hngi-txt-4 {
    font-size: 16px;
  }
  .-rc-hngi-txt-5 {
    font-size: 16px;
  }

  .-rc-hngi-fd-cr-mob {
    flex-direction: column-reverse;
  }
  .-rc-hngi-fl-jc-fs-mob {
    justify-content: flex-start;  
    }

    .-rc-hngi-fl-jc-cn-mob {
      justify-content: center;  
      }

    .-rc-hngi-hidden-mob {
      display: none;
    }
    .-rc-hngi-hidden-dsk {
      display: flex;
    }
    .-rc-hngi-mx-wdth-50-mob {
      width: 48%;
    }
}