.contact_content{
    background:url(https://brillare.net.au/wp-content/uploads/2024/10/Frame-168.png);
    height: 551px;
}
.contact_row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.contact_text{
    text-align:center;
    color:#fff;
}
.contact_text h2{
	font-size: 84px;
	font-style: normal;
	font-weight: 800;
	line-height: 100%;  
}
.contact_card{
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(29, 26, 31, 1);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.contact_card .wpcf7{
    margin: 3rem;
}
@media(orientation: portrait) {
	.contact_card .wpcf7{
        margin: 0;
    }
    .wpcf7{
        width: 100%;
    }
     .contact_content{
		 background: url(https://brillare.net.au/wp-content/uploads/2024/10/mobile-form-bg.png);
		 height: 540px;
		 background-position: center top;
		 background-color: #29232A;
		 background-size: cover;
	}
	.contact_text h2{
		font-size: 48px;
	}
	.contact_text {
		padding: 140px 15px 0px 15px;
	}
}