* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  --primary-font: ui-sans-serif,
    system-ui,
    apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    Helvetica,
    'Apple Color Emoji',
    Arial,
    sans-serif,
    'Segoe UI Emoji',
    'Segoe UI Symbol';

  --notion-font: var(--primary-font)
}


@media only screen and (max-width:700px) {
  .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .category-wrapper {
    width: 100%;
    height: 80%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
    margin-top: 20px;
  }

  .search {
    padding: 10px;
    border-radius: 7px;
    border: 1px solid #7F57F1;
    width: 70%;
    background: rgba(16, 16, 16, 0.2);
    box-shadow: 0px 10px 10px rgba(66, 64, 64, 0.08);
    margin-top: 30px;
    color: #fff;
    outline: none;
    padding-left: 40px;
    box-sizing: border-box;
  }

  .search-icon {
    position: absolute;
    color: #fff;
    margin-top: 42px;
    margin-left: 13px;
  }

  .inner-div p {
    width: 80% !important;
  }

  .inner-div h2 {
    font-size: 22px !important;
  }

  .collection-img {
    width: 120px;
    height: 100%;
    transition: all .3s linear;
  }

  .collection {
    position: relative;
    padding-left: 0px;
  }

  .breadcrumb-items p,
  .breadcrumb-items a {
    font-size: 12px !important;
  }

  .ma-t {
    margin-top: 1.5rem !important;
  }

  .collection-div {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (min-width:701px) {
  .icon {
    display: none;
  }

  .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .mid-col-container {
    margin: 0px 30px;
  }

  .category-wrapper {
    width: 25%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #eee;
  }

  .search {
    padding: 15px;
    border-radius: 7px;
    border: none;
    width: 50%;
    background: rgba(16, 16, 16, 0.2);
    box-shadow: 0px 10px 10px rgba(66, 64, 64, 0.08);
    margin-top: 30px;
    color: #fff;
    outline: none;
    padding-left: 40px;
    box-sizing: border-box;
  }

  .search-icon {
    position: absolute;
    color: #fff;
    margin-top: 46px;
    margin-left: 13px;
  }

  #second-collection-div {
    margin-top: -7% !important;
  }

  .collection-div .container {
    margin-top: 2rem;
  }

  .container .category-wrapper:nth-child(3n+4),
  .category-wrapper:nth-child(1) {
    margin-left: 10%;
  }

  .container .category-wrapper:nth-child(3n-1) {
    margin-left: 2%;
  }

  .container .category-wrapper:nth-child(3n) {
    margin-left: 2%;
  }

  .container .category-wrapper {
    margin-bottom: 1.5rem !important;
  }

  .ma-t {
    margin-top: 1.5rem !important;
  }

  .ma-l10 {
    margin-left: 10%;
  }

  .collection-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    transition: all .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .collection {
    position: relative;
    padding-left: 150px;
  }

  .collection-div {
    padding-top: 50px;
    padding-left: 20%;
    padding-right: 20%;
  }
}


.inner-div {
  background: linear-gradient(103.85deg, #579EF1 0%, rgba(97, 94, 250, 0.5) 99.51%);
  padding-top: 100px;
  padding-bottom: 260px;
}

footer h5 {
  font-weight: normal;
  text-align: center;
  color: #556575;
  background: #f6f6f6;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff;
}

::placeholder {
  color: #fff;
}

.collection-div {
  transform: translate(0, -170px);
}

.collection-container {
  background: #f6f6f6;
}

.breadcrumb-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-items p a {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}

.breadcrumb-items p {
  color: #fff;
  font-size: 14px;
}

.section-bg {
  /* padding-top: 0;
    padding-bottom: 26px;
    position: relative; */
  background: #fff;
  border: 1px solid transparent;
  border-radius: 10px;
  position: relative;
  z-index: 3;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  display: block;
  outline: none;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.03);
  transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
}

.collection-headline {
  padding: 5%;
}

.title-h1 {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--fg-color);
}

.collection-img svg {
  stroke: #818a97;
  width: 40%;
}

.text-preview {
  text-decoration: none;
  display: block;
  max-width: 630px;
  line-height: 1.4;
  color: var(--fg-color);
  opacity: 90%;
  padding: 0 0 .5rem;
}

.card-space {
  background: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #d4dadf;
}

.article-preview-link {
  margin-left: 30px;
  margin-right: 30px;
  width: calc(100% - 60px);
  opacity: 1;
  transition: opacity .3s;
}

.article-preview {
  word-wrap: break-word;
  margin: 0 30px;
}

.title-h2 {
  margin: -5px 0 2px;
  font-size: 15px;
  font-weight: normal;
}

.primary-color {
  transition: -webkit-filter .15s;
  color: #0057ff;
}

.preview-body {
  margin: 5px 0 11px;
  text-decoration: none;
  display: block;
  max-width: 630px;
  line-height: 1.4;
  color: #565867;
  font: 15px;
}

.article-last-updated {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: var(--fg-color-light)
}

.article-last-updated i {
  margin-right: .25rem;
}

.subcat-title {
  padding: 35px 0px 11px;
  margin: -5px 0;
  color: #3a3c4c;
  font-weight: 500;
  letter-spacing: .02em;
  font-size: 15px;
}

.collection-cat {
  margin-top: 30px;
}

.collection-subcat .subcat-title {
  margin-bottom: 0px;
}

.collection-desc {
  font-size: 15px;
  color: #565867;
  text-align: justify;
  margin-top: 10px;
}

.reaction-picker {
  backface-visibility: hidden;
  padding: 12px;
  text-align: center;
  color: #777;
  background-color: #f0f3f5;
  border-radius: 8px;
}

.reaction-picker .reaction {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: none;
  width: 50px;
  height: 100%;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  transition: transform 0.16s cubic-bezier(0.65, 0.61, 0.18, 1.8) 0.02s, filter 0.32s linear;
  cursor: pointer;
  transform-origin: 50% 60%;
}

.reaction-picker {
  margin: 20px;
  padding: 30px 0px;
}

.reaction-prompt {
  font-size: 14px;
}

.reaction:hover {
  transform: scale(1.3, 1.3);
}

article {
  font-size: 17px;
  color: #565867;
  margin-top: 30px;
}

article p.no-margin {
  margin-bottom: 0;
  min-height: 1.53em;
  margin-bottom: 30px;
}

article .article-h3 {
  font-size: 16px;
  margin: 0 0 15px;
  font-weight: 500;
  line-height: 1.24;
  color: #3a3c4c;
  margin-bottom: 10px;
}

article a {
  color: #0057ff;
  text-decoration: underline;
}

.book-div {
  display: none;
}

.inner-div p {
  font-size: 15px;
  color: #626366;
  width: 30%;
  margin-top: 10px;
}

.inner-div h2 {
  font-size: 36px;
  color: #1F2024;
}

.text-white {
  color: #fff !important;
}

.book-page {
  margin-top: 5px;
}

.book-div-1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kb-article .notion-h1 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.kb-article .notion-page {
  width: unset;
  padding-left: 0px;
  padding-right: 0px;
}