.mb-0 {
    margin-bottom: 0 !important; }
  
  .m-1 {
    margin: 0.25rem !important; }
  
  .mt-2 {
    margin-top: 0.5rem !important; }
  
  .mr-2 {
    margin-right: 0.5rem !important; }
  
  .mb-2 {
    margin-bottom: 0.5rem !important; }
  
  .mt-3 {
    margin-top: 1rem !important; }
  
  .mb-3 {
    margin-bottom: 1rem !important; }
  
  .ml-3 {
    margin-left: 1rem !important; }
  
  .mt-4 {
    margin-top: 1.5rem !important; }
  
  .mr-4 {
    margin-right: 1.5rem !important; }
  
  .mb-4 {
    margin-bottom: 1.5rem !important; }
  
  .mt-5 {
    margin-top: 3rem !important; }
  
  .mr-5 {
    margin-right: 3rem !important; }
  
  .mb-5 {
    margin-bottom: 3rem !important; }
  
  .p-0 {
    padding: 0 !important; }
  
  
  .py-1 {
    padding-top: 0.25rem !important; }
  
  
  .py-1 {
    padding-bottom: 0.25rem !important; }
  
  .p-2 {
    padding: 0.5rem !important; }
  
  
  .py-2 {
    padding-top: 0.5rem !important; }
  
  
  .py-2 {
    padding-bottom: 0.5rem !important; }
  
  
  .py-3 {
    padding-top: 1rem !important; }
  
  
  .px-3 {
    padding-right: 1rem !important; }
  
  .pb-3,
  .py-3 {
    padding-bottom: 1rem !important; }
  
  .pl-3,
  .px-3 {
    padding-left: 1rem !important; }
  
  .p-4 {
    padding: 1.5rem !important; }
  
  
  .py-4 {
    padding-top: 1.5rem !important; }
  
  
  .px-4 {
    padding-right: 1.5rem !important; }
  
  
  .py-4 {
    padding-bottom: 1.5rem !important; }
  
  
  .px-4 {
    padding-left: 1.5rem !important; }
  
  .p-5 {
    padding: 3rem !important; }
  
  .pt-5,
  .py-5 {
    padding-top: 3rem !important; }
  
  .pb-5,
  .py-5 {
    padding-bottom: 3rem !important; }
  
  .mr-auto {
    margin-right: auto !important; }
  
  @media (min-width: 768px) {
    .mb-md-0 {
      margin-bottom: 0 !important; }
    .mt-md-5 {
      margin-top: 3rem !important; }
    
    .px-md-0 {
      padding-right: 0 !important; }
    
    .px-md-0 {
      padding-left: 0 !important; }
    .pt-md-4,
    .py-md-4 {
      padding-top: 1.5rem !important; }
    
    .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .pl-md-4 {
      padding-left: 1.5rem !important; }
    .p-md-5 {
      padding: 3rem !important; }
    
    .py-md-5 {
      padding-top: 3rem !important; }
    
    .px-md-5 {
      padding-right: 3rem !important; }
    
    .py-md-5 {
      padding-bottom: 3rem !important; }
    .pl-md-5,
    .px-md-5 {
      padding-left: 3rem !important; } }
  
  @media (min-width: 992px) {
    
    .px-lg-2 {
      padding-right: 0.5rem !important; }
    
    .px-lg-2 {
      padding-left: 0.5rem !important; }
    
    .px-lg-5 {
      padding-right: 3rem !important; }
    .pl-lg-5,
    .px-lg-5 {
      padding-left: 3rem !important; } }
  
  .text-center {
    text-align: center !important; }
  
  .font-weight-bold {
    font-weight: 700 !important; }
  
  .visible {
    visibility: visible !important; }
  .mx-10{
    margin-right: 10rem!important;
    margin-left: 10rem!important; 
  }
  .bg-color{
    background-color: #fdbe34;
  }