.about-money {
    border-style: solid;
    border-width: 5px;
    border-color: #2c2e26;
    background-color: #2c2e26;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 75px;
    padding-bottom: 75px;
    line-height: 50px;
    font-size: 1.5em;
    text-align: justify;
}

.form {
    border-style: solid;
    border-color: #2c2e26;
    border-width: 5px;
    height: 260px;
}

form {
    text-align: center;
    height: 50px;
    padding-top: 25px;
    color: #edebed;
}

.columns {
    height: 50px;
    padding-top: 25px;
    float: left;
    text-align: center;
}

input {
    margin-left: 1.5%;
    margin-right: 1.5%;
    height: 50px;
    width: 100px;
}

input[type=button],
input[type=submit],
input[type=number] {
    background-color: #2c2e26;
    color: #edebed;
    border-color: #c66e26;
    border-radius: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

label {
    font-size: 25px;
    color: #dbb77f;
}

/*992px to 1200px*/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-money {
        border-style: solid;
        border-width: 5px;
        border-color: #2c2e26;
        background-color: #2c2e26;
        padding-left: 9%;
        padding-right: 9%;
        padding-top: 75px;
        padding-bottom: 75px;
        line-height: 40px;
        font-size: 1.25em;
        text-align: justify;
    }

    .form {
        height: 270px;
    }

    input {
        margin-top: 5px;
    }

    input[type=button],
    input[type=submit],
    input[type=number] {
        background-color: #2c2e26;
        color: #edebed;
        border-color: #c66e26;
        border-radius: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    label {
        font-size: 20px;
        color: #dbb77f;
    }
}

/*768px to 991px*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-money {
        border-style: solid;
        border-width: 5px;
        border-color: #2c2e26;
        background-color: #2c2e26;
        padding-left: 9%;
        padding-right: 9%;
        padding-top: 75px;
        padding-bottom: 75px;
        line-height: 30px;
        font-size: 1em;
        text-align: justify;
    }

    .form {
        height: 270px;
    }

    input {
        margin-top: 5px;
    }

    input[type=button],
    input[type=submit],
    input[type=number] {
        background-color: #2c2e26;
        color: #edebed;
        border-color: #c66e26;
        border-radius: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    label {
        font-size: 20px;
        color: #dbb77f;
    }
}

/*601px to 767px*/

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .about-money {
        border-style: solid;
        border-width: 5px;
        border-color: #2c2e26;
        background-color: #2c2e26;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 25px;
        padding-bottom: 25px;
        line-height: 25px;
        font-size: .8em;
        text-align: justify;
    }

    .form {
        height: 270px;
    }

    input {
        margin-top: 5px;
    }

    input[type=button],
    input[type=submit],
    input[type=number] {
        background-color: #2c2e26;
        color: #edebed;
        border-color: #c66e26;
        border-radius: 25px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

    label {
        font-size: 20px;
        color: #dbb77f;
    }
}

/*under 600px*/

@media only screen and (max-width: 600px) {
    .about-money {
        border-style: solid;
        border-width: 5px;
        border-color: #2c2e26;
        background-color: #2c2e26;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 25px;
        padding-bottom: 25px;
        line-height: 25px;
        font-size: .8em;
        text-align: justify;
    }

    .form {
        height: 270px;
    }

    input {
        margin-top: 5px;
    }

    input[type=button],
    input[type=submit],
    input[type=number] {
        background-color: #2c2e26;
        color: #edebed;
        border-color: #c66e26;
        border-radius: 25px;
        padding-top: 3px;
        padding-bottom: 3px;
        padding-left: 5px;
        padding-right: 5px;
    }

    label {
        font-size: 15px;
        color: #dbb77f;
    }
}