.mid-content{
    width: 800px;
    margin: auto;
}

.form-section {
    background: url('img/00fa2c_a291fbe04674480b9e19a81cc95f0549~mv2.webp') no-repeat center center; 
    background-size: cover; /* Ensures the background covers the entire section */
    padding: 60px 30px; /* 60px top and bottom, 30px left and right */
}


.name-input {
	width: 315px;
	margin-bottom: 8px;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #8c1515;
	padding-left: 13px;
	background: transparent;
	color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    
}
input::placeholder {
    color: #000 !important;
}
textarea::placeholder {
    color: #000;
}
 
.email-input {
	width: 315px;
	margin-bottom: 8px;
	height: 38px;
	border-radius: 5px;
	border: 1px solid #8c1515;
	padding-left: 13px;
	background: transparent;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}
.textarea-input {
	width: 315px;
	margin-bottom: 8px;
	height: 127px;
	border-radius: 5px;
	border: 1px solid #8c1515;
	padding-left: 13px;
	background: transparent;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

.submit-button {
	font-family: 'Raleway', sans-serif;
	text-decoration: none;
	color: #8c1515;
	font-weight: 600;
	border: 1px solid #8c1515;
	display: inline-block;
	padding: 7px 31px;
	border-radius: 4px;
	margin-top: 8px;
	transition: .4s;
}
.submit-button:hover{
    background-color: #8c1515;
    color: #fff;
    border: 1px solid #8c1515;
}


@media()