.team-section h4 {
    font-size: 32px;
    font-weight: bold;
    color: #303030;
} 
.team-section .card-team { 
    border: 2px solid;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}
.team-section .card-team .img-obj-fit {
    height: 300px;
    position: relative;
}
.team-section .card-team .img-obj-fit img {
    transition: all 0.4s ease;
    position: absolute;
}
.team-section .card-team .img-obj-fit img:nth-of-type(2){
    opacity: 0;
}
.team-section .card-team .img-obj-fit:hover img:nth-of-type(2){
    z-index: 1;
    opacity: 1;
}
.team-section .card-team .img-obj-fit:hover img {
    transform: scale(1.05);
}
@media(max-width:575px) {
    .team-section .card-team .img-obj-fit {
        height: 300px;
    }
}
@media (max-width: 991px) and (min-width: 768px)  {
    .team-section .card-team .img-obj-fit {
        height: 300px;
    }
}
.team-section .card-team h5 {
    font-weight: 700;
    font-size: 20px;
}
.team-section .card-team p {
    color: #828282;
    margin-bottom: 10px;
}
.team-section .card-team .cargo-pm{
    color: #0093CB ;
    padding-top: 10px;
    border-top: 1px solid #828282;

}
.modal-team .modal-dialog {
    max-width: 975px;
}
.modal-team .modal-content {
    border: 2px solid;
    border-radius: 10px;
}
.modal-team .img-obj-fit{
    height: 300px; 
}
.modal-team .cont-cargo li {
    padding-bottom: 3px;
}
.modal-team .cont-cargo ul {
    padding: 0;
}
.modal-team  .espe {
    background: #0093cb;
    color: #fff;
    border-radius: 6px;
}
.modal-team .cont-esp li {
    padding-bottom: 3px;
}
.modal-team .cont-esp ul {
    list-style: disc;
    margin-bottom: 0;
}
.modal-team .espe h6 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}
.modal-team button.close {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 15px;
}