.footer-container {
  background-color: #664930;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 0rem;
}

.footer-title {
  width: 100%;
  text-align: center;
  color: white;
  padding: 2rem 0rem;
}

.sponsor-wrapper {
  width: 100%;
  display: flex; 
  gap: 2rem;
  justify-content:  center ;
  padding: 2rem 0rem;
}

.fat-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.fat-left {
  color: white;
}

.fat-right {
  color: white;
  display: flex;
  gap: 8rem;
}

.fat-right h5 {
  font-size: 1.75rem;
}

.fat-right > * {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.spon-img {
  height: 40px;
  width: auto;
  max-width: 120px;
  object-fit: contain;
  display: block;
}

.footer-link {
  color: white;
  transition: 0.3s;
  padding: 0.5rem 0rem;
}

.footer-link:hover {
  color: rgb(5, 160, 39);
}
.footer-platform {
  width: 32px;
  margin-right: 2rem;
}
.right-footer{
  justify-content: center;
  gap: 3rem;
  text-align: left;
}
.right-footer h5{
  padding-bottom: 0;
  margin-bottom: 0.5rem;
}
.right-footer .d-flex.flex-column{
  align-items: flex-start;
}

.social-wrapper {
  display: flex;
}

@media (max-width: 768px) {
  .footer-container {
    padding: 2rem 1.5rem;
  }

  .footer-title {
    font-size: 1.3rem;
  }

  .sponsor-wrapper {
    gap: 1.25rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .spon-img {
    height: 2rem;
  }

  .fat-wrapper {
    flex-direction: column;
    gap: 2.5rem;
  }

  .fat-left {
    max-width: none;
  }

  .fat-right {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-link {
    font-size: 0.95rem;
  }
}
