﻿
.whiteSpacefooter {
    /*white-space: pre-line;*/
    /*padding: 1% 0 1% 0%;*/
    line-height: 23px;
}

    .whiteSpacefooter p {
        margin: 0;
        margin-bottom: 0rem !important;
    }


.whiteSpacefooter-c {
    /*white-space: pre-line;*/
    padding: 1% 0 1% 0%;
}
.flex-col {
    display: flex;
    flex-direction: row;
}

.margin-t-m25 {
    margin-top: -30px;
    line-height:25px;
}

.col-4-f {
    flex: 0 0 auto;
    width: 33.33333333%;
}

@media screen and (max-width: 960px) {
    .margin-t-m25 {
        margin-top: 0px;
        line-height: 20px;
    }

    .col-4-f {
        flex: 0 0 auto;
        width: 100%;
    }

    .flex-col {
        display: flex;
        flex-direction: column;
    }
    .whiteSpacefooter {
        line-height: 20px;
        padding: 1% 0 1% 0%;
    }
    .whiteSpacefooter-c {
        padding: 0%;
    }
}