.customMainContainer {
    height: 100%;
    background: #e6f2ec;
}

.breadcrumb-container {
    flex: 1;
    padding: 1%;
}

.breadcrumb-link {
    text-decoration: none;
    font-size: 14px;
    color: #3d6b4f;
}

.breadcrumb-link-last {
    font-weight: 700;
}

.customRow {
    margin-left: -12%;
}

.customIcon {
    background: #e6f2ec;
    align-items: center;
    display: flex;
}

.customTitle {
    width: 90%;
    color: var(--color-text-base, #1A1A1A);
    font-family: Titillium Web;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    padding-left: 2%;

}

.customLine {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainBreadcrumbContainer{
 max-width: 100%;
}
