/**
 * 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
 */
@font-face {
  font-family: "Raleway-fallback";
  size-adjust: 104.10000000000005%;
  ascent-override: 82%;
  src: local("Arial"); }

.section-joint-venture h2 {
  text-transform: uppercase; }

@media (min-width: 768px) {
  .section-joint-venture .grid {
    display: flex;
    flex-wrap: wrap;
    gap: .5em; }
    .section-joint-venture .grid article {
      flex-basis: calc(50% - .25em); } }

@media (min-width: 981px) {
  .section-joint-venture .grid {
    display: grid;
    gap: .5em;
    margin-right: -.5em;
    grid-template-rows: [row1-start] auto [row1-end] auto [third-line] auto [last-line];
    grid-template-columns: [first] calc(25% - .5em) [line2] calc(25% - .5em) [line3] calc(25% - .5em) [line4] calc(25% - .5em) [end]; } }

/*# sourceMappingURL=joint-venture.css.map */
