
.project_page .inner{
    background-color: #FFF;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / 25%);
    padding: 32px;
}
.project_page .project_blk{
    width: 624px;
    padding: 0 10px;
    max-width: 100%;
    margin: auto;
}
.categories li{
    color: #FFF;
    padding: 2px 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.project_blk .region{
    font-size: 20px;
    font-weight: bold;
}
.project_blk .main_img img{
    width: 100%;
}
.project_blk .main_img {
    margin-bottom: 26px;
}
.taxonomies{
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
    margin-bottom: 20px;
}
.btn_event {
    width: 268px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px #DF2E8B;
    color: #DF2E8B;
    font-size: 14px;
    font-weight: 900;
    border-radius: 100px;
    margin: auto;
    margin-bottom: 26px;
}
.btn_event:after{
    right: 20px;
}
.btn_event:hover:after{
    right: 16px;
}
.project_page.project_single h2 span{
    position: relative;
    z-index: 1;
}
.project_page.project_single h2 span:before{
    content: "";
    position: absolute;
    left: -44px;
    bottom: 0;
    width: 71px;
    height: 58px;
    background-image: url(../../img/common/project_mark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}