.fc_split_content_form > div  {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    grid-gap: var(--padding-l);
}

.fc_split_content_form .wp_content:nth-child(1) {
    display: flex;
    align-items: center;
}
.fc_split_content_form.product_form .wp_content:nth-child(1) {
	display: block;
}
@media (min-width: 1024px) {


    .minus-top-large .wp_content:nth-child(2) {
        margin-top: -16%;
    }

    .minus-top-medium .wp_content:nth-child(2) {
        margin-top: -8%;
    }

    .minus-top-small .wp_content:nth-child(2) {
        margin-top: -4%;
    }



    .minus-bottom-medium  .wp_content:nth-child(1) {
        padding-bottom: 8%;
    }
    .minus-bottom-large  .wp_content:nth-child(1) {
        padding-bottom: 16%;
    }

    .minus-bottom-small  .wp_content:nth-child(1) {
        padding-bottom: 4%;
    }

}

.minus-bottom-large .wp_content:nth-child(2) {
    margin-bottom: -16%;
}


.minus-bottom-medium .wp_content:nth-child(2) {
    margin-bottom: -8%;
}

.minus-bottom-small .wp_content:nth-child(2) {
    margin-bottom: -4%;
}
.minus-top-large  .wp_content:nth-child(1) {
    padding-top: 16%;
}


.minus-top-medium  .wp_content:nth-child(1) {
    padding-top: 8%;
}




@media (max-width: 1024px) {
    .fc_split_content_form > div {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .minus-bottom-medium {
        margin-bottom: 7%;
    }



    .minus-bottom-large {
        margin-bottom: 10%;
    }
}
