.interview-card {
  width: 376px;
  height: auto;
  border-radius: 50px;
  background-color: #EDF3F5;
  box-sizing: border-box;
  float: left;
  padding: 40px 30px 0px 30px;
}

.interview-card-title {
  height: auto;
  font-weight: 700;
  font-size: 22px;
  line-height: 30.8px;
}

.interview-card-group {
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.36px;
}

.interview-card-name {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
  z-index: 100;
}

.interview-card-img-box {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: -20px;
}

.interview-card-img {
  width: 296.26px;
  height: 314px;
}

.interview-btn-img {
  width: 18px;
  height: 14px;
}

.interview-card-btns {
  position: absolute;
  bottom: 0px;
  right: -10px;
}

.interview-card-btn {
  width: 88.08px;
  height: 56px;
  top: 405px;
  left: 276.75px;
  border-radius: 40px;
  padding: 16px 32px;
  box-sizing: border-box;
  gap: 20px;
  background-color: white;
  border: 1px solid #1E9ED8;
  display: inline-block;
}

.interview-card-btn:hover {
  background: linear-gradient(#1EDBA2, #1E9EDB);
  border: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .interview-card {
    width: 311px;
    height: auto;
    border-radius: 20px;
    background-color: #EDF3F5;
    box-sizing: border-box;
    float: left;
    padding: 20px 20px 0 20px;
  }


  .interview-card-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 30.8px;
  }

  .interview-card-img-box {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19.36px;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
  }

  .interview-card-name {
    font-weight: 700;
    font-size: 24px;
    line-height: 29.05px;
  }

  .interview-card-img {
    width: 270px;
    height: 280px;
  }

  .interview-card-btn {
    width: 88.08px;
    height: 56px;
    top: 405px;
    left: 276.75px;
    border-radius: 40px;
    padding: 16px 32px;
    gap: 20px;
    background-color: white;
    border: 1px solid #1E9ED8;
  }

  .interview-card-btn:hover {
    background: linear-gradient(#1EDBA2, #1E9EDB);
    border: 1px solid #ffffff;
  }

  .interview-card-btn-img {
    width: 18px;
    height: 14px;
    top: 5px;
    left: 3px;
  }
}