@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'inter';
  src: url("../../../fonts/inter/Inter_18pt-Thin.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'baskervville';
  src: url("../../../fonts/Baskervville/Baskervville-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'arimo';
  src: url("../../../fonts/arimo/Arimo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

.strip {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .strip .strip-box {
    width: 300px;
    height: 125px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
    .strip .strip-box img {
      object-fit: contain; }
    .strip .strip-box:first-child {
      width: unset;
      min-width: 300px;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-pack: start;
          justify-content: start;
      padding-inline-start: 45px; }
    .strip .strip-box:last-child {
      width: unset;
      min-width: 300px;
      -ms-flex: 1;
          flex: 1;
      -ms-flex-pack: end;
          justify-content: end;
      padding-inline-end: 45px; }
  @media screen and (max-width: 768px) {
    .strip {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .strip .strip-box {
        width: 50%;
        height: 80px; }
        .strip .strip-box:first-child {
          min-width: unset;
          -ms-flex-pack: center;
              justify-content: center;
          padding-inline-start: unset; }
        .strip .strip-box:last-child {
          min-width: unset;
          -ms-flex-pack: center;
              justify-content: center;
          padding-inline-end: unset; }
        .strip .strip-box img {
          width: 150px;
          height: 50px;
          object-fit: contain; } }
