
@media (max-width:991px){
    .text-area h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .text-area p {
        font-size: 16px;
        line-height: 26px;
    }
    .Join-testers-club {
        max-width: 675px;
        margin: -90px auto 0 auto;
    }
    .ai-powered h2 {
        font-size: 40px;
        line-height: 54px;
    }
    .ai-powered p br{
        display: none;
    }
}
@media (max-width:767px){
    .btn-area {
        display: none;
    }
    .text-area p {
        font-size: 18px;
        line-height: 28px;
    }
    .desktop-img{
        display: none;
    }
    .mobile-img{
        display: block;
    }
    .banner .container {
        padding: 0;
    }
    .Join-testers-club {
        max-width: 675px;
        margin: -60px auto 0 auto;
    }
    .logo-list{
        flex-wrap: wrap;
    }
    .logo-list li {
        max-width: 50%;
        width: 100%;
        flex: 0 0 50%;
        text-align: center;
        margin: 0 auto 30px auto;
    }
    .powered-meeting .row .col-lg-4,
    .powered-meeting .row .col-lg-8 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .ai-powered {
        text-align: center;
    }
    .default-btn {
        display: table;
        margin: 0 auto;
    }
    .favorite-tools img {
        max-width: 100%;
        padding-left: 0;
    }
    .request-access h2 {
        font-size: 40px;
        line-height: 54px;
    }
    .footer-left{
        display: block;
        text-align: center;
    }
    .footer-right {
        justify-content: center;
    }
}
@media (max-width:574px){
    .header .header-inner {
        padding-top: 30px;
    }
    .logo-area a {
        max-width: 140px;
    }
    .logo-area {
        margin: 0 0 15px 0;
    }
    .text-area h1 {
        font-size: 38px;
        line-height: 47px;
    }
    .Join-testers-club {
        margin: -40px auto 0 auto;
    }
    .ai-powered h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .request-access h2 {
        font-size: 26px;
        line-height: 42px;
    }
    .footer-left p {
        margin-left:0;
    }
    .powered-meeting .container .bg1 {
        right: -300px;
        top: -50px;
    }
    .divider {
        margin: 50px 0;
    }
    .share-insights.favorite-tools img {
        padding: 0 0 20px 0;
    }
}