footer{
    background-color: #388984;
    height: max-content;
    padding: 1.5rem 0;
}

.logo-footer{
    width: 100%;
    margin-bottom: 20px;
}

.footer p{
    color: white;
    font-size: 17px;
}

.judul-footer{
    margin-bottom: 20px;
}

a{
    color: white;
}

.side-2{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.side-3{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-footer a img{
    width: 25px;
    height: 25px;
}

.icon-footer{
    width: 250px;
    display: flex;
    justify-content: space-around;
}

.bottom-footer{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #474747;
}

.bottom-footer p{
    margin-bottom: 0;
    color: white;
}

@media (max-width: 768px) {
    .side-1{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .side-1 p{
        text-align: center;
    }

    .judul-footer{
        margin-bottom: 5px;
    }

    .side-1, .side-2, .side-3{
        margin-bottom: 1.5rem;
    }
}