.about-banner {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.about-us-our-group h3 {
  font-weight: 700;
  font-size: 22px;
  color: black;
}
.about-us-our-group p {
  font-size: 15px;
  line-height: 1.51;
  font-family: LatoGoogle, Lato, LatoWeb, sans-serif;
}
.about-us-our-group span a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.background1 {
  background-color: #bfebeb;
  margin: 2px;
}

.row-side {
  display: flex;
}
.select {
  display: flex;
}
.img-select {
  width: 87px;
}
.scale-essay {
  display: flex;
  justify-content: flex-end;
  width: 223px;
  padding: 13px 0px;
}
.about-us-our-group {
  margin-top: 37px;
}

@media screen and (max-width: 800px) {
  .row-side {
    flex-wrap: nowrap;
    overflow: scroll;
  }
}

.employer-hiring-suite {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.hiring-details {
  text-align: center;
}

.hiring-details h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hiring-details p {
  font-size: 18px;
  margin-bottom: 10px;
}

.hiring-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.hiring-form h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hiring-form p {
  font-size: 18px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border-radius: 8px;
}

.btn-primary {
  background-color: #007bff;
  border: none;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.help-center {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.help-center h2 {
  text-align: center;
  margin-bottom: 30px;
}

.help-topics {
  display: flex;
  justify-content: space-between;
}

.help-topic {
  flex-basis: 30%;
}

.help-topic h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.help-topic ul {
  list-style-type: none;
  padding: 0;
}

.help-topic ul li {
  margin-bottom: 10px;
}

.help-topic ul li a {
  color: #555;
  text-decoration: none;
}

.help-topic ul li a:hover {
  color: #007bff;
}

.complaint-form {
  padding: 50px 0;
}

.complaint-form h2 {
  text-align: center;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

label {
  font-weight: bold;
}

.form-control {
  width: 100%;
}

textarea {
  resize: vertical;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.report-section {
  padding: 50px 0;
}

.report-details h2 {
  font-size: 20px;
  font-weight: bold;
}

.report-details h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.report-details p {
  font-size: 16px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.label {
  font-weight: bold;
}

.form-control {
  width: 100%;
}

textarea {
  resize: vertical;
}

.btn-primary {
  background-color: #007bff;
  border: none;
  color: #fff;
}

.btn-primary:hover {
  background-color: #0056b3;
}

.image-content img {
  width: 100%;
  height: auto;
}
