<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Bold";
  src: url("/assets/fonts/Mulish-Bold.ttf");
}
@font-face {
  font-family: "Semibold";
  src: url("/assets/fonts/Mulish-SemiBold.ttf");
}
@font-face {
  font-family: "Regular";
  src: url("/assets/fonts/Mulish-Regular.ttf");
}
@font-face {
  font-family: "ExtraBold";
  src: url("/assets/fonts/Mulish-ExtraBold.ttf");
}
.companyCardWithoutList {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
.companyCardWithoutList img {
  width: 50px;
  height: 50px;
}
.companyCardWithoutList .companyCardWithoutListTextContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 75%;
}
.companyCardWithoutList .companyCardWithoutListTextContainer h2 {
  font-family: "Bold" !important;
  font-size: 1.25rem !important;
}
.companyCardWithoutList .companyCardWithoutListTextContainer p {
  font-family: "Regular" !important;
  font-size: 1rem !important;
}

@media (max-width: 768px) {
  .companyCardWithoutList {
    flex-direction: column;
    gap: 10px;
  }
  .companyCardWithoutList .companyCardWithoutListTextContainer {
    width: 100%;
  }
  .companyCardWithoutList .companyCardWithoutListTextContainer h2 {
    text-align: center;
  }
}/*# sourceMappingURL=companyCardWithoutList.css.map */</pre></body></html>