.footer_new_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer_new_container p {
  margin-bottom: 0px;
}
.footer_new_horizontal-line,
.footer_new_horizontal-line-hidden {
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 1px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer_new_horizontal-line-hidden {
  display: none;
}
.footer_new_header {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 2% 0px 0px;
}
.footer_new_details_container_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 55%;
}
.footer_new_title {
  color: #ffffff;
  margin-bottom: 0px;
  font-size: 20px;
  font-weight: 700;
}
.footer_new_ref {
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.footer_new_ref:hover {
  color: #ff551a;
}
.footer_new_become_organizer,
.footer_new_title {
  text-decoration: none;
  text-align: left;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}
.footer_new_become_organizer:hover {
  color: #ff551a;
}
.footer_new_section_container {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.footer_new_follow {
  width: 25%;
}
.footer_new_follow_container {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin-left: 30px;
  margin-top: 15px;
}
.footer_new_copyright {
  width: 80%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px !important;
}
.footer_new_section_payment {
  margin-top: 15px;
}
.footer_new_payment_ref {
  text-decoration: none;
  margin: 5px;
}
.footer_new_payment_ref img {
  min-height: 30px;
}
.flip {
  display: flex;
  justify-content: space-around;
  width: 60%;
}
.footer_new_details_container_events {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .footer_new_horizontal-line {
    margin-top: 15px 0px 15px 0px;
  }
  .footer_new_horizontal-line-hidden {
    display: flex;
    width: 100%;
    margin: 20px 0px 10px 0px;
  }
  .line_collapse {
    display: none;
  }
  .footer_new_title,
  .footer_new_become_organizer {
    width: 100%;
    margin-top: 15px;
    text-align: left;
    font-size: 16px;
  }
  .footer_new_follow {
    width: 100%;
  }
  .footer_new_header {
    width: 90%;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0px 0px 0px;
  }
  .footer_new_details_container_header {
    display: none;
  }
  .footer_new_copyright {
    font-size: 14px;
  }
  .footer_new_payment_ref img {
    min-height: 15px;
  }
  .footer_new_section_container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }
  .flip {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .footer_new_details_container_events {
    width: 90%;
    display: block;
  }
  .footer_new_ref {
    float: left;
    margin-left: 15px;
    width: 122px;
    font-size: 14px;
    font-weight: 400;
  }
  .footer_new_logo img {
    height: 40px;
  }
}
