#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;
    display: flex;
    gap:10px;
    justify-content: flex-start;
    align-items: flex-start;
}

.listSiteMapList{
    margin-bottom: 10px;
}
.listSiteMapList > a > i {
    margin-top: 3px;
}
.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;
    }
}

.col-12.footerBlock{
    margin-bottom: 30px;
    padding: 0 25px 30px;
}

@media only screen and (max-width: 500px) {
    .listSiteMapList{
        padding: 5px !important;
    }

    .col-12.footerBlock{
        margin-bottom: 15px;
        padding-bottom: 15px;
        padding: 0 12.5px 15px;
    }

}

@media only screen and (max-width: 1000px) {
    .col-md-6.noImage{
        display: none;
    }

}
