#brand-expert-evaluation {
    position: relative;
    padding: 4cqw;
}

#brand-expert-evaluation .expert-acc-content {
    margin-top: 2cqh;
}

#brand-expert-evaluation .expert-header-block {
    margin-bottom: 3cqh;
}

#brand-expert-evaluation .expert-photo-name {
    display: flex;
    gap: 5cqw;
    width: 90%;
    margin: auto;
    align-items: center;
}

#brand-expert-evaluation .expert-photo-name img {
    width: 26%;
    border-radius: 50%;
    display: block;
}

#brand-expert-evaluation .expert-name-block {
    text-align: center;
    width: 60%;
}

#brand-expert-evaluation .expert-license-wrap {
    flex: 1;
    padding: 2cqw;
    margin-bottom: 2cqw;
}

#brand-expert-evaluation .expert-license-wrap .x-small-bold-text,
#brand-expert-evaluation .expert-license-wrap .x-small-text {
    font-size: 16px;
}

#brand-expert-evaluation .expert-license-wrap .license-text-head {
    font-size: 2.6cqw;
    font-weight: 700;
}

#brand-expert-evaluation .expert-license-wrap .license-text {
    font-size: 2.6cqw;
}

#brand-expert-evaluation .expert-prof-block.common-view-limit-wrap {
    height: 200px;
}

@media (max-width: 767px) {
    #brand-expert-evaluation .expert-prof-block.common-view-limit-wrap {
        height: 150px;
    }
}

#brand-expert-evaluation .expert-comment {
    text-align: justify;
    font-feature-settings: "palt";
}

#brand-expert-evaluation .expert-evaluation-date {
    margin: 2cqh 0;
}

#brand-expert-evaluation .expert-prof-block {
    padding: 3cqw;
    margin-bottom: 2cqh;
}

#brand-expert-evaluation .expert-prof-title {
    margin-bottom: 1cqh;
}

@media (max-width: 767px) {
    #brand-expert-evaluation .expert-header-block {
        flex-direction: column;
        align-items: center;
        gap: 3cqw;
    }

    #brand-expert-evaluation .expert-license-wrap {
        width: 100%;
    }
}

#pt-expert-evaluation {
    margin-top: 4%;
}
