.Secao-funcionalidades {
  .Description-funcionalidades {
    .Title {
      padding-bottom: 16px;
      color: $purple-dark;
      width: 252px;
    }

    p {
      width: 252px;
    }

    @media screen and (max-width: $md) {
      .Title {
        width: 100%;
      }

      p {
        width: 100%;
      }
    }
  }

  .Card-funcionalidades {
    background: #f5f5fa;
    padding-top: 32px;
    padding-inline: 24px;
    border-radius: 8px;
    min-height: 390px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    img {
      max-width: 350px;
    }

    .Title {
      padding-bottom: 9px;
    }

    ._text-body {
      font-size: $text-sm;
      padding-bottom: 40px;
    }
  }

  @media screen and (min-width: $md) {
    .description-funcionalidades {
      max-width: 252px !important;
    }
  }
}
