.ai-service .svg-box {
    display: flex;
    gap: 30px;
}

.ai-service .svg-image img {
    width: 100%;
    max-width: 116px;
}

.ai-service span {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #111111;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 26px;
    display: block;
}

.ai-service .svg-content .h6 {
    color: #111111;
    margin-top: 0px;
    margin-bottom: 14.5px;
}

.ai-service .border {
    border: 1px solid #D5D5D5 !important;
    margin-top: 15.5px;
    margin-bottom: 42px;
}

.ai-service h2 {
    font-weight: 600 !important;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ai-service p {
    color: #666666;
    margin-top: 0px;
    margin-bottom: 30px;
}


@media (max-width: 1199px) {
    .ai-service .border {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .ai-service .svg-box {
        gap: 20px;
    }

    .ai-service .main-button,
    .ai-service p {
        margin-bottom: 20px;
    }

    .ai-service span {
        margin-bottom: 20px;
    }

    .ai-service .svg-box .col-lg-2 {
        width: 10%;
    }

    .ai-service .svg-box .col-lg-10 {
        width: 90%;
    }
}

@media (max-width: 575px) {
    .ai-service .svg-box .col-lg-2 {
        width: 15%;
    }

    .ai-service .svg-box .col-lg-10 {
        width: 85%;
    }
}