.section-footer{
    /* margin-top:50px; */
    background-color: #E6F6F1;
    width: 100vw;
    /* padding: 40px 0 40px 0; */
}

.section-footer .main {
    padding-top:40px;
    margin-bottom:50px;
    display: grid;
    grid-template-columns: auto 30%;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
}
.section-footer .main>div {
    text-align: center;
}

.section-footer .child-main {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
}
.section-footer .child-main>div {
    text-align: center;
}
.section-footer .footer-element .footer-menu .title{
    padding-bottom: 10px;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color:#108D85;
}
.section-footer .footer-element .footer-menu .menu{
    padding-bottom: 10px;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;

    color: #585858;
}
.section-footer .footer-element .footer-menu .title-alamat{
    padding-bottom: 10px;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    
    color:#108D85;
}
.section-footer .footer-element .footer-menu .alamat{
    padding-bottom: 10px;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;

    color: #585858;
}
.section-footer .footer-element .icon-ilustrasi img{
    width: 100%;
    height: auto;
    text-align: center;
}
.section-footer .footer-element .icon-sosmed{
    margin-top: 40px;
    text-align: right;
}
.section-footer .footer-element .icon-sosmed img{
    padding-left: 5px;
    max-width: 40px;
    width: 100%;
    height: auto;
    text-align: right;
}
.section-footer .copyright-element{
    font-family: 'Nunito';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: center;

    color:#585858;

    padding-bottom:20px;
}