.tmew-ifa-container{
    position: relative;
    width: 100%;
    overflow: hidden;
}

@media screen and (min-width: 1920px){
    .tmew-ifa-container{
        height: calc(100vw * 0.5625) !important;
    }
}

.tmew-ifa-bg-img,
.tmew-ifa-fg-img{
    width: 100%;
    height: 100%;
}

.tmew-ifa-stroke{
    opacity: 0;
}

.elementor-editor-active .tmew-ifa-stroke{
    opacity: 1;
    visibility: visible;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
}


/* Content Container */

.tmew-ifa-content-container{
    position: absolute;
    max-width: 1600px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding-inline: 25px;
}

.tmew-ifa-content-inner{
    width: 50%;
}

.tmew-ifa-title{
    text-transform: uppercase;
}

.tmew-ifa-subtitle{
    position: absolute;
}

@media (max-width: 1024px){

    .tmew-ifa-container{
        height: fit-content !important;
    }
}





