/**
 * 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
 */
.features {
  margin-top: 30px; }
  @media (min-width: 981px) {
    .features {
      margin-top: 50px; } }
  .features .feature-post-in {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: var(--white); }
    .features .feature-post-in:hover .right .icon {
      background-color: var(--night);
      color: var(--white); }
    .features .feature-post-in .left {
      width: 100px;
      flex-shrink: 0; }
      .features .feature-post-in .left .image {
        position: relative;
        padding-top: 100%;
        height: auto;
        overflow: hidden;
        border-radius: 15px; }
        .features .feature-post-in .left .image > img, .features .feature-post-in .left .image img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .features .feature-post-in .right {
      display: flex;
      align-items: flex-end;
      gap: 20px;
      width: 100%; }
      .features .feature-post-in .right-left {
        flex-grow: 1; }
      .features .feature-post-in .right-right {
        flex-shrink: 0; }
      .features .feature-post-in .right .label {
        background-color: var(--lightblue);
        border-radius: 10px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 10px;
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px; }
      .features .feature-post-in .right .title {
        font-size: 16px;
        line-height: 20px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
      .features .feature-post-in .right .icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        border: 1px solid var(--night);
        background-color: var(--white);
        color: var(--night);
        font-size: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: ease-in-out 200ms background-color, ease-in-out 200ms color; }
        .features .feature-post-in .right .icon span {
          width: auto; }
          .features .feature-post-in .right .icon span::before {
            width: inherit; }

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