.dealer-form-main,
.dealer-form-section,
.binfo-col,
.binfo-group,
.dealer-radio-section,
.dealer-form-main div[data-class="wpcf7cf_group"]{
	float: left;
	width: 100%;
}
.dealer-form-section:not(:first-child) { margin-top: 30px; }
.binfo-col:nth-child(2) { margin-top: 20px; }
.binfo-col:nth-child(3) { margin-top: 13px; }
.binfo-group:not(:first-child),
.dealer-form-main div[data-class="wpcf7cf_group"] { margin-top: 13px; }
.dealer-info-center {
    max-width: 945px;
    margin: 0 auto;
}
.dealer-info-center h1 {
	font-size: 22px;
    font-family: 'montserrat-bold';
}
.margin-bottom{
	margin-bottom: 10px;
}
.dealer-form-section h2 {
	text-align: center;
	font-size: 16px;
	line-height: 25px;
}
.dealer-info-center p { text-align: center !important; }
.binfo-col label {
	float: left;
	width: 100%;
	line-height: 30px;
	height: 30px;
	font-family: "montserrat-medium";
	text-align: left;
	font-size: 14px;
}
.binfo-col .red { color: red; }
.binfo-col .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
}
.binfo-col input[type="text"],
.binfo-col input[type="email"],
.binfo-col input[type="number"],
.binfo-col select {
	float: left;
    width: 100%;
    font-family: "montserrat-medium";
    outline: none !important;
    border-radius: 0;
    border: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #fff;
}
.binfo-col select { padding: 4px 6px; }
/* .dealer-form-main div[data-class="wpcf7cf_group"] label { display: none; } */

@media (min-width: 1025px) {
	.binfo-col {
		width: calc(50% - 20px);
		margin-top: 20px !important;
	}
	.binfo-col-3 {
		width: calc(50% - 20px);
	}
	.binfo-col:nth-child(2) { margin-right: 40px !important; }
	.dealer-info-center h1 { font-size: 25px; }
/* 	.dealer-form-section:not(:first-child) { margin-top: 50px; } */
	.dealer-form-section h2 {
		text-align: left;
		font-size: 20px;
	}
	.binfo-col label { width: 215px; }
	.binfo-col .wpcf7-form-control-wrap {
		float: right;
		width: calc(100% - 220px);
	}
}

/*------------------------------------*\
    Interest & Fit
\*------------------------------------*/

.binfo-col:nth-child(2) .interest-info label {
	height: auto;
	line-height: 18px;
}
.dealer-radio-section .wpcf7-form-control-wrap {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.dealer-radio-section .defaultradio {
	width: 100%;
	display: block;
	position: relative;
	float: left;
}
.dealer-radio-section .defaultradio input[type="radio"] {
	position: absolute;
	left: 0;
	top: 7px;
	margin: 0 !important;
	outline: none !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.defaultradio input:after {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	top: -1px;
	left: -1px;
	position: relative;
	background-color: #f4f4f4;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 1px solid #dadada;
}
.defaultradio input:checked:after {
	border: 6px solid #3749AE;
	width: 5px;
	height: 5px;
}
.defaultradio label { padding-left: 25px; cursor: pointer; }
.binfo-group > label {
	line-height: 18px;
	height: auto;
	max-width: 100%;
}
.dmobile-margin { margin-top: 13px; }
.dealer-radio-section label {
	width: auto;
	text-align: left;
}
.dealer-radio-section .binfo-group:nth-child(2) { margin-top: 15px !important; }
.dealer-radio-section .binfo-group:nth-child(2) label, .dealer-radio-section .binfo-group:nth-child(4) label {
	line-height: 30px;
	height: 30px;
}
.dealer-radio-section .binfo-group:nth-child(2) .wpcf7-form-control-wrap, .dealer-radio-section .binfo-group:nth-child(4) .wpcf7-form-control-wrap {
	width: 140px;
	margin-top: 0;
	margin-left: 15px;
}

@media (min-width: 1025px) {
	.dealer-radio-section .binfo-col:nth-child(1) { margin-right: 40px !important; }
	.dealer-radio-section .binfo-col:nth-child(2) { margin-right: 0 !important; }
	
	.slabel-css {
		line-height: 36px !important;
		height: 36px !important;
	}
	.dealer-radio-section .scol:nth-child(2) { margin-right: 40px !important; }
	.dmobile-margin { margin-top: 0; }
	.binfo-group > label { max-width: 90%; }
}

/*------------------------------------*\
    Bottom
\*------------------------------------*/

.dealer-form-section textarea {
    float: left;
    width: 100%;
    resize: none;
    border: 1px solid #dadada;
    background-color: #f4f5f7;
    height: 250px;
    padding: 10px;
    outline: none !important;
    font-size: 14px;
    font-family: "montserrat-medium";
	margin-top: 10px;
}
.dealer-form-section input[type="checkbox"] {
	margin: 0;
    outline: none !important;
    width: 15px;
    height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	accent-color: #3749AE;
}
.dealer-radio-section input[type="checkbox"]{
	width: 15px;
	height: 15px;
}
.dealer-form-section .wpcf7-checkbox label {
	cursor: pointer;
	font-family: "montserrat-medium";
	font-size: 14px;
	position: relative;
	padding-left: 22px;
}
.dealer-form-section .wpcf7-checkbox .wpcf7-list-item {margin: 0 0 0 1.5em;}
.dealer-consent,
.dealer-consent .wpcf7-not-valid-tip { text-align: left; }
.dealer-form-section .wpcf7-spinner,
.wpcf7-response-output { display: none !important; }
.dealer-form-section input[type="submit"] {
    width: 50%;
    text-align: center;
    font-family: "montserrat-medium";
    font-size: 15px;
    background: #000035;
    border: #000035 solid 1px;
    outline: none !important;
    border-radius: 0 !important;
    padding: 15px 0;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}
.dealer-form-section input[type="submit"]:hover {
	background: #3749AE;
    border: #3749AE solid 1px;
}
.wpcf7-not-valid-tip {
	text-align: left;
    font-family: "montserrat-regular";
	font-size: 13px;
	padding-top: 2px;
}
.radio-addition-info {
	float: left;
	width: 100%;
	text-align: left;
	padding-left: 25px;
}
.radio-addition-info li {
	display: block;
	font-family: "montserrat-regular";
	font-size: 13px;
	line-height: 18px;
	max-width: 300px;
}
.quote-display .defaultradio:nth-child(2) { margin-top: 10px; }
.scol p {
	float: left;
    width: 100%;
    font-family: "montserrat-medium";
    line-height: 20px;
    font-size: 13px;
    text-align: left;
    max-width: 100%;
    margin-top: 15px;
}

@media (min-width: 1025px) {
	.dealer-consent,
	.dealer-consent .wpcf7-not-valid-tip { text-align: center; }
	.scol p { max-width: 90%; }
}

/*------------------------------------*\
    Pop
\*------------------------------------*/

.rq-popup-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999999;
	background: rgba(51, 51, 51, 0.5);
	display: none;
}
.rq-popup-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.rq-popup-content {
	width: 80vw;
	background-color: #fff;
	border: 2px solid #333;
	box-shadow: 0 0 7px #404040;
	padding: 20px;
	text-align: center;
}
.rq-title {
	text-align: center;
	font-family: 'montserrat-regular';
	font-size: 18px;
	margin: 0 0 15px !important;
}
.rq-desc {
	text-align: justify;
	font-family: 'montserrat-regular';
	margin: 0 0 15px !important;
	font-size: 14px;
	line-height: 20px;
}
.rq-btn {
	background: #000035;
    border: #000035 solid 1px;
    color: #fff;
    padding: 10px 20px;
	font-family: 'montserrat-regular';
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.rq-btn:hover {
    background: #3749AE;
    border: #3749AE solid 1px;
}

@media(min-width: 1025px) {
	.rq-popup-content {
		width: 35vw;
		padding: 30px 30px;
	}
	.rq-title { font-size: 20px; }
	.rq-desc {
		font-size: 15px;
		line-height: 24px;
	}
	.sell-mirror .binfo-col{
		width: calc(40% - 20px);
	}
	.sell-mirror{
		display: inline-flex;
	}
}
span[data-name="qty2"] select, span[data-name="qty1"] select{
	width: 75px;
    margin-top: 0;
    margin-left: 15px;
}
To target the data-name attribute for this specific Contact Form 7 element, you use the Attribute Selector.

In your HTML, the value is display-int1. Here is the CSS to target that wrapper:

The CSS Selector
CSS

span[data-name="display-int1"]{
	text-align:left!important;
}

.wpcf7-list-item-label, .wpcf7-checkbox{
		text-align:left!important;
}
.wpcf7-list-item{
	display: block;
}

span[data-name="hidden-disp"]{
	display: none!important;
}
.no-margin{
	margin-top: 0px;
}
