.director-message {
  height: auto;
  padding: 40px 0 0;
  background: #fff;
display: flex;
}

.director-message-container {
  // height: 634px;
  display: flex;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 65px 15px 75px;
    flex: 1;
}

.message-content {
  /* width: 860px; */
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.message-text {
  position: relative;
}

.message-text::before,
.message-text::after {
  content: "";
  position: absolute;
  font-size: 94.74px;
  line-height: 1;
  font-family: serif;
  color: #f2f2f2;
  z-index: -1;
  pointer-events: none;
}

.message-text::before {
  top: -106px;
  left: -20px;
  background: url("../images/left-icon.svg") no-repeat center;
  width: 94px;
  height: 76px;
}

.message-text::after {
  bottom: 15px;
  right: -5px;
  background: url("../images/right-icon.svg") no-repeat center;
  width: 75px;
  height: 61px;
}

.message-title {
  font-size: 32px;
  line-height: 1.8;
  font-weight: 600;
  color: #7c1419;
  position: relative;
  z-index: 2;
}

.message-text {
  width: 860px;
  height: 376px;
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
  margin-bottom: 55px;
  white-space: pre-line;
  z-index: 1;
}

.en-message-text {
  height:580px;
}

.director-image-wrapper {
  width: 232px;
  height: 325px;
  box-sizing: border-box;
  position: relative;
}
.director-image-wrapper::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 232px;
  height: 325px;
  background-color: #7c1419;
  z-index: 1;
}

.director-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.director-name {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 300;
  color: #000000;
}

.director-titles {
  text-align: right;
}

.user-info {
    position: absolute;
    bottom: 55px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
gap: 18px;
}

.director-title {
  font-size: 16px;
  line-height: 1.4;
  color: #7c1419;
  margin-bottom: 5px;
}

.en-director-title {
 width: 714px;
}

.director-message-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 2px;
  background: #7c1419;
}
