.ai-welcome h1 {
    color: var(--dark-blue-clr);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--dark-blue-clr);
    font-weight: 700;
    font-size: 144.39px;
    line-height: 182.46px;
    margin-top: 75px;
    margin-bottom: 16px;
    opacity: 80%;
    letter-spacing: 10px;
}

.ai-welcome span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #111111;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 16px;
}

.ai-welcome h2 {
    font-weight: 600;
    font-size: 50px;
    line-height: 70px;
    letter-spacing: 0px;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ai-welcome .p-sm {
    line-height: 30px;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 30px;
}

@media (max-width: 1399px) {
    .ai-welcome h1 {
        letter-spacing: 0px;
        font-size: 120.39px;
    }
}

@media screen and (max-width: 1299px) {
    .ai-welcome h1 {
        font-size: 110.39px;
        line-height: 170.46px;
    }
}

@media (max-width: 1199px) {
    .ai-welcome p {
        margin-bottom: 15px;
    }

    .ai-welcome h2 {
        font-size: 40px;
        line-height: 60px;
    }
}

@media (max-width: 1099px) {
    .ai-welcome h1 {
        font-size: 100.39px;
        line-height: 150.46px;
        margin-top: 60px;
    }

    .ai-welcome h3 {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

@media (max-width: 991px) {
    .ai-welcome h1 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .ai-welcome h2 {
        line-height: 50px;
        margin-bottom: 16px;
    }
}

@media (max-width: 575px) {
    .ai-welcome h2 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .ai-welcome h3 {
        font-size: 12px;
        margin-bottom: 10px;
    }
}

@media (max-width: 475px) {
    .ai-welcome h1 {
        font-size: 67.39px;
        line-height: 122.46px;
    }
}