
.container-work{
    height: 60vh;
    width: 100%;
    position: relative;
    background: #f0f0f0;
    text-align: center;
    color: white;
}

.image-work{
    background-image: url("../image/space_bg.png");
    background-position: center bottom;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    display: block;
    position: relative;
    background-size: 100% !important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.section-work-topic{
    text-align: left;
    padding-bottom: 24px;
    padding-left: 10%;
    padding-top: 48px;
}

.table-right-col p{
    text-align: left;
    position: relative;
}

.more-btn{
    position: relative;
    text-align: right;
    padding-right: 32px;
    padding-bottom: 16px;
}

.more-btn a{
    color: coral;
    text-decoration: none;
}

.more-btn a:hover{
    color: rgb(224, 102, 58);
    text-decoration: none;
    font-weight: 600;
}

.more-icon{
    fill: coral;
}


@media (min-width: 768px) { 
    .table-right-col{
        position: relative;
        border: solid 1px #d8d8d8;
        background-color: #ffffff;
        outline-width: medium;
        height: 280px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        overflow: auto;
        padding: 40px;
    }
    .table-left-col{
        position: relative;
        border: solid 1px #d8d8d8;
        background-color: #ffffff;
        outline-width: medium;
        height: 280px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
    .table-pad-right{
        padding-right: 0px !important
    }
    .table-pad-left{
        padding-left: 0px !important
    }
    .table-left-col h5{
        text-align: center;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 24px;
    }
    
}

@media (max-width: 767px) { 
    .table-right-col{
        position: relative;
        border: solid 1px #d8d8d8;
        background-color: #ffffff;
        outline-width: medium;
        min-height: 280px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
        overflow: auto;
        padding: 24px;
    }
    .table-left-col{
        position: relative;
        border: solid 1px #d8d8d8;
        background-color: #ffffff;
        outline-width: medium;
        height: 64px;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }
    .table-pad-right{
        padding-right: 15px !important
    }
    .table-pad-left{
        padding-left: 15x !important
    }
    .table-left-col h5{
        text-align: center;
        position: relative;
        padding: 22px;
    }
}

.job-title{
    color: coral !important;
}