.hiring-section {
  padding: 40px;
  text-align: center;
}

.hiring-section .section-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ae2e2d;
}

.hiring-section .section-subtitle {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.hiring-section .logo-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hiring-section .logo-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


@media (min-width: 0px) and (max-width: 767.98px) {
  .hiring-section {
    padding: 0px;
  }

  .hiring-section .section-title {
    font-size: 20px;
  }

  .hiring-section .section-subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
}