.plan-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 100px;
  padding: 30px 0px;
}
.plan p {
  font-size: 18px;
}
.plan img {
  margin-bottom: 20px;
}
.plan-section {
  padding: 30px 0px;
}
.p_20 {
  font-size: 20px;
  font-family: "Barlow-Regular", sans-serif;
}
.third-section {
  padding: 30px 0px;
}
.white-section {
  background-color: #fff;
}
.image-section {
  position: relative;
}
.hurricane_image {
  width: 100%;
}
.hurricane_text {
  position: absolute;
  background: #fff;
  padding: 12px;
  inset: 0%;
  width: 1200px;
  margin: auto;
  height: 400px;
  margin-bottom: -250px;
}
.amount {
  font-size: 70px;
  font-weight: bold;
}
.m_t_30 {
  margin: 30px 0px;
}
.release img {
  width: 360px;
  margin: 23px;
}
.press-release,
.partner {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.F7F7F7 {
  background-color: #f7f7f7;
}
.indigo {
  color: #fd5f00;
}
.kitchen {
  width: 225px;
}
.partner_img {
  width: 450px;
}
.bg_pink {
  background-color: #ffffff;
}
.partner-section {
  padding: 60px 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .hurricane_text .p_20 {
    font-size: 14px !important;
    margin: 17px 0px !important;
  }
  .hurricane_text {
    width: 600px;
    margin: auto;
    height: 230px;
  }
  .hurricane_text .support_text {
    font-size: 23px;
  }
  .hurricane_text .custom-btn {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .partner {
    gap: 30px;
  }
  .flex_container {
    text-align: center;
  }
  .partner_img {
    width: 360px;
  }
  ​ .plan-flex {
    gap: 40px;
  }
  .hurricane_image {
    width: 100%;
  }
  .hurricane_text {
    height: 94%;
    width: 90%;
  }
  .hurricane_text .support_text {
    font-size: 25px;
  }
  .hurricane_text .p_20 {
    font-size: 16px !important;
    margin: 10px 0px;
  }
}

.fifth-section-new {
  background: #aa210b !important;
}

.white_font {
  color: #fff !important;
  font-family: "Barlow-Regular";
}

#nav-main {
  background-color: #fd5f00;
  border-radius: 0;
  border: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

#footer {
  background-color: #fd5f00;
  color: #ffffff;
  padding-top: 29px;
  padding-bottom: 14.5px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: none;
}

.custom-btn-new {
  background: #fd5f00 !important;
  border-radius: 10px;
  padding: 12px;
  font-size: 17px;
  border: 1px solid #fd5f00 !important;
  font-family: "Riddim-UltraBlack" !important;
}

.custom-btn-new-remove {
  background: #fd5f00 !important;
  border-radius: 10px;
  padding: 12px;
  font-size: 17px;
  border: 1px solid #fd5f00 !important;
  font-family: "Riddim-UltraBlack" !important;
  display: none;
}

.orange {
  color: #fd5f00;
  font-family: "Riddim-UltraBlack" !important;
}

.brown {
  color: #aa210b;
  font-family: "Riddim-UltraBlack" !important;
}

.white-font-new {
  color: white;
  font-family: "Riddim-UltraBlack" !important;
}

img.foundation_logo {
  width: 50%;
  display: none;
}

.menu_flex {
  justify-content: center;
  gap: 34px;
  display: none;
}

.menu_logo_flex {
  padding: 0px;
  flex-direction: column;
  align-items: center;
}

.F7F7F7 {
  background-color: #f7f7f7;
  margin-top: 300px;
}

.foundation_menu {
  padding: 30px;
  margin-bottom: -10px;
  display: none;
}

.press-release,
.partner {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  text-align: left;
}
#nav-main {
  background-color: #fd5f00;
  border-radius: 0;
  border: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  display: none;
}

foundationHeader .panel-default > .panel-heading {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
  display: none;
}

@font-face {
  font-family: "Riddim";
  src: url("https://www.cwc.com/staging/fonts/Riddim-UltraBlack-Bold.woff2")
    format("woff2");
  font-weight: 900;
}

@font-face {
  font-family: "Riddim-UltraBlack";
  src: url("https://www.cwc.com/fonts/Riddim-UltraBlack.woff")
      format("woff"),
    url("https://www.cwc.com/fonts/Riddim-UltraBlack.ttf")
      format("truetype");
  font-weight: 900;
}

@font-face {
  font-family: "Barlow-Regular";
  src: url("https://www.cwc.com/fonts/Barlow-Regular.ttf")
    format("truetype");
  font-weight: 900;
}
