.block-1 {
    gap: 22px;
    justify-content: center;
}
.l-individual-description {
    font-size: 26px;
    padding: 20px;
    margin: 20px;
    position: absolute;
    background-color: #00000099;
    top: 0;
    color: #fff;
    background-image: url(../img/parthner/21.png);
}
.btn-bl {
	
}
.block-1-element {
	display: flex;
	flex-direction: column;
	border: 1px solid #ccc;
	padding: 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.block-1-element iframe,
.block-1-element video {
	height: 100%;
	/* max-height: 100%; */
	/* height: auto; */
}

.block-1-element .step-title {
	text-align: center;
	padding: 10px 0px;
	background-color: #525252;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	background-image: url(../img/parthner/21.png);
}
div#wpcf7-f2984-o1 {
    background: #FFFFFF;
    padding: 13% 18%;
    border-radius: 4px;
    max-width: 480px;
    margin: auto;
}

@media (max-width: 992px) {
	.l-individual-description {
		position: relative;
		background-color: #29ab4a;
		border: 1px solid;
	}
	.btn-bl {		
        top: 100px;
	}
	.block-1-element {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: 46%;
		/* max-height: 112px; */
		flex: 1;
		width: 100%;
		min-width: 45%;
	}
	.block-1-element .step-title {
	    font-size: 12px;
	}
	.block-1-element.block-1-element-5,
	.block-1-element.block-1-element-6 {
	    width: 100%;
	    min-width: 100%;
	}
	.block-1-element iframe {
		min-height: 300px;
	}    
	.container.indv img {
        max-width: 500px;
        text-align: center;
        margin: 0 auto 0px;
    }
	.row.mt-100.block-1 {
		padding: 0;
		justify-content: space-between;
	}
}
@media (max-width: 500px) {
    div#wpcf7-f2984-o1 {
        padding: 4% 8%;
    }
}