/* ai_ready_professionals - Start - 200726 */

section.ai_ready_professionals {
    background: #fff;
    padding-block: 72px;
}

section.ai_ready_professionals .sec_title {}

section.ai_ready_professionals .sec_title h2 {
    color: var(--Theme-Dark-Blue-800, #26244A);

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.72px;
    padding-bottom: 8px;
}

section.ai_ready_professionals .sec_title h2 span {
    color: var(--Theme-Blue-500, #3A58EF);

/* Webpage/Header 2 */
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
}

section.ai_ready_professionals .sec_title p {
    color: var(--Text-Grey-600, #475467);

/* Text lg/Regular */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    margin-bottom: 36px;
}

.ai_ready_labels {display: flex;align-items: center;gap: 16px;}

.ai_ready_labels_box {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid var(--Text-Grey-200, #EAECF0);
    background: #FFF;
    padding: 12px;
    color: var(--Text-Grey-900, #101828);
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

@media screen and (max-width:1366.51px) {
    
}

@media screen and (max-width:991px) {
  
}

@media screen and (max-width:767px) {
    section.ai_ready_professionals {
        padding-block: 46px;
    }

    .ai_ready_labels {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }


}

@media screen and (max-width:580px) {
   
}

@media screen and (max-width:480px) {
    
}

@media only screen and (max-width:767px) {
    
}