.interview-template-outer {
  background-color: #FFFFFF;
  max-width: 1000px;
  margin: 0 auto;
}

.interview-template-container {
  max-width: 1000px;
  height: auto;
  padding-bottom: 80px;
  gap: 37px;
  display: grid;
  margin: auto;
  grid-template-areas:
    "left-column interview"
    "left-column summary"
    "left-column profile";
}

.interview-template-container a:hover .Interview-btn-img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.left-column-image {
  grid-area: left-column;
}

.right-column-interview {
  grid-area: interview;
}

.right-column-summary {
  grid-area: summary;
}

.right-column-profile {
  grid-area: profile;
}

.interview-img-outer {
  width: 400px;
  height: 624.32px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.interview-img {
  width: 400px;
}

.interview-template-title-outer {
  width: 480px;
  height: 368px;
  box-sizing: border-box;
  padding-top: 96px;
  padding-bottom: 60px;
  gap: 8px;
  margin-left: auto;
}

.interview-template-title {
  width: 480px;
  height: 201px;
  white-space: nowrap;
}

.interview-template-title-main {
  height: 98px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 98.06px;
  color: #333333;
  text-align: center;
}

.interview-template-title-sub {
  height: 163px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 163.44px;
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-top: -60px;
}

.interview-template-red-underline {
  margin-top: -10px;
  width: 49px;
  border: none;
  height: 2px;
  background-color: #CF1646;
}

.interview-template-summary-outer {
  width: 504px;
  height: auto;
  box-sizing: border-box;
  margin-left: auto;
}

.interview-template-interviewer-info {
  width: 350px;
  height: 19px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
  text-align: center;
  margin: auto;
  color: #333333;
}

.interview-template-summary-main {
  width: 504px;
  height: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 50.4px;
  margin: auto;
  color: #333333;
}

.interview-template-interviewer-profile {
  width: 504px;
  height: auto;
  border-radius: 20px;
  padding: 16px 20px;
  box-sizing: border-box;
  background-color: #F5F5F5;
  margin-left: auto;
}

.interview-template-interview-profile-title {
  width: 66px;
  height: 27px;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27.24px;
  color: #1E9EDB;
  margin-bottom: 20px;
}

.interview-template-interview-profile-contents {
  width: 464px;
  height: auto;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25.6px;
  color: #333333;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .interview-template-outer {
    width: auto;
    height: auto;
  }

  .interview-template-container {
    height: auto;
    width: auto;
    padding: 0px 32px 20px 32px;
    box-sizing: border-box;
    gap: 20px;
    display: grid;
    grid-template-areas:
      "interview"
      "left-column"
      "summary"
      "profile";
    justify-content: center;
  }

  .interview-template-container a:hover .Interview-btn-img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }

  .interview-template-title-outer {
    width: auto;
    padding-top: 100px;
    padding-bottom: 60px;
    gap: 8px;
    height: auto;
  }

  .interview-template-title {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .interview-template-title-main {
    width: auto;
    height: auto;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    color: #333333;
  }

  .interview-template-title-sub {
    width: auto;
    height: auto;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 49px;
    text-align: center;
    margin-top: -30px;
  }

  .interview-template-red-underline {
    margin-top: 0px;
    width: 49px;
    border: none;
    height: 2px;
    background-color: #CF1646;
  }

  .interview-img-outer {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    float: none;
  }

  .interview-img {
    width: 320px;
  }

  .interview-template-summary-outer {
    width: auto;
    height: auto;
    box-sizing: border-box;
    margin-left: 0px;
    padding: 0px 32px;
  }

  .interview-template-interviewer-info {
    width: auto;
    height: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    text-align: start;
    margin: auto;
    color: #333333;
    margin-bottom: 8px;
  }

  .interview-template-summary-main {
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 36px;
    line-height: 50.4px;
  }


  .interview-template-interviewer-profile {
    width: auto;
    height: auto;
    border-radius: 20px;
    padding: 16px 20px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    margin: 0 auto;
  }

  .interview-template-interview-profile-contents {
    width: auto;
    height: auto;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #333333;
  }
}