.massi-our-story {
  width: 100%;
  background: #ffffff;
}

.massi-our-story .story-wrap {
  display: flex;
  align-items: stretch;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 420px;
}

.massi-our-story .story-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 72px 64px 72px 40px;
  text-align: left;
}

.massi-our-story .story-title {
  font-family: Gilroy, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1a2b3c;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.massi-our-story .story-desc {
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #5a6a7a;
  line-height: 1.8;
  margin-bottom: 36px;
  max-width: 480px;
}

.massi-our-story .story-btn {
  display: inline-block;
  align-self: flex-start;
  background: rgb(251, 191, 69);
  color: rgb(59, 82, 110);
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 26px;
  border-radius: 12px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.massi-our-story .story-btn:hover {
  background: rgb(240, 178, 50);
  color: rgb(59, 82, 110);
  text-decoration: none;
}

.massi-our-story .story-image {
  flex: 0 0 480px;
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  background: #e8e4df;
}

.massi-our-story .story-image img.story-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.massi-our-story .story-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}

.massi-our-story .story-placeholder svg {
  width: 48px;
  height: 48px;
  opacity: 0.4;
  display: block;
  margin: 0 auto 12px;
}

.massi-our-story .story-placeholder .ph-label {
  font-family: Gilroy, sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #8a8a8a;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
}

.massi-our-story .story-placeholder .ph-sub {
  font-family: Gilroy, sans-serif;
  font-size: 11px;
  color: #aaa;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 4px;
}

@media (max-width: 900px) {
  .massi-our-story .story-wrap {
    flex-direction: column;
  }

  .massi-our-story .story-text {
    padding: 48px 32px 36px;
    text-align: center;
    align-items: center;
  }

  .massi-our-story .story-desc {
    max-width: 100%;
  }

  .massi-our-story .story-btn {
    align-self: center;
  }

  .massi-our-story .story-image {
    flex: 0 0 300px;
    min-height: 300px;
    margin: 0 32px 32px;
  }
}

@media (max-width: 480px) {
  .massi-our-story .story-text {
    padding: 40px 20px 28px;
  }

  .massi-our-story .story-title {
    font-size: 24px;
  }

  .massi-our-story .story-image {
    margin: 0 0 28px;
    border-radius: 0;
  }
}
