/* .archive-interview-content .interview-item__info {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
} */
.single-interview-content #schedule .schedule-time {
    clip-path: polygon(0% 0%, 170px 0%, 100% 50%, 170px 100%, 0% 100%);
}
.single-interview-content .the-content {
    font-weight: 500;
    font-size: 18px;
    line-height: 180%;
    color: #282828;
}
.single-interview-content .the-content img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.single-interview-content .the-content h1, .single-interview-content .the-content h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0.02em;
    padding-bottom: 10px;
    border-bottom: 3px solid;
}
.single-interview-content .the-content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.02em;
    padding-left: 10px;
    border-left: 10px solid;
}
.single-interview-content .the-content h4 {
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    letter-spacing: 0.02em;
}