.approved-grid {
  padding-bottom: 0;
  padding-top: 80px;
  position: relative;
  background: #ffffff;
}
.approved-grid .approved_decor {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 1600px;
  z-index: 0;
  pointer-events: none;
}
.approved-grid__description {
  max-width: 373px;
  margin-left: auto;
  margin-bottom: 60px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Geist", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
}
.approved-grid__center-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 48px;
}
.approved-grid__center-image img {
  width: 216px;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.approved-grid__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  position: relative;
  z-index: 1;
}
.approved-grid__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 124px 32px 32px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 24px;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 12px rgba(121, 112, 169, 0.15);
          box-shadow: 0 2px 12px rgba(121, 112, 169, 0.15);
}
.approved-grid__item--hidden {
  display: none !important;
}
.approved-grid__item a.approved-grid__item-link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.approved-grid__item a.approved-grid__item-link:hover .approved-grid__item-title {
  color: #7970A9;
}
.approved-grid__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
}
.approved-grid__item-logo {
  width: 100%;
  height: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.approved-grid__item-logo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.approved-grid__item-title {
  color: #000;
  text-align: center;
  font-family: "Spectral", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: -1.92px;
  margin: 0;
  margin-bottom: 10px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.approved-grid__item-url {
  color: #000;
  text-align: center;
  font-family: "Geist", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.1px;
  margin: 0;
  opacity: 0.6;
}
.approved-grid__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.approved-grid__toggle-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #7970A9;
  background: transparent;
  color: #7970A9;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.42px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.approved-grid__toggle-button:hover {
  background: #7970A9;
  color: #FFF;
  border-color: #7970A9;
}
@media (max-width: 1200px) {
  .approved-grid__items {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .approved-grid {
    padding: 60px 0;
  }
  .approved-grid__description {
    max-width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }
  .approved-grid__center-image {
    margin-bottom: 60px;
  }
  .approved-grid__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .approved-grid__item {
    height: 350px;
    padding: 100px 24px 24px 24px;
  }
  .approved-grid__item-title {
    font-size: 28px;
    letter-spacing: -1.68px;
  }
}
@media (max-width: 768px) {
  .approved-grid {
    padding-top: 32px;
    padding-bottom: 20px;
  }
  .approved-grid__description {
    font-size: 14px;
    letter-spacing: -0.1px;
    margin-bottom: 30px;
    text-align: left;
    max-width: 340px;
    width: 90%;
    margin: 0 0 56px;
  }
  .approved-grid__center-image {
    margin-bottom: 40px;
  }
  .approved-grid__center-image img {
    width: 180px;
    height: 180px;
  }
  .approved-grid__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }
  .approved-grid__item {
    height: 300px;
    padding: 80px 20px 20px 20px;
  }
  .approved-grid__item-title {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
  .approved-grid__item-url {
    font-size: 12px;
    letter-spacing: -0.12px;
  }
}