.icon-text-box.col-inner.industry-we-build-text-box {
    padding-bottom: 30px;
    height: 100%;
}

.industry-icon-center {
    justify-content: center;
    margin-bottom: 30px;
}

.industry-smaller-font {
    font-size: 18px;
}

.industry-responsive-col {
    max-width: 20%;
}

.service-ele-image-padding {
    padding-top: 0px;
}

.service-deliver-col {
    display: flex;
    flex-direction: column;
    border: 1px solid black;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.service-deliver-col:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.service-deliver-col:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.we-deliver-content-col {
    display: flex;
}

.we-deliver-section .content-col {
    display: flex;
    align-items: center;
}

.we-deliver-section .hire-developer-row .title-wrap {
    padding-bottom: 0px;
}

.deliver-subHeading {
    text-align: center;
    height: 100%;
}

.service-element-testimonial-wrapper .wrapper-card {
    padding: 45px 30px;
    border: none;
}

.service-element-testimonial-wrapper .wrapper-card .wrapper-card-body {
    display: flex;
    flex-wrap: wrap;
}

.service-element-testimonial-element {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.service-element-testimonial-element .card {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
    border: none;
    border-radius: 10px;
}

@media(max-width:991px) {
    .icon-text-box.col-inner.industry-we-build-text-box {
        padding: 10px;
    }

    .industry-icon-center {
        margin-bottom: 10px;
    }

    .industry-smaller-font {
        font-size: 16px;
    }

    .industry-responsive-col {
        max-width: 25%;
        flex: auto;
    }
}

@media(max-width:767px) {
    .industry-responsive-col {
        max-width: 33%;
        flex: auto;
    }

    .service-ele-image-padding {
        padding-top: 20px;
    }

    .we-deliver-row {
        gap: 20px;
    }

    .custom-tab-wrapper .nav-pills .nav-link.active {
        color: red;
    }
}

@media(max-width:575px) {
    .industry-responsive-col {
        max-width: 50%;
        flex: auto;
    }

    .we-deliver-content-col {
        flex-wrap: wrap;
        gap: 10px;
    }

    .service-deliver-col {
        border-radius: 10px;
    }

    .service-element-testimonial-wrapper .wrapper-card {
        padding: 0px;
    }
}