﻿body {
}
@media (min-width: 1200px) {
    footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 343px !important;
        background: #008b8a;
        position: static;
    }
}
@media (min-width: 768px) {
    .footer .footer-row.second {
        justify-content: flex-start;
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }
}
.content-item.footer-details {
    margin: 13px 0px !important;
}
.content-item.footer-app {
    margin: 0px !important;
}