.uiux-whatsincluded-wrap{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.uiux-whatsincluded-item{
    background: #F8F8FB;
    border-radius: 20px;
    padding: 20px;
}
.uiux-whatsincluded-item:hover{
    background: #FFFFFF;
    box-shadow: 0px 24px 58px rgba(45, 47, 56, 0.08);
}
.uiux-whatsincluded__image{
    border-radius: 50%;
    background: #34DCA2;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uiux-whatsincluded-item-title{
    padding: 10px 0 10px 0;
}

.uiux-whatsincluded__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uiux-whatsincluded .uiux-whatsincluded__title {
    margin-bottom: 0!important;
}
.uiux-whatsincluded .elementor-button-wrapper {

}

@media screen and (min-width: 991px){
    .uiux-whatsincluded__header {
        margin-bottom: 50px;
    }

    .uiux-whatsincluded-item{
        flex-basis: calc((100% - 60px) / 4);
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .uiux-whatsincluded-item{
        flex-basis: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 991px){
    .uiux-whatsincluded-wrap .features-item{
        width: 50%;
        padding: 20px;
    }
    .uiux-whatsincluded-item .features-item-title{
        padding: 10px 0;
    }

    .uiux-whatsincluded__header {
        margin-bottom: 20px;
    }

    .uiux-whatsincluded .elementor-button-wrapper {
        display: none;
    }

    .uiux-whatsincluded-item-title{
        padding: 8px 0 8px 0;
    }

    .uiux-whatsincluded__image{
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .uiux-whatsincluded-wrap {
        flex-direction: column;
    }
}

@media screen and (max-width: 600px){
    .elementor-widget-features .uiux-whatsincluded-wrap .uiux-whatsincluded-item{
        width: 100%;
    }
}