.post_work_btn_site{
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-weight: 600;
    transition:all .5s ease;
    background-color: #f6147e;
}

.post_work_btn_site:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 99;
}

.post_work_big_btn_site{
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-weight: 600;
    transition:all .5s ease;
    background-color: #f6147e;
}

.post_work_big_btn_site:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 99;
}

.post_work_container{
    height: auto;
}

.post_work_container:hover{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 99;
}