.footer {
    background-image: url("../img/footer.png");
}

.footer-inner{
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.footer-atas{
    margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
.footer-inner{
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

.footer-atas{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer-bawah{
    display: flex;
    justify-content: center;
}

.medsos{
    display: flex;
}

.wa{
    margin-right: 8px;
}

.medsos img{
    width: 30px;
    height: auto;
}

}

