.border-career-001 {
    height: 100%;
    position: relative !important;
}
.border-career-001:before {
    position: absolute;
    content: '';
    width: 10px;
    z-index: 99;
    height: 80%;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
    left: -5px !important;
    transition:0.3s;
}

.border-career-001:hover:before {
   height: 85%;
}
@media(max-width:991px){
.border-career-001:before {
    position: absolute;
    content: '';
    width: 5px;
    z-index: 99;
    height: 80%;
    bottom: 0px;
    top: 0px;
    margin: auto;
    background: -webkit-linear-gradient(-50deg, #ef713a 31%, #edd61b 74%);
    left: -3px !important;
    transition:0.3s;
}}


.career-button-style-001 .sppb-btn.sppb-btn-default {
      font-size: 12px !important;
       transition: 0.3s;
       justify-content: center;
       border: 2px solid #ef713a !important;
       position: relative !important;
       color: #cb6d2f;
       background: #fff;
       font-weight: 700 !important;
       padding: 9px 25px;
       text-align: center;
       border-radius: 0px;
       width: 47%;
}

.career-button-style-001 .sppb-btn.sppb-btn-default:before {
    display:none;
}
.career-margin-top {
    margin-top: -30px !important;
}
@media(max-width:991px){
.career-margin-top {
    margin-top: -50px !important;
  }}


.min-height-career h5.sppb-addon-title {
    min-height: 50px;
}
@media(max-width:991px){
.min-height-career h5.sppb-addon-title {
    min-height: 30px;
  }}
