body{
    font-family: 'Playfair Display', serif;
    background-color: #9a8966;
}
*{
    box-sizing: border-box;
}
.main-form{
    background-color: #000;
    width:800px;
    margin: 0 auto;
    padding: 80px 40px;
    box-sizing: border-box;
    margin-top: 40px;
    border: 5px solid #6A582E;
    opacity: 2;

}
.form-part{
    border-top: 1px solid #838895;
}
.form-main{
    width: 100%;
    margin: 0 auto;
}
.image img {width: 100%;
}
.display_grid{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:10px;
}
.form-last button{
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 3em;
    width: auto;
    min-width: 128px;
    color: #fff;
    font-size: 1em;
    border-radius: 4px;
    background-color: #9a8966;
    border: 1px solid #9a8966;
    cursor: pointer;
    font-weight: 500;
    font-family: inherit;
}
.image-con h1{
    font-size: 2em;
    color: #fff;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 50px;
}
.image-con p{    
    font-size: 1em;
    font-weight: 500;
    line-height: 1.6;
    color: #838895;
}
h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 14px 0px;
}
label.form-check-label {
    padding-left: 5px;
    min-height: 20px;
    font-size: .9375em;
    color: #fff;
    position: relative;
    cursor: pointer;
}
form.row.g-3 {
    margin-top: 5px;
}
.form-label.form-label-auto {
    ont-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 10px 0px;
}
.form-label {
    margin-bottom: 0.5rem;
    ont-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0px;
}
label.form-label {
    margin-bottom: 10px;
}
element.style {
    height: 140px;
}
span {
    font-size: .75em;
    margin-top: 11px;
    margin-left: 2px;
    display: block;
    word-break: break-word;
    color: #838895;
}
.wie {
    margin-bottom: 20px;
}
h3 {
    font-size: 1.25em;
    margin-bottom: 4px;
    color: #fff;
    margin-top: 20px;
}
p {
    font-size: .875em;
    margin-bottom: 15px;
    color: #838895;
    margin-top: 10px;
}
.form-last {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
    border: 1px solid #242629;
    padding: 50px 0px;
}
.myag{
    margin-bottom: 1px #2b2c2e;
}

/* Base styles */
.container {
  width: 100%;
  max-width: 1200px; /* Adjust as needed */
  margin: 0 auto;
}

/* Responsive styles */
@media(max-width: 320.98px){
	.main-form{
		width: 100%;
	}
	.image-con p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.6;
    color: #838895;
	}
	h3 {
    font-size: 14px;
    margin-bottom: 4px;
    color: #fff;
    margin-top: 20px;
	}
	h2 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin: 14px 0px;
	}
	label.form-check-label{
		font-size: 12px;
	}
	.form-label {
		font-size: 14px;
	}
	span{
		font-size: 10px;
	}	 
}
@media(max-width: 575.98px){
	.main-form{
		width: 100%;
	}
} 