.bg-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.bg-primary {
  background-color: #f28a00;
}

.primary {
  color: #f28a00;
}

.bg-secondary {
  background-color: #34373e;
  color: white;
}

.secondary {
  color: #34373e;
}

.bg-white {
  background-color: white;
}

.bg-gray {
  background-color: #34373e;
}

.bg-light-gray {
  background-color: #f5f5f5;
}

@media only screen and (max-width: 1024px) {
  .desktop {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .mobile {
    display: block !important;
  }
}

.container,
.alignwide {
  max-width: 1322px;
  width: 100%;
  margin: auto;
  padding: 0 2em;
}

@media only screen and (max-width: 1382px) {
  .container,
  .alignwide {
    width: auto;
    margin: 0em 30px;
    padding: 0em;
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }
}

.alignfull {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

/* STYLE */
.infobrief-overview-block .infobrief-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  margin-bottom: 0.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.infobrief-overview-block .infobrief-wrapper:hover {
  -webkit-box-shadow: 0px 0px 7px #7e7e7e;
          box-shadow: 0px 0px 7px #7e7e7e;
}

.infobrief-overview-block .infobrief-wrapper:hover .image img {
  width: 110%;
  height: 110%;
}

@media only screen and (max-width: 769px) {
  .infobrief-overview-block .infobrief-wrapper:hover .image img {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 769px) {
  .infobrief-overview-block .infobrief-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1em;
  }
}

.infobrief-overview-block .infobrief-wrapper .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #34373e;
  max-width: 125px;
  overflow: hidden;
}

@media only screen and (max-width: 769px) {
  .infobrief-overview-block .infobrief-wrapper .image {
    max-width: 100%;
  }
}

.infobrief-overview-block .infobrief-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 769px) {
  .infobrief-overview-block .infobrief-wrapper .image img {
    height: 350px !important;
  }
}

@media only screen and (max-width: 599px) {
  .infobrief-overview-block .infobrief-wrapper .image img {
    height: 100% !important;
    max-height: 250px !important;
  }
}

.infobrief-overview-block .infobrief-wrapper .text {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.9em;
}

.infobrief-overview-block .infobrief-wrapper .text .title {
  font-weight: 800;
}

.infobrief-overview-block .infobrief-wrapper .link {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 2em;
}

@media only screen and (max-width: 769px) {
  .infobrief-overview-block .infobrief-wrapper .link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-right: unset;
  }
}

.infobrief-overview-block .infobrief-wrapper .link a {
  margin: 0 !important;
}

@media only screen and (max-width: 769px) {
  .infobrief-overview-block .infobrief-wrapper .link a {
    margin: 1em !important;
  }
}
/*# sourceMappingURL=block.css.map */