.elementor-widget-montoport_careers_list {
  width: 100%;
}

.montoport-careers-list {
  width: 100%;
  color: #54585a;
}

.montoport-careers-list__inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border-top: 1px solid rgba(84, 88, 90, 0.18);
}

.montoport-careers-list__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 4vw, 48px);
  min-height: 92px;
  border-bottom: 1px solid rgba(84, 88, 90, 0.18);
}

.montoport-careers-list__title {
  margin: 0;
  color: #54585a;
  font-family: 'Ghotam';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.montoport-careers-list__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 38px;
  padding: 10px 22px;
  background: #00617f;
  color: #fff;
  font-family: 'Ghotam';
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.montoport-careers-list__button:hover,
.montoport-careers-list__button:focus {
  background: #54585a;
  color: #fff;
}

@media (max-width: 1024px) {
  .montoport-careers-list__inner {
    max-width: calc(100% - 48px);
  }
}

@media (max-width: 767px) {
  .montoport-careers-list__inner {
    max-width: calc(100% - 32px);
  }

  .montoport-careers-list__row {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    min-height: 0;
    padding: 24px 0;
  }

  .montoport-careers-list__button {
    min-width: 92px;
  }
}
