﻿.career, .productbgTop {
    transition: .8s all;
    overflow: hidden;
    position: relative;
}

.productbg {
    /*border: solid thin #ddd;*/
 
    position: relative;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom:30px;
    padding: 12px;
    background: #fff;
        box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 2px 1px -1px rgb(0 0 0 / 12%);
}

.productbg:hover {
    background:none;
    box-shadow: 5px 5px 20px rgb(0 0 0 / 20%);
}

.productcontent {
    position: relative;
    /*padding: 8px 10px 12px 10px;*/
    background-color: #e8f2fc;
 
}

.productcontent a {
    text-transform: uppercase;
    font-weight: 700;
    color: #01535e;
}

.productcontent h4 {
    font-size: 20px;
    padding:8px 16px;
    line-height: 30px;
    font-weight: 700;
    color: #263d55;
    margin:0px;
}
.productcontent p{   padding:2px 16px;}

