.footer {
    width: 100%;
    height: 128px;
    padding: auto;
    margin: 0 auto;
    background-color: #3b1d36;
    color: #dadada;
    text-align: center;
    font-size: 11pt;
}

.footer-main {
    height: 24px;
    padding-top: 40px;
}

.footer-small {
    height: 54px;
    padding-top: 10px;
    font-size: 10pt;
}

.footer a {
    color: #dadada;
    text-decoration: none;
}

@media screen and (max-width: 768px)
{
    .footer{
        box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px;
        height: auto;
    }
    
    .footer-main {
        padding-top: 30px;
        height: auto;
    }
}
