.interview-main {
  padding-top: 8%;
}

@media (max-width: 860px) {
  .interview-main {
    padding-top: 72px;
  }
}

.interview-top-image-wrapper {
  position: relative;
}

.interview-top-image {
  position: relative;
  width: 100vw;
  max-height: calc(100vw * 0.55);
  object-fit: cover;
  object-position: top;
  margin-bottom: 3rem;
}

.circle-div {
  border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
  border: 1.3px solid #000000;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
}

.top-new {
  position: absolute;
  text-align: center;
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  right: -2rem;
  top: 0;
  font-size: 1.3rem;
  transform: translateY(-0.7rem);
}

#interview-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}

.main-title {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 860px) {
  .main-title > div {
    max-width: 200px;
  }
}


.title-interview-underline {
  position: relative;
  margin: 8px 0;
  height: 3px;
  background: black;
}

#user-story-holder {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.interview-user-story-item {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-bottom: 5rem;
}

@media (max-width: 860px) {
  .interview-user-story-item {
    width: 80%;
  }
}

.interview-user-story-company-name {
  font-style: normal;
  font-size: 1.1rem;
  font-family: Helvetica, sans-serif;
  font-weight: 900;
  color: #000000;
}

.interview-user-story-user-name {
  font-style: normal;
  font-size: 1.0rem;
  font-family: Helvetica, sans-serif;
  font-weight: 900;
  color: #000000;
}

.interview-user-story-message {
  text-align: center;
}

.interview-user-story-date {
  font-style: normal;
  font-size: 1.0rem;
  font-family: Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  padding-top: 1rem;
}

.interview-user-story-chip {
  background-color: #E3F2F5;
  color: #4195A5;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 10px;
  margin-top: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

.interview-user-story-id {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 1rem;
}

.interview-top-user-story-company-name {
  font-size: 1.5rem;
}

.interview-top-user-name {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.interview-top-message-area {
  position: relative;
  margin-top: 1rem;
  padding: 0 10%;
}
