#thirdMenu {
    display: flex;
    text-align: center;
    flex-direction: column;
}

#thirdMenu ul:nth-child(1) {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    text-align: center;
}

#thirdMenu ul:nth-child(2) {
    list-style-type: none;
    display: flex;
    justify-content: center;
    text-align: center;
}

#thirdMenu ul:nth-child(2) li{
    margin-left: 50px;
}


#thirdMenu ul li a {
    text-decoration: none;
    color: #263892;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 29px;
}

.footer {
    background-color: white;
}