.interview-header{
    background-color: #9BD7F5;
    padding: 20px 20px 0px 20px;
    width: 80%;
    margin: 0 auto;
    
}
.interview-header-title{
    text-align: center;
    font-weight: bold;
    border-bottom:thick solid #00B0FF;
    width: 300px;
    margin: 0 auto;
}

.interview-header-detail{
    display: flex;
    width: 90%;
    margin: 20px auto;
}

#two-imgs{
    display:flex;
    width:30%;
}
#two-imgs div{
    width:50%;
}
#two-imgs img{
    width:100%;
}

#two-imgs-intro-text{
    width:70%
}

.introduction-text {
    padding-left: 3%;    
}

.interview-keyword{
    background-color: #9BD7F5;
    text-align: center;
    padding: 1px;
}
.interview-keyword h2{
    font-weight: normal;
    margin-bottom: 0.83em;
}

.interview-answer{
    margin: 30px auto;
}
.interview-answer p{
    margin: 0 auto;
}


.answer-last{
    padding-bottom: 30px;
    margin-bottom: 0;
}

.interview-footer{
    width: 80%;
    padding: 20px;
}

.highlight{
    background-color: #D5EEFB;
}


@media(min-width: 801px) {
    .logo-sec .ithojotool br {
        display: none;
    }
}

@media(max-width: 800px) {
    .interview-header{
        width: 90%;
        padding: 10px 0px 0px 0px;
    }
    .interview-header-detail{
        flex-direction: column;
        width: 95%;
        margin: 10px auto;
    }

    #two-imgs{
        display:flex;
        width:75%;
        margin: 10px auto;
    }

    #two-imgs-intro-text{
        width:100%
    }
    
    .actual-introduction {
        flex-direction: column;
        width: 90%;
        margin: 10px auto;
    }

    .introduction-imgs {
        width: 100%;
    }
    
    .introduction-text {
        width: 100%;
        padding-left: 0;    
    }

    .interview-contents, .interview-footer, .header-content, .orizonarc-introduction{
        width: 90%;
    }

    .logo-sec {
        flex-direction: column;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .logo-sec .ithojotool br {
        display: normal;
    }
        
    .interview-footer {
        padding: 20px;
    }
    .figure-img {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .figure-img img {
        max-width: 100%;
    }

    .people-img {
        display: none;
    }
    .people-img img {
        max-width: 90%;
        height: auto;
    }
	
}
