.popuphistory_block_top_bar{
    display: flex;
    gap: 40px;
    margin-bottom: 50px;
    align-items: center;
}

.popuphistory_block_top_bar_text{
    max-width: 278px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
}
.popuphistory_block_top_bar_image{
    max-width: 213px !important;
}
@media screen and (min-width: 991px){

}
@media screen and (max-width: 990px){
    body .popuphistory_block_content{
        border-radius: 15px;
        padding: 20px;
        gap: 16px;
    }
    body .pum-container.popmake{
        padding-top: 70px !important;
    }
    body .popuphistory_block_top_bar{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
        gap: 15px;
    }
    body .popuphistory_block_content_text p{
        font-size: 16px;
    }
    body .popuphistory_block_content_text{
        padding-right: 9px;
    }
}
.popuphistory_block_content_text> p:first-of-type{
    margin-top: 0;
}
.popuphistory_block_content_top_bar{
    display: flex;
    gap: 20px;
}
.popuphistory_block_content_top_bar_image{
    max-width: 60px !important;
    border-radius: 100px;
}
.popuphistory_block_content_top_bar_content_name{
    color: #565656;
}
.popuphistory_block_content_top_bar_content_job{
    color: #1E1E1E;
}
.popuphistory_block_content_text p{
    font-weight: 500;
    font-size: 19px;
    line-height: 160%;
    color: #1E1E1E;
}
.popuphistory_block_content_text{
    margin-top: 25px;
}
.popuphistory_block_content_top_bar_content_name,
.popuphistory_block_content_top_bar_content_job{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
.popuphistory_block_content_text::-webkit-scrollbar {
    width: 6px;
}
.popuphistory_block_content_text{
    padding-right: 20px;
}
.popuphistory_block_content_text::-webkit-scrollbar-track {
    width: 6px;
    background: #DFD6FF;
    border-radius: 50px;
}

.popuphistory_block_content_text::-webkit-scrollbar-thumb {
    width: 6px;
    background: #CEBCFC;
    border-radius: 60px;
}
.popuphistory_block_content_text{
    max-height: 438px;
    overflow-y: scroll;
}
.popuphistory_block_content_top_bar_content{
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.popuphistory_block_content{
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.5);
    padding: 40px;
}
.popuphistory_block_content_top_bar{
    display: flex;
    gap: 20px;
}