footer{
    height: 350px;
    background-color: #222222;
}

.p-top{
    padding-top: 35px;
    box-sizing: border-box;
}

.socialfooter{
    color: white;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 10px;
    box-sizing: border-box;
}

.socialfooter a, .socialfooter-link{
    line-height: 35px;
    margin-left: 7px;
    color: white;
    text-decoration: underline 2px #4DB6AC;
}

.socialfooter img{
    height: 25px;
}

.fd{
    color: white;
}

.allrightsf{
    color: white;
    text-align: center;
    background-color: #222222;
    padding: 20px;
    box-sizing: border-box;
    border-top: 2px solid #4DB6AC;
}

@media (max-width: 992px) {
    footer{
        height: fit-content;
    }

    .fd{
        padding-bottom: 25px;
        box-sizing: border-box;
        font-size: 14px;
    }
}