.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb li,
.breadcrumb a {
    list-style-type: none;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    font-family: "Inter", sans-serif;
}

.breadcrumb a:hover {
    color: #00C4A8;
}

.breadcrumb li {
    position: relative;
    margin-bottom: 10px;
}

.breadcrumb li:not(:last-child) {
    padding-right: 7px;
    margin-right: 7px;
}

.breadcrumb li:not(:last-child):before {
    content: ".";
    display: block;
    position: absolute;
    right: -3px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFF;
    line-height: 1;
    bottom: 6px;
}

.innerbanner-section {
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 59px 0 65px 0;
    position: relative;
    z-index: 1;
}

.innerbanner-section:before {
    content: "";
    display: block;
    background: #000000;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
    opacity: 0.8;
}

.innerbanner-content>*:not(.btn) {
    color: #ffffff;
}

.innerbanner-content .h4 {
    font-family: "Inter", sans-serif;
    margin-bottom: 9px;
}

@media only screen and (max-width: 1199px) {
.innerbanner-section {
    padding: 60px 0 60px 0;
}
.innerbanner-content .h4 {
    margin-bottom: 0;
}
}

