#wrapper-footer .kolom--2, #wrapper-footer .kolom--3 {
    margin: auto;
    display: table;
}

#wrapper-footer .kolom--4 {
    margin: auto;
    display: table;
}


.wcreate--info {
    margin-top: 1%;
    margin-bottom: 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%;
}


.footer--logo{
	position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--colorGray);
    border-radius: 170px;
    padding: 20px;
}

.footer--logo 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;
}

.pt--footer{
	padding-top: 250px;
}

.icons {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin: auto;
}


@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;
    }

    .footer--logo{
        position: absolute;
        top: -100px;
        left: 50%;
        transform: translateX(-50%);
        background-color: var(--colorGray);
        border-radius: 170px;
        padding: 20px;
    }
    
    .footer--logo img{
        width: 200px;
    }
    
	
	.pt--footer{
		padding-top: 150px;
	}

}