.head-section{
    background: #000;
    height: 30vh;
    justify-content: center;
    align-items: end;
    display: flex;
    padding: 0 0 4vh 0;
    /* background-image: url(../img/bg/foundraising-bg.png); */
}

.head-section{
    -webkit-box-pack: flex-end;
        -ms-flex-pack: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.main-text-wrap h1{
    text-align: center;
}

.foundraising-text{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 67%;
    font-size: 1em;
}


.foundraising-link{
    background-color: #0056BD;
    font-size: 30px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding: 0 20px;
    color: #FFCC00;
    font-weight: 900;
    letter-spacing: 2px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: initial;
    text-decoration: none;
    margin: 30px 0;
}


@media (max-width: 1300px){
    .head-section{
        height: 33vh;
    }
}


@media (max-width: 1300px){
    .foundraising-text{
        width: 100%;
    }    
    .head-section{
        height: 22vh;
    }
}