.footer-brand-logo2{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 45px;
}

.footer-brand-logo2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.flex-1 {
    flex: 1;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.section-container {
    padding: 45px 0;
}
.section-container:after,
.section-container:before {
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 991.98px) {
    .section-container {
        padding: 30px 0;
    }
}
.section-container.has-bg {
    position: relative;
    color: #fff;
}
.section-container.has-bg .cover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.section-container.has-bg .cover-bg img {
    max-width: 100%;
}
@media (max-width: 767.98px) {
    .section-container.has-bg .cover-bg img {
        max-width: inherit;
        max-height: 100%;
    }
}
.section-container.has-bg .cover-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 53, 60, 0.75);
}
.section-container.has-bg .container {
    position: relative;
    z-index: 1020;
}
.section-container.has-bg .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.section-title {
    font-size: 22px;
    font-weight: 600;
    margin: -5px 0 25px;
    color: var(--app-component-color);
    display: flex;
    align-items: center;
}
@media (max-width: 767.98px) {
    .section-title {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 1.5;
    }
}
.section-title .small,
.section-title small {
    font-weight: 600;
    font-size: 12px;
    color: rgba(var(--app-component-color-rgb), 0.5);
    letter-spacing: 0;
    margin-left: 5px;
}
@media (max-width: 767.98px) {
    .section-title .small,
    .section-title small {
        display: block;
        font-size: 12px;
        margin-left: 0;
    }
}
.section-title a.btn {
    font-size: 12px;
    font-weight: 700;
    // color: var(--app-component-color);
    border: 1px solid var(--app-component-border-color);
    padding: 8px 15px;
    line-height: 16px;
    margin: -7px 0;
    background: var(--app-component-bg);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 767.98px) {
    .section-title a.btn {
        margin: 5px 0;
        padding: 5px 10px;
    }
}
.section-title a.btn:focus,
.section-title a.btn:hover {
    text-decoration: none;
    background: var(--app-component-color);
    color: var(--app-component-bg);
}

#Packaging, #Logistics-Equipment, #Logistics-Auto, #action-box, #milestone {
    scroll-margin-top: 90px;
}
