.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", 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: #00000 !important;
    font-family: "Barlow", sans-serif;
}

#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 Ultra Black", sans-serif;

}

.custom-btn-new-remove {
    background: #FD5F00 !important;
    border-radius: 10px;
    padding: 12px;
    font-size: 17px;
    border: 1px solid #FD5F00 !important;
    font-family: "Riddim Ultra Black", sans-serif;
    display: none;
 
}



.orange {
    color: #FD5F00;
    font-family: "Riddim Ultra Black", sans-serif;
}

.brown {
    color: #AA210B;
    font-family: "Riddim Ultra Black", sans-serif;
 
}

.white-font-new {

    color: white;
    font-family: "Riddim Ultra Black", sans-serif;
 
}

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;
}