.site-footer{
    margin-top: 2rem;
}


.wcreate--info {
    margin-top: 3%;
    padding-top: 1%;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #fff;
}

.not--fat{
	display: inline-block;
	font-weight: 400;
}

.fat{
	display: inline-block;
	font-weight: 700;
}

.kol--right{
	margin-left: auto;
	padding-right: 2%;
}

.kolom--1 {
    height: 100%;
    position: relative;
}

.logo--footer{
	margin-bottom: 2rem;
}

.logo--footer img{
	width: 300px;
}

.footer--title{
	font-weight: 700;
	margin-bottom: 2rem;
}

.footer--menu ul {
    margin-left: 0px;
	padding-left: 0px;
}

.footer--menu li {
    list-style: none;
}

/* Footer menu link underline animation */
.footer-top .menu a {
    position: relative;
    display: inline-block;
	width:fit-content;
}

.footer-top .menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transition: transform 0.450s cubic-bezier(0.525, 0, 0, 1);
    transform: scale(0, 1);
    transform-origin: right center;
}

.footer-top .menu a:hover::after,
.footer-top .menu a:focus-visible::after {
    transform: scale(1, 1);
    transform-origin: left center;
}

@media only screen and (max-width: 811px)
{
    .logo--footer {
        text-align: center;
    }

    .logo--footer img {
        width: 200px;
    }


    .kolom--1, .kolom--2, .kolom--3, .kolom--4{
        margin-bottom: 2rem !important;
        text-align: center;
    }

    .kol--right {
        margin-left: inherit;
        padding-right: 0px;
    }

    .wcreate--info{
        display: block;
        text-align:center;
    }

}