.os-back{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/item60.jpg');
}	
.our-story{
	display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding: 5%;
  grid-gap: 5%;
  align-items: center;

}
.os-secret-s{
	direction: rtl;
}
.os-txt{
    text-align: end;
}
.os-back img,.abt-sec-l img{

width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 18px;
}
.os-head-txt{
	font-family: Roboto Slab;
  font-weight: 600;
  font-style: Bold;
  font-size: 2.5vw;
  leading-trim: NONE;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.os-para-txt p{
	font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 1.5vw;
  line-height: 140%;
  color: #FFFFFF;
}
.bad-section-bgt{
    padding: 6vw 0;
}

.form-area{
	
opacity: 1;
padding: 48px;
border-radius: 5px;
 background-color: #FFFFFF;
 width: 60vw;
  margin: auto;


}
.fm-cl-b h3{
	font-family: Roboto Condensed;
font-weight: 700;
font-style: Bold;
font-size: 3vw;

line-height: 110.00000000000001%;
letter-spacing: 0%;
text-transform: uppercase;

}
.fm-cl-b p{
	font-family: Roboto Condensed;
font-weight: 400;
font-style: Regular;
font-size: 1.5vw;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0%;

}
.fm-cl-r{
display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  font-size: 2vw;
}
.fm-cl-r *{
	color: #CD1C18;
	
}
.fm-cl-b *{
	color: black;
}
.fn-ln{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4%;

}
label{
   
    font-size: 1.5vw;
}
form * {
    color: black;
}
.fn-ln div, .fm-itm-g{
    display: grid;
    grid-template-rows: 1fr 1fr;
    width: 100%;
}
input{
   
  background: #DDE1E6;
  border: none;
  margin-top: -2%;
  
  font-size: 1.4vw;
  font-family: "roboto condensed";
  letter-spacing: 2%;
}
textarea{
   margin-top: -5%;
  
  font-size: 2.5vw;
}
.fm-itm-g input{
   
  margin-top: -1%;
}
.last-ckbx{
    display: flex;
    margin-top: 1rem;

}
.last-ckbx input{
  
  margin-top: -1%;
  margin-right: 2%;
}
.fm-btn{
   background: #CD1C18;
  
  border-radius: 4px;
  
  padding: 0.5vw 2vw;
  font-size: 1.2vw;
  position: absolute;
  right: 0;
  color: white;
}
.abt-sec-l{
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: center;
}
.abt-l-t{
    margin-top: 6%;
}
.abt-l-t p{
    font-family: Roboto Condensed;
font-weight: 700;
font-style: Bold;
font-size: 1.5vw;
leading-trim: NONE;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;

}

@media screen and (max-width: 600px) {
	.our-story img{

	width: 40vw;
  height: 21vh;
  border-radius: 5px;
  box-shadow: 0px 0px 13px #484848;
}
.form-area{
    padding: 20px;
  border-radius: 10px;
}
}
