#leaderShip {
  font-family: "Montserrat", sans-serif;
  background: rgba(255, 255, 255, 0.6);
}
#leaderShip .leaderShip {
  margin: 0rem -2rem;
  padding: 4rem 0px;
}
#leaderShip .leaderShip .leaderS_left {
  width: 75%;
  padding: 2.5rem;
  box-shadow: 0 0 2em -0.9em #000000;
  background-color: #fff;
}
#leaderShip .leaderShip .leaderS_left h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
#leaderShip .leaderShip .leaderS_left h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 1.5em;
}
#leaderShip .leaderShip .leaderS_left .ls_PicAndWrite .ls_Pic .ls_pic_img img {
  padding: 3px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
#leaderShip .leaderShip .leaderS_left .ls_PicAndWrite .ls_Write h5 {
  font-size: 16px;
  line-height: 28px;
  color: var(--red-color);
  font-weight: 700;
}
#leaderShip .leaderShip .leaderS_left .ls_PicAndWrite .ls_Write p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #666;
}
#leaderShip .leaderShip .leaderS_Right {
  width: 30%;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs {
  background: url(../../../assets/footer-leftbg.jpg);
  color: #fff;
  padding: 1rem;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs h2 {
  margin-bottom: 15px;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs {
  margin-bottom: 1rem;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs .checkbox_lists {
  padding-left: 0;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs .broke_form_btn {
  background: var(--red-color);
  border: none;
  border-radius: 4px;
  height: 48px;
  padding: 0px 8px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 600;
  width: 100%;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs input,
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs select {
  border-radius: 0;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  color: var(--red-color);
  padding: 1rem 0;
  background-color: rgba(255, 255, 255, 0.82);
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs input::-moz-placeholder, #leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs select::-moz-placeholder {
  color: var(--red-color);
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs input::placeholder,
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs select::placeholder {
  color: var(--red-color);
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs input option,
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs select option {
  color: #000;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs input[type=checkbox] {
  margin-right: 1rem;
}
#leaderShip .leaderShip .leaderS_Right .lS_contactUs #lsContactUsForm .broke_form_inputs input[type=checkbox]:checked {
  background-color: rgb(116, 116, 116) !important;
}
@media only screen and (max-width: 1030px) {
  #leaderShip .leaderShip {
    margin: 4rem 0rem;
  }
}
@media only screen and (max-width: 991px) {
  #leaderShip .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #leaderShip .leaderShip {
    margin: 4rem 0rem;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    flex-direction: column;
  }
  #leaderShip .leaderShip .leaderS_left {
    width: 100%;
  }
  #leaderShip .leaderShip .leaderS_left .ls_PicAndWrite {
    flex-direction: column;
  }
  #leaderShip .leaderShip .leaderS_Right {
    width: 100%;
  }
}/*# sourceMappingURL=restaurantBrokers.module.css.map */