.mn-beliefs {
  background: #000;
  padding: 0 40px;
}

.mn-beliefs__hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block: 0;
  padding: 189px 40px 264px;
  margin-bottom: -134px;
  background-color: #000000;
  background-size: cover;
  background-position-x: center;
  background-position-y: 30%;
  background-repeat: no-repeat;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

.mn-beliefs__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.9) 100%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .mn-beliefs__overlay {
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0.2) 100%);
  }
}

.mn-beliefs__title {
  position: relative;
  z-index: 1;
  max-width: 1059px;
  margin: 0;
  text-align: center;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 48px !important;
  line-height: 60px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}

.mn-beliefs__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1512px;
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-inline: 48px;
}

.mn-beliefs__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 26px 32px 30px;
  background: #010101cc;
  border: 1px solid #4b4d4a;
  border-radius: 20px;
}

.mn-beliefs__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 49px;
  height: auto;
  margin-bottom: 20px;
}

.mn-beliefs__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mn-beliefs__card-title {
  margin: 0 0 8px;
  font-family: "roc-grotesk-wide", sans-serif !important;
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f5f1e8;
}

.mn-beliefs__card-text {
  margin: 0;
  font-family: "roc-grotesk", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #f5f1e8;
}

@media (max-width: 991px) {
  .mn-beliefs {
    padding: 0 16px;
  }

  .mn-beliefs__hero {
    padding: 102px 24px 66px;
    margin-bottom: -33px;
    background-size: auto 240%;
    background-position-x: 40%;
    background-position-y: 33%;
  }

  .mn-beliefs__title {
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .mn-beliefs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-inline: 15px;
  }

  .mn-beliefs__card {
    padding: 26px 10px 32px;
  }
}
