.secondFooter {
    width: 100%;
    background-color: #FFF;
    height: fit-content;
    padding-bottom: 50px;
}

.brand img {
    width: 300px;
    height: 100px;
    margin-left:150px;
    margin-top: 50px;
    margin-bottom: 25px;
}

#footerTable {
    float:right;
    margin-right:150px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

#footerTable th {
    color: #525252;
    text-decoration: underline;
    text-decoration-color: #BD1F2D;
    text-underline-position: under;
    font-size: 32px;
    padding-left: 25px;
    padding-right: 25px;
}

#footerTable td {
    padding: 10px 25px;
    font-size: 14px;
}

.fa-clock-o , .fa-phone-square{
    color: #525252;
}

@media (max-width: 1200px) {
    #footerTable {
        float:none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .brand img {
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .secondFooter {
        text-align: center;
    }
}

@media (max-width: 991px) {
    #footerTable th {
        font-size: 24px;
    }

    #footerTable td {
        padding: 5px 10px;
        font-size: 14px;
    }

    #footerTable th {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 350px) {
    .brand img {
        width: 200px;
        height: 75px;
    }
}