.nowrap{
    white-space: nowrap;
    font-weight: bold;
}

.product-intro.full-seminar .intro-box {
    text-align: left;
}

.movie-title{
    display: inline-block;
    font-size: 1.8rem;
    margin: 2rem 0 0;
    font-weight: bold;
    border-bottom: solid #333 0.2rem;
    padding: 0 0.2em 0.4em;
    line-height: 130%;
}

.movie-box{
    margin: 2rem 0!important;
}

@media screen and (max-width: 767px){
.movie-title{
    font-size: 1.7rem;
    padding: 0 1em 0.5em;
}

}

