.sevio-locations-wrapper {
  width: 100%;
  display: flex;
  margin: 0 auto;
}

.office-romania-wrapper {
  width: 50%;
}

.office-dublin-wrapper {
  width: 50%;
}

.office-romania-img,
.office-dublin-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.office-romania-wrapper {
  background-color: var(--blue);
}

.city-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
}

.iasi-city {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxl);
  line-height: 3.125rem;
  color: var(--main-bg-color);
}

.dublin-city {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-xxxl);
  line-height: 3.125rem;
  color: var(--blue);
}

.address-tag {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-l);
  line-height: 1.5rem;
  color: var(--white);
  margin-bottom: 0.5rem;
}

.sevio-address-romania,
.sevio-address-dublin {
  font-style: normal;
  font-weight: var(--font-weight-regular);
  font-size: var(--font-size-l);
  line-height: 1.5rem;
  color: var(--white);
}

.office-dublin-wrapper {
  background-color: var(--main-bg-color);
}

.romanian-office-details {
  background-color: var(--blue);
  padding: 4rem 8rem;
}

.dublin-office-details {
  background-color: var(--main-bg-color);
  padding: 4rem 8rem;
}

.dublin-office-details > address,
.dublin-office-details > .address-tag {
  color: var(--main-text-color);
}

.about-us-job-openings > .job-openings-btn {
  display: block;
  width: max-content;
  margin: 0 auto 8rem auto;
}

.job-openings-heading {
  color: var(--main-text-color);
  font-size: var(--font-size-xxxxl);
  line-height: 4.0625rem;
  text-align: center;
  font-weight: var(--font-weight-bold);
  margin-block: 8rem 3rem;
  max-width: 48.75rem;
  margin-inline: auto;
}

.about-us-job-openings {
  max-width: 48.75rem;
  margin-inline: auto;
  padding: 0 3rem;
}

/* Responsive */
@media only screen and (max-width: 1366px) {
  .romanian-office-details,
  .dublin-office-details {
    padding: 4rem 3rem;
  }
}

@media only screen and (max-width: 1200px) {
  .about-us-job-openings {
    padding: 0 1.5rem;
  }
}

@media only screen and (max-width: 960px) {
  .job-openings-heading {
    margin-top: 5rem;
  }

  .about-us-job-openings > .job-openings-btn {
    margin-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .sevio-locations-wrapper {
    flex-direction: column;
  }

  .office-romania-wrapper,
  .office-dublin-wrapper {
    width: 100%;
  }

  .office-romania-img,
  .office-dublin-img {
    height: 30rem;
  }

  .about-us-job-openings {
    margin-top: 5rem;
    margin-inline: 1.5rem;
  }

  .job-openings-heading {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }
}

@media only screen and (max-width: 480px) {
  .job-openings-heading {
    font-size: var(--font-size-40);
    line-height: 3rem;
  }

  .about-us-job-openings,
  .job-openings-heading {
    padding: 0 1rem;
  }

  .about-us-job-openings {
    margin: 2.5rem 0 5rem;
    padding: 0;
  }
}
