
.content-work{
    display: flex;
    justify-content: center;
}
.detail-work{
    height: 252px;
    width: 490px;
    position: relative;
}
.img-detail-work{
    height: 252px;
    width: 490px;
    object-fit: cover;
}
.detail-project{
    position: absolute;
    display: flex;
    z-index: 9;
    bottom: 20px;
}
.decrip-title{
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin-right: 170px;
    margin-left: 16px;
    font-family: Raleway, sans-serif;
    margin-bottom: 24px;
    width: 190px;
}
.view-detail{
    color: #ffffff;
    font-family: Raleway, sans-serif;
    margin-top: 40px;
    cursor: pointer;
}

/* tablet responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .detail-work{
        height: 252px;
        width: 300px;
    }
    .img-detail-work{
        height: 252px;
        width: 300px;
    }
    .decrip-title{
        margin-right: 10px;
        margin-left: 10px;
        font-size: 24px;
        width: 175px;
    }
    .view-detail{
        font-size: 14px;
    }
}

/* mobile responsive */
@media only screen and (min-width: 360px) and (max-width: 768px){
    .content-work{
        display: unset;
    }
    .detail-work{
        height: 252px;
        width: 340px;
        margin: 0 auto;
    }
    .img-detail-work{
        height: 252px;
        width: 340px;
    }
    .decrip-title{
        margin-right: 20px;
        margin-left: 10px;
        font-size: 30px;
        width: 206px;
    }
    .view-detail{
        font-size: 14px;
    }
}