.team-grid .custom_padding {
    padding: 120px 0px;
}
.team-grid h6 {
    margin-bottom: 20px;
}
.team-grid .negative-margin {
    margin: 0px -16.5px -90px;
}
.team-grid .content-padding {
    padding: 0px 16.5px 90px;
}
.team-grid .heading-row {
    margin-bottom: 60px;
}
.team-grid .heading-row:nth-child(3), .team-grid .heading-row:nth-child(5), .team-grid .heading-row:nth-child(7) {
    margin-top: 90px;
}
.team-grid .content-padding .image-4by3 {
    padding-bottom: 145%;
}
.team-grid .content-padding h5 {
    margin-bottom: 20px;
}
.team-grid a.facebook-icon,
.team-grid a.twitter-icon {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--global-border-radius);
}
.team-grid a.facebook-icon {
    margin-right: 10px;
}
.team-grid a.facebook-icon::before{
    content: '';
    background-image: url('assets/facebook-icon.svg');
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.team-grid a.twitter-icon::before{
    content: '';
    background-image: url('assets/twitter-icon.svg');
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.team-grid a.facebook-icon:hover,
.team-grid a.twitter-icon:hover {
    background: var(--mid-grey);
}
.team-grid .content-padding > a {
    text-decoration: none;
    color: unset;
}
@media(max-width: 1199.98px){
    .team-grid .custom_padding {
        padding: 90px 0px;
    }
    .team-grid .heading-row {
        margin-bottom: 60px;
    }
    .team-grid .negative-margin {
        margin: 0px -15px -60px;
    }
    .team-grid .content-padding {
        padding: 0px 15px 60px;
    }
}
@media(max-width: 991.98px){
    .team-grid .custom_padding {
        padding: 60px 0px;
    }
}
@media(max-width: 767.98px){
    .team-grid .custom_padding {
        padding: 45px 0px;
    }
    .team-grid .heading-row:nth-child(3), .team-grid .heading-row:nth-child(5), .team-grid .heading-row:nth-child(7) {
        margin-top: 60px;
    }
    .team-grid .heading-row {
        margin-bottom: 45px;
    }
    .team-grid .negative-margin {
        margin: 0px -15px -45px;
    }
    .team-grid .content-padding {
        padding: 0px 15px 45px;
    }
}
@media(max-width: 575.98px){
    .team-grid .custom_padding {
        padding: 30px 0px;
    }
    .team-grid .heading-row:nth-child(3), .team-grid .heading-row:nth-child(5), .team-grid .heading-row:nth-child(7) {
        margin-top: 45px;
    }
    .team-grid .heading-row {
        margin-bottom: 30px;
    }
    .team-grid .negative-margin {
        margin: 0px -15px -30px;
    }
    .team-grid .content-padding {
        padding: 0px 15px 30px;
    }
}