html {
    font-family: arial, Times New Roman, sans-serif;
    font-size: 18px;
    line-height: 150%;
}
@media screen and (min-width: 960px){
    .homeai{
        flex-direction: row;
        margin-top: 60px;
    }
    .homeleftai{
        width: 70%;
    }
    .homerightai{
        width: 30%;
    }
    h1{
        font-size: 30px;
        line-height: 140%;
    }
    h2{
        font-size: 28px;
        line-height: 140%;
    }
}
@media screen and (min-width: 760px) and (max-width: 959px){
    .homeai{
        flex-direction: row;
        margin-top: 60px;
    }
    .homeleftai{
        width: 65%;
    }
    .homerightai{
        width: 35%;
    }
    h1{
        font-size: 28px;
        line-height: 140%;
    }
    h2{
        font-size: 26px;
        line-height: 140%;
    }
}
@media screen and (max-width: 759px){
    .homeai{
        flex-direction: column;
        margin-top: 70px;
    }
    .homeleftai{
        width: 100%;
    }
    .homerightai{
        width: 100%;
    }
    h1{
        font-size: 26px;
        line-height: 140%;
    }
    h2{
        font-size: 24px;
        line-height: 140%;
    }
}
.homeai{
    display: flex;
    width: 100%;
}
a{
    text-decoration: none;
}