.ai-chatbot-services .title-block {
    max-width:1054px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.ai-chatbot-services .title-block p{
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding-top: 40px;
    font-family: 'Euclid Circular A';
}


.ai-chatbot-services{
    padding-bottom: 160px;
}

.ai-chatbot-services-main > div{
    flex-basis:calc(50% - 40px);
    max-width:calc(50% - 40px);
}

.ai-chatbot-services-main{
    padding-top: 120px;
    align-items: stretch;
    justify-content: space-between;
    gap:20px;
    max-width: 1260px;
    width: 100%;
    margin: 0 auto;
}

.ai-chatbot-service-item{ 
    padding: 25px 15px 35px 0;
    border-bottom: solid 1px #e9eaec;
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.ai-chatbot-service-item:last-child{
    border-bottom: none;
}

.ai-chatbot-service-item h3{
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 20px;
    font-weight: 600;
    font-family: 'Euclid Circular A';
}

.ai-chatbot-service-item p{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Euclid Circular A';
}

.chatbot-services-bg{
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.ai-chatbot-service-img{
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    background: #f5f7f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .3s;
}

.ai-chatbot-service-item.active  .ai-chatbot-service-img{
    background: #29c775;
}

.ai-chatbot-service-item.active  .ai-chatbot-service-img img{
    filter: invert(1);
}

@media screen and (max-width:1450px){
    .ai-chatbot-services {
        padding-bottom: 11.03vw;
    }

    .ai-chatbot-services .title-block {
        max-width: 72.69vw;
    }   

    .ai-chatbot-services .title-block p {
        font-size: 1.52vw;
        line-height: 1.93vw;
        padding-top: 2.76vw;
    }

    .ai-chatbot-services-main {
        padding-top: 8.27vw;
        gap: 1.38vw;
        max-width: 86.9vw;
    }

    .ai-chatbot-service-item {
        padding: 1.72vw 1.03vw 2.41vw 0;
        gap: 2.069vw;
    }

    .ai-chatbot-service-img {
        width: 5.17vw;
        height: 5.17vw;
    }

    .ai-chatbot-service-item h3 {
        font-size: 1.52vw;
        line-height: 1.93vw;
        padding-bottom: 1.38vw;
    }

    .ai-chatbot-service-item p {
        font-size: 1.24vw;
        line-height: 1.93vw;
    }

}

@media screen and (max-width:991px){
    .ai-chatbot-services {
        padding-bottom: 110px;
    }

    .ai-chatbot-services .title-block {
        max-width: 720px;
    }

    .ai-chatbot-services .title-block p {
        font-size: 15px;
        line-height: 22px;
        padding-top: 30px;
    }

    .ai-chatbot-services-main {
        padding-top: 80px;
        gap: 20px;
        max-width: 860px;
    }

    .ai-chatbot-service-item {
        padding: 17px 10px 23px 0;
        gap: 20px;
    }

    .ai-chatbot-service-img {
        width: 51px;
        height: 51px;
    }

    .ai-chatbot-service-img img{
        width: 25px;
    }

    .ai-chatbot-service-item h3 {
        font-size: 15px;
        line-height:21px;
        padding-bottom: 14px;
    }

    .ai-chatbot-service-item p {
        font-size: 13px;
        line-height: 23px;
    }
}

@media screen and (max-width:900px) {
    .ai-chatbot-services-main{
        flex-direction: column;
    }

    .ai-chatbot-services-main > div{
        max-width: 100%;
        flex-basis: 100%;
    }
}

@media screen and (max-width:768px){
    .ai-chatbot-services {
        padding-bottom: 60px;
    }

    .ai-chatbot-services-main {
        padding-top: 50px;
    }
    
    .ai-chatbot-services .title-block p {
        font-size: 14px;
        line-height: 20px;
        padding-top: 15px;
    }

}


