.uae-hero-section {
    position: relative;
	padding: 25vh 0;

    .content {
        .logos {
            display: flex;
            align-items: center;
            margin: 0 -20px 50px;

            .logo {
                max-width: 150px;
                border-right: 1px solid var(--sme-secondary-text-color);
                padding: 0 20px;

                &:last-of-type {
                    border-right: 0;
                }
            }
 
        }

        .acf-innerblocks-container {
            max-width: 850px;
		}
		.acf-innerblocks-container p {
                color: #fff!important;
            }

		.acf-innerblocks-container h1,
            h2,
            h3,
            h4,
            h5,
            h6 {
                color: #fff!important;
                text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgb(0 0 0 / 95%);
            }
        .wp-block-heading{
			font-size: 55px;
			line-height: 64px;
		}

        .background-image {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;

        }
		.background-image img{
			width: 100%!important;
			height: 100%!important;
		}
        .text,
        .logos {
            position: relative;
            z-index: 1;
        }
    }
}



@media (max-width: 575px) {
    .uae-hero-section{
        padding: 70px 0;
    }
	.wp-block-heading{
		font-size: 36px!important;
		line-height: 42px!important;	
	
	}
}