.ct-li li{
    width:45%;
    margin-bottom:10px !important;
}
.set-icon-blue svg{
    color: #3147FF;
}
.change-btn-bg button{
    background:#FFF !important;
}

/* PLAY ICON ON VIDEO */
.ct-video iframe{
    border-radius: 20px !important;
}
.ct-video img{
    height:480px !important;
    object-position: top center !important;
}
.ct-video .elementor-custom-embed-play svg{
    filter:none;
    width: 16px !important;
    fill:#000 !important;
}


.ct-video .elementor-custom-embed-play{
    background: #fff !important;
    z-index: 100 !important;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.ct-video .elementor-custom-embed-play{
    box-shadow: 0px 0px 0px 20px rgb(243 243 243 / 77%);

}