.hero-service-wrap {
    padding: 100px 0 200px;
    max-width: 1864px;
    border-radius: 0 0 0 250px;
    margin: 0 auto;
}

.hero-service-text {
    padding-right: 20px;
}

.hero-service-text h2 {
    margin: 0 0 5px;
    color: #fff;
    text-transform: capitalize;
}

.hero-service-text h2 span {
    color: #4792C2;
    font-weight: bold;
}

.hero-service-text h1 {
    margin: 0 0 24px;
    color: #fff;
    text-transform: capitalize;
}

.hero-service-text .p-sm {
    margin: 0;
    color: #fff;
    margin-bottom: 15px;
}

.hero-service-text .p-sm:last-of-type {
    margin: 0 0 30px;
}

.business-excellence-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -250px;
    left: 0;
    box-shadow: 10px 14px 34px 0px rgba(0, 0, 0, 0.15);
}

.business-excellence-bar .h6-fw-25 {
    margin: 0;
    color: #000;
    text-transform: capitalize;
}

.business-excellence-bar .h5 {
    font-weight: 700;
    margin: 0;
    color: var(--dark-blue-clr);
    text-transform: capitalize;
}

@media (max-width: 1199px) {
    .business-excellence-bar img {
        max-width: 100px;
        max-height: 100px;
    }

    .business-excellence-bar h4 {
        font-size: 24px;
    }

    .business-excellence-bar h6 {
        font-size: 16px;
    }

    .business-excellence-bar {
        gap: 20px;
    }

    .business-excellence-bar {
        bottom: -175px;
    }
}

@media (max-width: 991px) {
    .hero-service-wrap {
        padding: 80px 0 100px;
        border-radius: 20px;
    }
}

@media (max-width: 767px) {
    .business-excellence-bar {
        flex-direction: column;
        position: unset;
        align-items: flex-start;
        margin-top: 20px;
    }

    .business-excellence-bar h4 {
        text-align: start;
    }

    .hero-service-wrap {
        padding: 60px 0 100px;
    }
}