.custom-square img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 989px) {
    .custom-square img {
        aspect-ratio: 4 / 3;
    }
	
	.flex_column {
			margin-bottom: 0 !important;
	}
}

.inner-heading-area {
    background-position: 50% 35% !important;
}

.inner-form-wrap .flex_column_table {
    max-width: 850px;
    margin: 0 auto;
}

.center-form select,
.center-form textarea,
.center-form input[type="text"],
.center-form .large {
    border-color: #d8d8d8 !important;
    background-color: #f8f8f8 !important;
}

.gf_list_inline {
    margin-bottom: 0 !important;
}