.footerbody {
  max-width: 100%;
  background: #0a1b3b;
  margin: 0;
  text-align: left;
}

.text-white {
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #c4c4c4;
  text-decoration: none;
}

.text-white:hover {
  color: #ffffff;
  font-weight: 600;
}

.text-yellow {
  font-family: "Figtree", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fdee04;
  text-decoration: none;
}

.fmargin {
  display: block;
  width: 98%;
  line-height: 25px;
  overflow: hidden;
  text-align: left;
  padding: 10px;
  }

.footer-cols1 {
  width: 100%;
  overflow: visible;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.colhdr {
  font-family: 'Oswald', sans-serif; 
  font-weight: 400;
  font-size: 1.5rem;
  color: rgb(231, 231, 229);
  padding: 0;
  margin-bottom: 15px;
}


.atext-black {
  color: rgb(56, 3, 3) !important;
}


@media screen and (max-width: 768px) {

  .footer-cols1 {
    width: 100%;
    overflow: hidden;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  
  .colhdr {
    font-family: 'Oswald', sans-serif; 
    font-weight: 400;
    font-size: 1rem;
    color: rgb(231, 231, 229);
    padding: 0;
    margin-bottom: 15px;
  }

  .text-white {
    font-family: "Figtree", sans-serif;
    font-size: .9rem;
    font-weight: 400;
    color: #c4c4c4;
    text-decoration: none;
    overflow: visible;
    }

  .text-yellow {
    font-family: "Figtree", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #fdee04;
    text-decoration: none;
  }
  
  .text-white:hover {
    color: #ffffff;
    font-weight: 600;
  }
  
}

