.result_txt {
    padding: 40px 20px;
}
.result_txt>p:first-child {
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.result_txt>ul>li {
    margin-bottom: 4px;
}
.person {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 15px;
    margin-right: 10px;
}
.profile {
    width: 50%;
    margin-bottom: 10px;
}
.profile .pic {
    width: 120px;
}
.profile .pic img {
    width: 100%;
}
.profile .txt .name {
    margin-bottom: 5px;
}
.profile .txt .label {
    display: inline;
    padding: 2px 4px;
    font-size: 0.75rem;
    color: #fff;
}
.profile .pic {
    width: 120px;
    float: left;
}
.profile .txt {
    width: calc(100% - 140px);
    margin-left: 20px;
    float: left;
    font-size: 0.85rem;
}
.profile p {
    margin-bottom: 2px;
}
.profile .name {
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-weight: bold;
}
.link__btn {
    padding-top: 20px;
}
.link__btn a {
    margin: 0 2px;
    padding: 6px 8px;
    text-align: center;
    border-radius: 4px;
    background-color: #eee;
}
.ico.play {
    top: 55%;
}