.hero-frame {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(19, 5, 75, 0.12);
}

.president-corner-section {
  background-color: #f6f5fb;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}

.president-photo-wrap {
  position: relative;
  width: 340px;
  max-width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.president-photo-shape-green {
  position: absolute;
  width: 85%;
  height: 82%;
  left: 10%;
  top: -4%;
  background-color: rgba(26, 78, 20, 0.14);
  border-radius: 20px;
  transform: rotate(6deg);
}

.president-photo-shape-orange {
  position: absolute;
  width: 52px;
  height: 52px;
  right: 2%;
  bottom: 5%;
  background-color: #ffb449;
  border-radius: 50%;
  opacity: 0.55;
}

.president-photo {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  border: none;
  box-shadow: 0 14px 34px rgba(19, 5, 75, 0.12);
}

.president-badge {
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  background-color: #13054B;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(19, 5, 75, 0.07);
}

.president-quote-wrap {
  position: relative;
  border-left: 3px solid #ffb449;
  padding-left: 20px;
  margin-top: 20px;
  text-align: left;
}

.president-quote-wrap p {
  margin: 0;
}

.president-name-block {
  margin-top: 18px;
}

.president-name {
  color: #13054B;
  font-weight: 600;
  font-size: 1.1rem;
}

.president-position {
  color: #6b6b76;
  font-size: 0.85rem;
}

@media screen and (max-width: 991.98px) {
  .president-quote-wrap {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 480px;
  }
}

/*# sourceMappingURL=home.css.map */
