@media screen and (max-width: 991px) {
  .company-info-boxed .company-info-boxed-logo {
    margin: 0 25px 0 0;
  }

  .company-info-apply-btn {
    margin-top: 20px;
  }

  .company-info-apply-btn a.button {
    width: 100% !important;
  }

  .listing-job-categories {
    margin-top: 0;
  }

  .company-info-boxed-details__wrapper .cs-location {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1100px) {
  .company-info-container,
  .company-info-boxed-details__wrapper {
    flex-wrap: nowrap;
  }
}

.company-info {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: column;
}

.company-info .content img {
  height: auto;
}

.company-info-boxed {
  margin-top: 0 !important;
}

.company-info-boxed .company-info-boxed-logo {
  flex: 0 0 80px;
  margin-right: 45px;
}

.company-info-boxed .sin-wym {
  font-weight: 500 !important;
}

.company-info-boxed .company-info-boxed-logo .company_logo {
  width: 80px;
  height: auto;
}

.company-info-apply-btn .job_application a.small-dialog {
  font-size: 12px;
  min-width: 150px;
}

.company-info-apply-btn a.button {
  min-width: 150px;
}

.listing-job-categories .listing-job-categories__label {
  font-weight: 500 !important;
  margin: 4px 8px 4px 0;
}

.job_application.application .button {
  border-radius: 25px !important;
}

.company-info-apply-btn .button,
.job-overview .button {
  border-radius: 25px !important;
}

.company-info-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.company-info-boxed-details {
  display: flex;
  flex-direction: column;
}

.company-info-boxed-details__wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.company-info-boxed-details__wrapper .content {
  margin-top: 0 !important;
}

.company-info-boxed-details__tags {
  display: flex;
  flex-wrap: wrap;
}

.listing-job-categories {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
