.about-page {
  max-width: 1211px;

  .about-rymera-team {
    border: 1px solid #d5d5d5;
    margin-bottom: 20px;

    .content {
      .inner {
        padding: 30px 39px 20px;
      }

      h2 {
        font-size: 16px;
        font-weight: bold;
      }

      p {
        font-size: 15px;
        color: #000;
        line-height: 1.3em;
      }
    }

    .photo {
      img {
        width: 100%;
      }
    }
  }

  .plugin-cards {
    .ant-col {
      margin-bottom: 20px;
      display: flex;
    }

    .ant-card {
      border-color: #d5d5d5;
      border-radius: 0;
      box-shadow: none;
      width: 100%;
      display: flex;
      flex-direction: column;

      .ant-avatar {
        width: 50px;
        height: 50px;
        border-radius: 0;
      }

      .ant-card-body {
        padding: 24px;
        flex: 1;
      }

      .ant-card-meta-detail {
        overflow: visible;
      }

      .ant-card-meta-title {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 30px;
      }

      .ant-card-meta-description {
        font-size: 15px;
        color: #000;
        line-height: 1.3em;
      }
    }

    .ant-card-actions {
      background-color: #f5f5f5;
      border-color: #d5d5d5;
      padding: 12px 0;

      li:first-child {
        text-align: left;
        padding: 0 24px;

        * {
          margin-top: 6px;
          color: #000;
          font-size: 16px;
        }
      }

      li:last-child {
        text-align: right;
        padding: 0 24px;

        .ant-btn {
          padding-left: 22px;
          padding-right: 22px;
          padding-top: 0;
          padding-bottom: 0;
          height: 35px;
          background: #c6cd2e;
          border: 0;
          border-radius: 0;
          line-height: 34px;
          font-size: 14px;
          font-weight: bold;
          color: #000;
          text-shadow: none;
          margin: 8px 0;

          &:hover {
            opacity: 0.8;
          }
        }
      }
    }
  }
}
