.interview-template-another-interview-container {
  width: auto;
  height: auto;
  padding-bottom: 80px;
  gap: 37px;
  display: flex;
  justify-content: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .interview-template-another-interview-container {
    width: auto;
    height: auto;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 40px 0px;
  }
}