.home-bottom {
  padding: 50px 100px;
  flex-direction: column;
}

.home_bottom_middle {
  margin: 40px 0px;
}

.home_bottom_middle a {
  font-family: BalooChettan2;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);

  text-decoration: underline;
}

.home_bottom_middle a:not(:last-child) {
  margin-right: 40px;
}

.home_bottom_right {
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .home_bottom_right,
  .home-bottom_left {
    width: 65%;
    justify-content: space-around;
  }

  .home_bottom_middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .home_bottom_right {
    margin-bottom: 0;
  }

  .home-bottom {
    padding: 40px 20px;
  }

  .home-bottom_left {
    flex-wrap: wrap-reverse;
  }
  .home-bottom_left a:not(:last-child) {
    margin-right: 0;
    margin-top: 40px;
  }
  .home_bottom_middle a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}