#titleAbout {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    /* identical to box height */

    color: #1C3C6E;
}

.descAbout {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    color: #1C3C6E;
}

.listSiteMap {
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;

    color: #1C3C6E;
}

.alamat {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    color: #1C3C6E;
}

.footerNew {
    background: #ebeff2;
    display: flex;
    flex-direction: row;
    min-height: 80px;
    width: 100%;
    padding: 20px auto;
}

.textCopyright {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */

    color: #3d3d3d;
    margin: 0;
}

.iconFooter {
    width: 40px;
    height: 40px;
    margin: 0 20px;
}

@media (max-width: 900px) {
    .footerNew {
        background: #ebeff2;
        display: flex;
        flex-direction: column;
        min-height: 80px;
        width: 100%;
        padding: 20px auto;
    }
    .copyright {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .icons {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .textCopyright {
        font-family: Poppins;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 18px;
        /* identical to box height */

        color: #3d3d3d;
    }
}

@media (min-width: 901px) {
    .footerNew {
        background: #ebeff2;
        display: flex;
        flex-direction: row;
        min-height: 80px;
        width: 100%;
        padding: 20px auto;
    }
    .copyright {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .icons {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
