.interview-template-entry-outer {
  background-color: #EDF3F5;
  width: auto;
  height: 506px;
  padding: 80px 0px;
  margin: 0 auto;
  box-sizing: border-box;
}

.interview-template-entry-container {
  width: auto;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px 0px;
  margin: auto;
}

.interview-template-entry-maintext {
  font-family: 'Noto Sans';
  font-style: normal;
  width: auto;
  height: 98px;
  font-weight: 700;
  font-size: 72px;
  line-height: 98.06px;
  letter-spacing: 0.1em;
  color: #1E9EDB;
  text-align: center;
  margin: auto;
}

.interview-template-entry-subtext {
  font-family: 'Noto Sans';
  font-style: normal;
  width: auto;
  height: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #1E9EDB;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .interview-template-entry-outer {
    background-color: #EDF3F5;
    width: auto;
    height: 489px;
    padding: 40px 10px;
  }

  .interview-template-entry-container {
    width: auto;
    height: 212px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    padding: 30px 0px;
    margin: auto;
  }

  .interview-template-entry-maintext {
    font-family: 'Noto Sans';
    font-style: normal;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 48px;
    line-height: 65.38px;
    letter-spacing: 0.1em;
    color: #1E9EDB;
    text-align: center;
    margin: auto;
  }

  .interview-template-entry-subtext {
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    width: auto;
    height: auto;
    line-height: 25.6px;
    color: #1E9EDB;
    text-align: left;
    padding-top: 40px;
  }
}