.breadcrumb_wrapper {
    background-color: var(--main-color);
    padding: 70px 0;
}

.breadcrumb_wrapper__content h2 {
    text-align: center;
    text-transform: capitalize;
    font-size: 55px;
}

.service_box {
    margin-bottom: 24px;
}

/* service_left__box */
.service_left__box {
    background-color: #fafafa;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #ccc;
}

.service_left {
    position: sticky;
    top: 3rem;
}

.service_left__box h3 {
    font-size: 20px;
    margin-bottom: 2rem !important;
}

.service_left__box ul li a {
    display: flex;
    margin-bottom: 1rem;
    justify-content: space-between;
    align-items: center;
    background-color: var(--white-color);
    padding: 1rem 20px;
    border-radius: 10px;
    transition: .3s ease all;
    color: #666;
}

.service_left__box a i {
    height: 24px;
    width: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    color: #000;
    border-radius: 3px;
}

.service_left__box a:hover {
    background-color: var(--main-color);
    color: #fff;
    padding: 16px 25px;
    transition: .3s ease all;
}

.contact-box {
    margin-top: 2rem;
    position: relative;
}

.contact-box img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}

.contact-box-img {
    position: relative;
}

.contact-box-img::after {
    content: "";
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-box-info {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

.contact-box-info .myBtn {
    margin-top: 1rem;
}

.contact-box-info h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.4;
}

.service-info h3 {
    font-size: 24px;
}

.service-info p,
.service-info-img {
    margin-top: 1rem;
}

.service-info-img img{
    width: 100%;
}
.service-info h3 {
    font-size: 25px;
    margin-top: 1rem;
}

.service-info ul {
    margin-top: 1rem;
    padding-left: 1.2rem !important;
}

.service-info ul li {
    margin-top: 1rem;
    list-style: disc !important;
}


/* industry_box__img */
.industry_box__img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px;
}

.industry_box {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: var(--white-color);
    margin-bottom: 24px;
    height: 95%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.389);
}

.industry_box p {
    padding: 0 12px 12px;
    text-align: center;
}

.industry_box h3 {
    text-align: center;
    font-size: 20px;
    padding: 12px;
}

@media(max-width:992px) {
    .service_left {
        margin-bottom: 1rem;
    }
}


@media(max-width:768px) {
    .industry_box p {
        font-size: 14px;
    }

    .industry_box h3 {
        font-size: 16px;
        padding: 10px;
    }

    .breadcrumb_wrapper__content h2 {
        font-size: 25px;
    }

    .breadcrumb_wrapper__content p {
        font-size: 14px;
        margin-top: 6px;
    }

    .breadcrumb_wrapper {
        padding: 25px 0;
    }

    .service-info p,
    .service-info-img,
    .service-info ul li {
        margin-top: 8px;
        font-size: 14px;
        line-height: 25px;
    }

    .service-info h3 {
        font-size: 20px;
        margin-top: 8px;
    }

    .service_left__box {
        padding: 20px;
    }

    .service_left__box h3 {
        font-size: 18px;
        margin-bottom: 1rem !important;
    }

    .service_left__box ul li a {
        margin-bottom: 8px;
        font-size: 16px;
        padding: 1rem;
    }

    .contact-box img {
        height: 300px;
    }
}

@media(max-width:576px) {
    .industry_box {
        height: auto;
    }
}