.rounded-6{
    border-radius: 0.6rem;
}

.team-desc{
    text-align: center;
}
.team-title {
    position: relative;
    padding-top: 10px;
}

.team-name{
    display: block;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}
.team-dej{
    display: block;
    color: #6c757d;
    font-weight: 400;
    font-size: 14px;
    margin-top: 5px;
}

.team .team-social-icon {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    margin-left: 4px;
    margin-right: 4px;
    border-color: transparent;
    color: #212529;
    background-color: #e9ecef ;
    height: 2rem;
    width: 2rem;
    line-height: 2rem;
}

.h-bg-facebook:hover {
    background-color: rgba(59, 89, 152, 1) !important;
    color: white;
    transition: width 2s, height 4s;
}
.h-bg-x-twitter:hover {
    background-color: #010101 !important;
    color: white;
    transition: width 2s, height 4s;
}
.h-bg-google:hover {
    background-color: #4885ed !important;
    color: white;
    transition: width 2s, height 4s;
}