.table-cell {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.business_partners h1 {
    color: var(--secondary);
    font-size: 58px;
    font-weight: 600;
    line-height: 81px;
}

.business_partners span {
    color: #565656;
    font-size: 58px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 0.02em;
}

.table-cell img {
    width: 72%;
    /* max-width: 100%; */
    /* height: auto; */
}

.Technology img {
    width: 90%;
}

.Technology h1 {
    font-size: 52px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.02em;
    text-align: left;

    color: #565656;
}

.Technology span {
    font-size: 52px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: 0.02em;
    text-align: left;
    color: var(--secondary);
}

.Technology p {
    color: #767676;
    font-size: 20px;
}

.row:last-child .table-cell {
    border-bottom: none;
}

.col:last-child {
    border-right: none;
}

.image-right img {
    order: 1;
    margin-left: 1em;
    float: right;
}




.business_partners h3 {
    color: #565656;
    font-size: 20px;
    font-weight: 500;
}



.business_partners h4 {
    color: var(--secondary);
    font-family: var(--font-outfit) !important;
    font-size: 58px;
    font-weight: 500;
    line-height: 81px;
    letter-spacing: 0.02em;
    /* text-align: cente; */
}

.margin-top-minus{
    margin-top: -5%;
}

@media screen and (max-width: 767px) {
    .heading{
        font-size: 24px;
        line-height: 30px;
    }

    .business_partners  sup img{
        width: 10px;
    }
    .business_partners h4{
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }

    .business_partners h3{
        font-size: 16px;
    }

    .business_partners .image_background{
        height: 25vh;
    }

    .business_partners h1{
        font-size: 24px;
        line-height: 30px;
    }
    .business_partners h1 span{
        font-size: 24px;
        line-height: 30px;
    }

    .mobile_view{
        width: 90%;
    }

    .Technology h1{
        font-size: 24px;
        line-height: 30px;
    }
    .Technology h1 span{
        font-size: 24px;
        line-height: 30px;
    }

    .Technology p{
        font-size: 16px;
        line-height: 24px;
    }
}