#banner::before {
  background-image: url(../image/events/spring.jpg);
}

.interview {
  background-color: #262626;
  border-top: var(--border) solid #0c0c0e;
  border-bottom: var(--border) solid #0c0c0e;
  display: flex;
  position: relative;
  align-items: center;
  /*margin-top: clamp(30px, 7vw, 7vw);*/
  z-index: 1;
}

.interview-box {
  display: flex;
  justify-content: flex-start;
  width: clamp(400px, 50%, 50%);
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  align-items: center;
}

.interview-box img {
  display: inline-block;
  height: clamp(300px, 30vw, 30vw);
  width: 50%;
  object-fit: cover;
  object-position: center;
  border: var(--border) solid black;
}

.interview p {
  display: inline-block;
  padding: 10px;
  width: 50%;
  height: 100%;
  font-size: clamp(20px, 2vw, 2vw);
  margin: 0;
}

.body_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.box {
  height: 300px;
  width: 300px;
  background-color: gray;
  margin: 10px 50px 0 50px;
  border-radius: 15px;
  background-size: cover;
  border: 4px solid #40a8a8;
  position: relative;
  overflow: hidden;
}

.box_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #bfe2e2;
  color: Black;
  font-weight: bold;
  padding: 5px;
  border-top: 4px solid #40a8a8;
}
