#gold_price_area .text-blue {
    margin-left: 5px;
}

.expert_comments_section_wrap {
    border: 1px solid #c3c3c3;
    padding: 10px;
    position: relative;
    padding-top: 30px;
    background-color: #fcf1dc;
    line-height: 2;
    border-radius: 5px;
}

.expert_comments_date {
    text-align: right;
    margin-bottom: 10px;
}

.expert_comments_ttl {
    position: absolute;
    background-color: #d82300;
    top: -25px;
    padding: 5px 10px;
    font-size: 17px;
    color: white;
    border-radius: 15px 15px 0px 0px;
}

.profile_area {
    display: flex;
    padding: 10px;
    border-top: 1px solid #c3c3c3;
}

.expert_comments {
    margin-bottom: 10px;
}

.profile_text {
    border-radius: 5px;
}

.expert_comments_section {
    margin-top: 2rem;
}

.profile_area img {
    width: 100%;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}

.profile_img_wrap {
    max-width: 150px;
    position: relative;
    height: fit-content;
    margin-right: 10px;
}

.expert_comments_section {
    overflow: initial;
}

.expert_comments .expert_comments_section:nth-child(2) {
    display: none;
}

.name_text {
    position: absolute;
    bottom: 1px;
    background-color: #ffffff;
    width: calc(100% - 2px);
    text-align: center;
    left: 1px;
    border-radius: 0 0 4px 4px;
}

@media (max-width: 1100px) {
    .profile_img_wrap {
        max-width: 120px;
    }

    .profile_area {
        z-index: 10;
        align-items: flex-start;
        position: relative;
    }

    .profile_text {
        width: 100%;
        line-height: 1.3;
        font-size: 12px;
    }

    .expert_comments_section_wrap:after {
        left: 75%;
    }

    .expert_comments {
        padding: 10px;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .expert_comments_section {
        margin-bottom: 1rem;
    }

    .expert_comments_section_wrap:after {
        border-right: 45px solid #fcf1dc00;
    }

    .expert_comments {
        position: relative;
    }

    .expert_comments_section_wrap {
        padding: 10px;
    }

    .expert_comments_ttl {
        position: initial;
        width: 100%;
    }

    .name_text {
        font-size: 12px;
    }
}
