/**
 * 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
 */
.section-content .container .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8em; }
  .section-content .container .content-wrapper .content-left {
    flex: 1; }
  .section-content .container .content-wrapper .content-right .image img {
    width: 200px;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover; }

/*# sourceMappingURL=content.css.map */
