@font-face {
  font-family: 'SourceSans3-body';
  src: url('/wp-content/uploads/fonts/SourceSans3-Regular.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/SourceSans3-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'SourceSans3';
  src: url('/wp-content/uploads/fonts/SourceSans3-Medium.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/SourceSans3-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'SourceSans3';
  src: url('/wp-content/uploads/fonts/SourceSans3-SemiBold.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/SourceSans3-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'SourceSans3';
  src: url('/wp-content/uploads/fonts/SourceSans3-Bold.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/SourceSans3-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: 'SourceSansPro';
  src: url('/wp-content/uploads/fonts/SourceSansPro-Regular.woff2') format('woff2'),
    url('/wp-content/uploads/fonts/SourceSansPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --body-font: 'SourceSans3-body', sans-serif;
  --body-small-font: 'SourceSans3-body', sans-serif;
  --caption-font: 'SourceSans3-body', sans-serif;
  --body-font-pro: 'SourceSansPro', sans-serif;
  --body-font-weight: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --body-small-font-weight: 400;
  --font-weight-regular: 400;
  --caption-font-weight: 400;
  --body-font-size: 18px;
  --body-small-font-size: 16px;
  --caption-font-size: 14px;
  --body-line-height: 27px;
  --body-small-line-height: 24px;
  --caption-line-height: 21px;
  /* SPACING TOKENS */
  --spacing-4: 4px;
  --spacing-8: 8px;
  --spacing-12: 12px;
  --spacing-16: 16px;
  --spacing-20: 20px;
  --spacing-24: 24px;
  --spacing-32: 32px;
  --spacing-40: 40px;
  --spacing-48: 48px;
  --spacing-64: 64px;
  --spacing-80: 80px;
  --spacing-96: 96px;
  --spacing-160: 160px;
  --main-color: #2865f3;
  --blue-one: #9BB9FF;
  --blue-two: #BFD1FC;
  --blue-three: #D4E0FD;
  --blue-four: #E9EFFF;
  --blue-fifth: #F4F7FF;
  --main-white: #FFFFFF;
  --grey-one: #E8E8E8;
  --grey-two: #D0D0D0;
  --grey-three: #5C5B5B;
  --main-black: #151414;
  --black-one: #2D2C2C;
  --black-two: #444343;
}

/* GLOBALS */
html {
  scroll-behavior: smooth;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  /* font: var(--body-font); */
  color: var(--main-color);
}

img {
  max-width: 100% !important;
}

figure {
  margin: 0 0 1em;
}

.ct-span.oxy-stock-content-styles {
  display: block;
}

body,
p {
  font-family: var(--body-font) !important;
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.page-numbers {
  padding: 8px 12px 8px 12px;
  border-radius: 8px;
  color: var(--main-black);
  margin-right: 8px;
}

.page-numbers.current {
  border: 2px solid;
}

.next.page-numbers,
.prev.page-numbers {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--body-font) !important;
  font-weight: var(--font-weight-semi-bold) !important;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

h1:not(.main-heading) {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.5px;
}

.main-heading {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.5px;
}

h2 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.5px;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  line-height: 28px;
}

body.page-template-default {
  color: var(--main-black);
}

.major-section {
  overflow: visible !important;
}

/* h1 for single article/review posts */
body.single-article h1,
body.single-article h2,
body.single-article h3,
body.single-review h1,
body.single-review h2,
body.single-review h3 {
  font-family: var(--body-font);
  font-weight: var(--font-weight-semi-bold);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

body.single-article h1,
body.single-review h1 {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -1px;
}

body.single-article h2,
body.single-review h2 {
  font-size: 32px;
  line-height: 42px;

}

body.single-article h3,
body.single-review h3 {
  font-size: 22px;
  line-height: 29px;
}

input,
textarea {
  font-family: var(--body-font);
  font-weight: var(--body-font-weight);
  font-size: var(--body-font-size);
}

.ct-image.fixed-size-image-content img {
  border-radius: 4px;
}

/* END-GLOBALS */
/* GLOBALS-MOBILE */
@media only screen and (max-width: 390px) {
  h1 {
    font-size: 42px;
    line-height: 48px;
  }

  h2 {
    font-size: 28px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4 {
    font-size: 22px;
    line-height: 30px;
  }

  h5 {
    font-size: 19px;
    line-height: 27px;
  }

  /* h1 for single article/review posts */
  body.single-article h1,
  body.single-review h1 {
    font-size: 36px;
    line-height: 46px;
  }

  body.single-article h2,
  body.single-review h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

/* END-GLOBALS-MOBILE */
.cat-span a {
  color: var(--main-white) !important;
}

.author-box-review {
  color: var(--main-white) !important;
}

/* OXYGEN 4 COLUMN POSTS */
.oxy-post {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  margin-bottom: 1em;
  break-inside: avoid;
}

.oxy-post-title,
.oxy-post-category {
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

a.oxy-post-category {
  font-weight: var(--font-weight-medium) !important;
  font-size: 14px !important;
  line-height: 14px !important;
}

.oxy-post-title:hover {
  border-bottom: 1px solid var(--main-color);
}

.oxy-post-category:hover {
  border-bottom: 1px solid var(--main-black);
}

a.oxy-post-author-link,
.oxy-post-meta-date {
  font-size: 16px !important;
  line-height: 24px !important;
}

.oxy-post-meta-date {
  padding-top: 2px;
}

.oxy-post-meta-span {
  padding: 4px;
}

a.oxy-post-author-link,
a.oxy-post-category {
  color: var(--main-black) !important;
}

a.oxy-post-category {
  text-transform: uppercase;
}

.oxy-post:first-child .oxy-post-title-row.big-grid-title a.oxy-post-title.oxy-post-content-title.content-heading-styling {
  font-size: 32px !important;
  line-height: 42px;
  letter-spacing: -0.5px;
}

a.oxy-post-title.oxy-post-content-title,
.content-heading-styling-h5 {
  font-size: 20px;
  line-height: 28px;
}

a.author-testimonials-title,
.content-heading-styling-h4 {
  font-size: 22px;
  line-height: 30px;
}

.content-heading-styling-h3 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.5px;
}

.content-heading-styling {
  font-weight: var(--font-weight-semi-bold);
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.oxy-post-image,
.oxy-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  background-position: center;
  background-size: cover;
}

.oxy-posts-grid .oxy-posts {
  margin-bottom: 0 !important;
}

.oxy-posts {
  grid-row-gap: 5px !important;
}

.oxy-post-image-row {
  width: 280px;
  height: 186px;
  border-radius: 4px;
  max-width: 100%;
  margin-bottom: 1em;
}

.oxy-post-image-row.big-grid {
  height: 125px;
}

.oxy-post:first-child .oxy-post-image-row.big-grid {
  height: 390px !important;
}

.oxy-post-image-row.big-grid:first-child {
  width: 100%;
}

.oxy-post-image-row.big-grid:first-child .oxy-post-image {
  background-position: left center;
}

.oxy-post-image-row a.image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.oxy-post-meta {
  margin-top: 0.5em;
  font-size: 0.8em;
  display: flex;
  flex-direction: row;
}

.oxy-post-meta-item::after {
  content: "\00b7";
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.oxy-post-meta-item:last-child::after {
  content: "";
  display: none;
}

.oxy-post-content {
  margin-top: 1em;
  margin-bottom: 1em;
}

.oxy-post-content p {
  margin: 0;
}

.oxy-post-meta-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

@media (max-width: 1200px) {
  .oxy-posts {
    column-count: 2;
  }
}

@media (max-width: 992px) {
  .oxy-post:first-child .oxy-post-image-row.big-grid {
    width: 100% !important;
    height: 250px !important;
  }

  .oxy-posts {
    grid-row-gap: 12px !important;
  }

  .oxy-post-meta-date {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  .oxy-posts {
    column-count: 1;
    border-top: 1px solid #D4E0FD;
    padding-top: 24px;
    padding-bottom: 16px;
  }

  .footer-oxy-posts .oxy-posts {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 12px;
  }

  .oxy-post {
    flex-direction: row-reverse;
    align-items: center;
    border-bottom: 1px solid #D4E0FD;
    padding-top: 0px;
    padding-bottom: 16px;
  }

  .footer-oxy-posts .oxy-post {
    padding-bottom: 0px;
  }

  .major-section.major-footer-section .oxy-post,
  .major-section.major-footer-section .oxy-posts {
    border-top: none;
    border-bottom: none;
  }

  .oxy-post-image-row {
    width: 35%;
  }

  .oxy-post-image-row.big-grid,
  .oxy-post-image-row {
    height: 76px;
  }

  .oxy-post-content-row {
    width: 60%;
    margin-right: 10px;
  }

  .oxy-post-excerpt-row:not(.big-grid-excerpt-row.oxy-post-excerpt-row) {
    display: none;
  }

  .oxy-post-category-row,
  .oxy-post-meta-row {
    font-size: 14px;
  }
}

.oxy-post-category-row,
.oxy-post-title-row,
.oxy-post-meta-row {
  margin-bottom: 12px;
}

/** ARTICLE REVIEW */
.article-inner-content h2,
.article-inner-content h3,
.article-inner-content h4 {
  padding-top: 32px;
  padding-bottom: var(--spacing-20);
}

.article-inner-content h2 {
  font-size: 32px;
  line-height: 42px;
}

.article-inner-content h3 {
  font-size: 22px;
  line-height: 29px;
}

/* .article-inner-content ul li::marker {
  color: var(--main-color);
} */

ul li::marker {
  color: var(--main-color);
}

.article-inner-content ul li,
.article-inner-content ol li {
  padding-bottom: 15px;
}

.article-inner-content a:not(a.myroami-button) {
  color: var(--main-color);
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

.article-inner-content a:hover {
  border-bottom-color: 1px solid var(--main-color);
}

.triangle {
  height: 15px;
  width: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.triangle:before {
  z-index: 2;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: var(--main-white);
  transform: rotate(45deg);
  top: 5px;
  left: 25px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.08);
}

.triangle:hover,
.triangle:hover:after {
  box-shadow: none;
}

.article-inner-content .review-faq-content ol li {
  font-weight: 700;
  padding-top: var(--spacing-12);
  border-top: 2px solid var(--blue-four);
}

.article-inner-content .review-faq-content ol li p {
  padding-bottom: var(--spacing-12);
  padding-left: var(--spacing-12);
  padding-top: var(--spacing-12);
}

.article-inner-content .review-faq-content ol,
.article-inner-content .final-thoughts ol {
  padding-inline-start: 0px;
  list-style-position: inside;
}

/** ARTICLE REVIEW END*/
.body-small {
  font-family: var(--body-font);
  font-size: var(--body-small-font-size);
  font-weight: var(--body-small-font-weight);
  line-height: var(--body-small-line-height);
}

.caption {
  font-family: var(--body-font);
  font-size: var(--caption-font-size);
  font-weight: var(--caption-font-weight);
  line-height: var(--caption-line-height);
}

.navi {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: var(--font-weight-semi-bold);
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}

.navi .menu-item .sub-menu {
  border-top: 2px solid #2865f3;
  border-radius: 0px 0px 4px 4px;
}

.navi-mobile {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}

.navi-inside {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}

.navi-language {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: var(--font-weight-regular);
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: center;
}

.search {
  font-family: var(--body-font-pro);
  font-size: 18px;
  font-weight: var(--font-weight-regular);
  line-height: 27px;
  letter-spacing: 0.5px;
  text-align: center;
}

.claim {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: var(--font-weight-medium);
  line-height: 16px;
  text-align: left;
}

.category-name,
p.category-name {
  font-family: var(--body-font);
  font-size: 14px !important;
  font-weight: var(--font-weight-medium) !important;
  line-height: 14px !important;
  letter-spacing: 1px !important;
  text-align: left;
}

:not(body).category a {
  color: var(--main-black) !important;
}

.major-section.review-section .category a {
  color: var(--main-white) !important;
}

body.single-review .category a {
  color: var(--main-white) !important;
}

.major-footer-section:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  /* Length of the cut */
  height: 100px;
  /* Length of the cut */
  background: linear-gradient(45deg, transparent 50%, var(--main-white) 50%);
}

.wp-block-embed__wrapper:before {
  padding-top: 10px !important;
}

/* CONTACT FORM 
   ct-form-main
    ct-form-row
      ct-form-label
      ct-form-input-row

   contact-from-btn-wrapper

*/
.ct-form-main {
  display: flex;
  flex-direction: column;
  padding-bottom: 0px;
}

.ct-form-main .ct-form-row p.ct-form-label {
  font-weight: var(--font-weight-medium) !important;
  padding-bottom: 6px;
}

.ct-form-main .ct-form-row a {
  border-bottom: 1px solid var(--main-black) !important;
  color: var(--main-black) !important;
}

.ct-form-main .ct-form-row:not(:last-child) {
  padding-bottom: var(--spacing-24);
}

.ct-form-main .ct-form-row .ct-form-input-row input,
.ct-form-main .ct-form-row .ct-form-input-row textarea {
  width: 100%;
  padding: var(--spacing-12) var(--spacing-16) var(--spacing-12) var(--spacing-16);
  border: 1px solid var(--blue-two);
  border-radius: 4px;
}

.ct-form-main .contact-from-btn-wrapper {
  max-width: 240px;
  padding-top: var(--spacing-32);
}

.author-box {
  display: flex;
  flex-direction: row;
}

.author-box .author-box-link {
  color: var(--main-color);
}

.author-big-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-bottom: var(--spacing-20);
}

.author-big-box .author-avatar img {
  border-radius: 100px;
  object-fit: cover;
}

.author-big-box .author-box-name .author-box-link {
  padding-left: var(--spacing-12);
  font-weight: var(--font-weight-medium);
}

.author-big-box .author-social {
  align-items: center;
  padding-left: var(--spacing-24);
  ;
  padding-top: var(--spacing-20);
}

/* SPECIAL CONTAINER */
.special-container img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

.special-container h3,
.special-container h4 {
  margin-bottom: var(--spacing-20);
  margin-top: var(--spacing-32);
  font-size: 32px;
}

.special-container h4 {
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.special-container h1 {
  font-size: 56px;
}

.special-container ul li::marker,
.special-container ul li span,
.special-container span.blue-text {
  color: var(--main-color);
}

.special-container .providers-choose-right .inner-inside {
  margin-top: var(--spacing-12);
}

.special-container .providers-choose-right {
  background-color: var(--blue-fifth);
  padding: var(--spacing-24);
  border-radius: 16px;
}

.special-container .providers-choose-right h3 {
  margin-top: 0px;
}

.special-container .providers-choose-right .protip-text {
  padding-left: var(--spacing-32);
}

/* PRO TIP only on one - special page, manually changed */
body.page-id-94 .special-container .protip-display {
  margin-top: var(--spacing-32);
  display: flex;
}

body.page-id-94 .special-container .protip-display h4 {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* Override user agent stylesheet */
.share-icons a {
  display: none !important;
}

.share-icons a {
  display: flex !important;
}

/* LANGUAGE SWITCHER */
.msls_languages {
  font-family: var(--body-font);
  border: none;
  background-color: var(--main-white);
}

@media (max-width: 767px) {
  .section-container #_tabs-110-46.oxy-tabs-wrapper.oxy-tabs.explore-options-tab {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }

  .section-container #_tabs-110-46.oxy-tabs-wrapper.oxy-tabs.explore-options-tab::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 992px) {
  .oxy-pro-menu-container.oxy-pro-menu-dropdown-links-visible-on-mobile.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-show-dropdown .menu-main-menu-container #menu-main-menu.oxy-pro-menu-list>.menu-item a:not(.sub-menu .menu-item a) {
    font-weight: var(--font-weight-bold) !important;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--blue-four);
    padding-bottom: 12px;
  }

  .oxy-pro-menu-container.oxy-pro-menu-dropdown-links-visible-on-mobile.oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-show-dropdown .menu-main-menu-container #menu-main-menu.oxy-pro-menu-list>.menu-item .sub-menu {
    padding-left: 24px;
  }

  .oxy-header-center #link-84-44 {
    z-index: 9999;
  }
}

.ct-news-form-main {
  display: flex;
  flex-direction: row;
}

.ct-news-form-main .ct-news-form-row .ct-news-form-input-row {
  max-width: 168px;
}

.ct-news-form-main .ct-news-form-row .ct-news-form-input-row input {
  width: 100%;
  padding: var(--spacing-12) var(--spacing-16) var(--spacing-12) var(--spacing-16);
  border: 1px solid var(--blue-four);
  border-radius: 4px;
}

#-pro-menu-10-44 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item,
#-pro-menu-10-44 .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a,
#-pro-menu-10-44 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item,
#-pro-menu-10-44 .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
  font: var(--body-font) !important;
}

#author-anchor::before {
  content: '';
  display: block;
  height: 100px;
  margin-top: -250px;
  visibility: hidden;
}

#-pro-menu-10-44 .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children>a svg {
  font-size: 14px !important;
}

/* Style for the table */
.wp-block-table {
  border-radius: 4px;
}

//.wp-block-table .has-fixed-layout {
//    width: 100%;
//    border-collapse: collapse;
//}

/* Style for table borders and text color */
.wp-block-table td,
.wp-block-table th {
  border: 1px solid var(--blue-three);
  color: var(--black-one);
  line-height: 24px;
  font-size: 16px;
}

/* Style for the first row (header row) */
.wp-block-table tr:first-child {
  background-color: var(--blue-fifth);
  color: var(--black-one);
}

.wp-block-table tr:first-child td {
  font-size: 18px;
  line-height: 18px;
}

.oxy-dynamic-list a {
  font-weight: var(--font-weight-semi-bold);
}

.oxy-dynamic-list .ct-div-block:last-child {
  border-color: var(--main-white) !important;
}

.wp-block-table img {
  max-width: 60px !important;
  max-height: 60px;
}

.wp-block-table .has-fixed-layout {
  table-layout: auto;
  width: max-content;
}

@media (min-width: 992px) {
  figure.wp-block-table {
    overflow-x: scroll;
  }
}

@media (max-width: 991px) {
  figure.wp-block-table {
    overflow-x: scroll;
  }
}

@media (max-width: 767px) {
  .oxy-table-of-contents {
    top: 10px;
  }

  .advert-disclosure {
    margin-top: 10px;
  }

  .oxy-table-of-contents.sticky-table-of-contents {
    top: 63px !important;
  }
}

/* CAREERS POST TYPE STYLING */
.career-content .ct-inner-content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-tags {
  display: flex;
  gap: 20px;
  text-align: left;
  color: var(--main-black) !important;
  font-weight: var(--font-weight-semi-bold);
}

.career-tag-separator {
  color: var(--main-color);
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {

  .career-content .ct-inner-content ul {
    padding-inline-start: 20px;
  }

  .career-tags {
    font-size: 19px;
  }
}

/** CAREERS POST ITEM STYLING */
.post-type-archive-careers .career-archive-section-container .oxy-posts {
  border-top: none;
  grid-row-gap: 20px !important;
}

.career-post-item {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  text-align: left;
  gap: 24px;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid var(--blue-two);
}

.career-post-text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.career-post-subtitle,
.career-post-excerpt {
  color: var(--black-two);
}

.career-post-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: var(--main-color);
}

@media (max-width: 767px) {
  .career-post-item {
    padding: 20px;
  }

  .career-post-text-block {
    gap: 12px;
  }

  .career-post-subtitle,
  .career-post-excerpt {
    font-size: 16px;
    line-height: 24px;
  }
}

/* END */