/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
#section-content .container-wrapper h2.h1 {
  margin-top: 0; }
  @media (max-width: 767px) {
    #section-content .container-wrapper h2.h1 {
      text-align: center;
      display: block; } }

#section-content .container-wrapper .intro {
  font-weight: 700; }

#section-content .container-wrapper .vacany-meta {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 1.5rem;
  margin: 2rem 0; }
  #section-content .container-wrapper .vacany-meta .meta {
    display: inline-flex;
    align-items: center;
    gap: .75rem; }
    @media (max-width: 767px) {
      #section-content .container-wrapper .vacany-meta .meta {
        flex-basis: 100%; } }
    #section-content .container-wrapper .vacany-meta .meta span {
      color: #40c7e9;
      font-size: 22px; }
      @media (min-width: 768px) {
        #section-content .container-wrapper .vacany-meta .meta span {
          font-size: 24px; } }
    #section-content .container-wrapper .vacany-meta .meta .h5 {
      color: #1C3F85;
      font-size: 18px; }
      @media (min-width: 768px) {
        #section-content .container-wrapper .vacany-meta .meta .h5 {
          font-size: 20px; } }

#section-content .container-wrapper .vacancy-data {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 2rem; }
  #section-content .container-wrapper .vacancy-data .data span {
    display: block; }
    #section-content .container-wrapper .vacancy-data .data span.h4 {
      color: #1C3F85;
      margin-top: .5rem; }

/*# sourceMappingURL=content.css.map */
