.interview-background {
  background: linear-gradient(
    90deg,
    rgba(74, 163, 208, 0.15) 0%,
    rgba(96, 120, 213, 0.15) 50%,
    rgba(107, 88, 175, 0.15) 100%
  );
  padding-bottom: 187px;
  margin-bottom: -120px;
}

.interview-container {
  max-width: 1110px;
  padding: 0px 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .interview-container {
    padding: 0px 24px;
  }
}

.interview-container .title-background {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 70px;
  overflow: visible;
  display: flex;
  justify-content: center;
}

.interview-container .title-background > span {
  font-family: orbitron, sans-serif;
  font-weight: 600;
  font-size: 100px;
  line-height: 80px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .interview-container .title-background > span {
    font-size: 64px;
    line-height: 56px;
  }
}

.interview-container .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.interview-container .title > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #0f2f97;
}

.interview-description {
  padding: 0 32px;
}

.interview-description > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #0b2b95;
  white-space: break-spaces;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .interview-description > p {
    white-space: normal;
  }
}

.interview-list {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 50px;
  row-gap: 40px;
  justify-content: center;
  justify-items: center;
}

@media (max-width: 1110px) {
  .interview-list {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .interview {
    width: 100%;
  }
}

.interview-summary {
  max-width: 530px;
  display: flex;
  flex-direction: row;
  margin-top: 6px;
  align-items: flex-start;
}

.interview a {
  color: #0b2b95;
}

.interview .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 34px;
  color: #0b2b95;
  text-decoration: none;
}

.interview .enter-button {
  background: linear-gradient(to right, #4aa3d0 0%, #6078d5 50%, #6b58af 100%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px;
  margin-left: 28px;
}

.interview .back-button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 120px;
}

.interview .list-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
}

.interview .back-button {
  width: 255px;
  height: 42px;
  border-radius: 7px;
  margin-bottom: 132px;
  border: solid 1px #0a3e88;
  background-color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  color: #0a3e88;
  cursor: pointer;
  position: relative;
}

.interview .back-button:hover {
  opacity: 0.7;
}

.interview .back-button-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 15px;
}

.flex-1 {
  flex: 1;
}
