/* Feature Promo */
.zwc-ai-promo{
    margin: 60px 0;
}
.zwc-ai-promo .flex-content{
display: flex;
align-items: center;
flex-wrap: wrap;
}
.pagewrapper .zwc-ai-promo .content-wrap{
    padding:32px 98px;
    background:url(/sites/zweb/images/creator/features/feature-promo.jpg) no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.zwc-ai-promo-img{
    width: 10%;
}
.zwc-ai-promo-cnt{
    width: 69%;
}
.zwc-ai-promo-cnt h2{
    font-size: 32px;
    color: #fff;
    max-width: 610px;
    margin-bottom: 0;
}
.zwc-ai-promo-cnt h2 span{
    background: linear-gradient(90deg, #01C7F7 0.28%, #01BEB0 50.15%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.zwc-ai-promo-link{
    width: 21%;
}
.zwc-ai-promo-link a{
    font-size: 16px;
    background:#fff;
    padding:16px;
    border-radius: 4px;
    color: #000;
    font-family: var(--primaryfont-semibold);
    display: inline-block;
}
/* End Feature Promo */
@media(max-width:1440px){
    /* Feature Promo */
    .zwc-ai-promo-cnt{
        width: 66%;
    }
    .zwc-ai-promo-link{
        width: 24%;
    }
    /* End Feature Promo */
}
@media(max-width:1280px){
    /* Feature Promo */
    .pagewrapper .zwc-ai-promo .content-wrap{
        padding: 32px 64px;
    }
    /* End Feature Promo */
}
@media(max-width:1199px){
    /* Feature Promo */
.zwc-ai-promo{
margin:60px 0 0;
}
    .pagewrapper .zwc-ai-promo .content-wrap{
        padding: 32px;
    }
    .zwc-ai-promo-cnt{
        width: 64%;
    }
    .zwc-ai-promo-link{
        width: 25%;
    }
    .zwc-ai-promo-cnt h2{
        max-width: 500px;
    }
    /* End Feature Promo */
}
@media(max-width:991px){
    /* Feature Promo */
    .pagewrapper .zwc-ai-promo .content-wrap{
        padding: 32px 32px 32px 120px;
    }
    .zwc-ai-promo-img{
        position: absolute;
        left: 30px;
        top: 36px;
        z-index: 1;
        width: auto;
        height: auto;
    }
    .zwc-ai-promo-cnt,.zwc-ai-promo-link{
        width: 100%;
    }
    .zwc-ai-promo-cnt h2{
        max-width: inherit;
    }
    .zwc-ai-promo-cnt{
        margin-bottom: 24px;
    }
    /* End Feature Promo */
}
@media(max-width:767px){
    /* Feature Promo */
    .pagewrapper .zwc-ai-promo .content-wrap {
        padding: 32px;
    }
    .zwc-ai-promo-img{
        position: relative;
left: 0;
        top: 0;
        width: 32px;
        height: 32px;
        margin-bottom: 16px;
    }
    .zwc-ai-promo-cnt{
        margin-bottom: 18px;
    }
    .zwc-ai-promo-cnt h2{
        font-size: 25px;
    }
    .zwc-ai-promo-link a{
        font-size: 14px;
        padding: 14px;
    }
    /* End Feature Promo */
}