.teammember {
    float: left;
    height: 600px;
    width: 25%;
    color: #5fc532;
}

.teamtext {
    float: left;
    padding: 20px;
    height: 600px;
    width: 25%;
}

.teamrow:after {
    content: "";
    display: table;
    clear: both;
}

.columnfooter {
    float: left;
    width: 14%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
}

.rowfooter:after {
    content: "";
    display: table;
    clear: both;
}

.rowfooter {
    margin: 0 auto;
    width: 70%;
    padding-bottom: 80px;
}

.columnfooter-small-title {
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
    color: #5fc532;
}

@media only screen and (max-width: 599px) {
    .columnfooter {
        width: 80%;
        font-size: 8pt;
    }

    .columnfooter-small-title {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .rowfooter {
        margin: 0 auto;
        width: 85%;
    }

    .teammember {
        width: 40%;
    }

    .teamtext {
        width: 60%;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
    .columnfooter {
        width: 14%;
        font-size: 9pt;
    }

    .columnfooter-small-title {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .rowfooter {
        margin: 0 auto;
        width: 85%;
    }

    .teammember {
        width: 40%;
    }

    .teamtext {
        width: 60%;
    }
}
