h1 {
    padding-top: 30px;
    font-size: 38px;
    line-height: 48px;
    color: #3d6147;
    font-weight: 700;
    text-align: center;
}       

svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}

.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;
}

.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{
    color: black;
    font-size: 15px;
}

@media only screen and (max-width: 640px) {
    h1 {
        font-size: 24px;
        line-height: 30px;
    }
}