    h1 {
    
    font-size: 38px;
    line-height: 48px;
    color: #3d6147;
    font-weight: 700;
    padding-top: 30px;
    text-align: center;
    
    }
    
    svg {
        vertical-align: middle;
    }
    svg {
        overflow: hidden;
    }
    
    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }
    
    .header-section {
        height: unset;
    }
    
    .breadcrumbSection {
        background: linear-gradient(0, #ebf5f9, rgba(235, 245, 249, 0));
        width: 100%;
    }
    
    .breadcrumbSection {
        padding: 8px 0 8px 35px;
    }
    
    .breadcrumbSection ul {
        display: flex;
    }
    
    .breadcrumbSection .breadcrumb-item a {
        cursor: pointer;
    }
    
    .homeIconImg {
        width: 10px;
    }
    
    .homeIcon .d-flex {
        display: none !important;
    }
    
    .breadcrumbSection .homeIcon, .breadcrumbSection .arrowCaret {
        margin-right: 5px;
    }
    
    .arrowCaret img {
        max-width: 100%;
    }
    
    .breadcrumbSection label {
        font-weight: 400;
        font-size: 12px;
        line-height: 22px;
        color: #3d6147;
        margin: 0;
        display: inline-flex;
        margin-right: 4px;
        cursor: pointer;
    }
    
    .breadcrumb-item+.breadcrumb-item {
        padding-left: .5rem;
    }
    
    .breadcrumb-item+.breadcrumb-item:before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
    }
    
    .breadcrumbSection .breadcrumb-item a {
        cursor: pointer;
    }
    
    .breadcrumb-item+.breadcrumb-item:before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
    }
    
    .d-flex {
        display: flex !important;
    }
    
    .container {
        max-width: 1060px;
        width: 100%;
    }
    
    .section {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        clear: both;
        overflow: hidden;
        padding-top: 85px;
        padding-bottom: 72px;
    }
    
    p{
        padding-top: 10px;
        color: black;
        font-size: 15px;
    }
    
    h3{
        color: black;
        font-size: 30px;
    }
    
    @media only screen and (max-width: 640px) {
        h1 {
            font-size: 24px;
            line-height: 30px;
        }
    }
    
    /* @media screen and (min-width: 100px) and (max-width: 768px) {
        .breadcrumbSection {
            order: 0;
            background: #fff;
        }
    } */
    
    /* @media screen and (min-width: 100px) and (max-width: 768px) {
        .breadcrumb, .breadcrumb-item {
            display: inline-block;
            max-height: 24px;
            overflow: hidden;
        }
    } */
    
    /* @media screen and (min-width: 100px) and (max-width: 768px) {
        .homeIconImg {
            width: 9px;
        }
    }
    
    @media screen and (min-width: 100px) and (max-width: 768px) {
        .homeIcon .d-flex {
            display: none !important;
        }
    }
     */
    /* @media (max-width: 767px) {
        .section {
            padding-bottom: 50px;
        }
    } */