.block-affin-group-team-non-clickable .bg-color{
    background-color: #0768B3;
}

.block-affin-group-team-non-clickable .header{
    font-size: 48px;
    color: #444444;
}

.block-affin-group-team-non-clickable .sub-header{
    font-size: 20px;
    color: #888888;
}

.block-affin-group-team-non-clickable .no-padding {
    padding: 0;
}

.block-affin-group-team-non-clickable .no-margin {
    margin: 0;
}
.block-affin-group-team-non-clickable .full-height {
    height: 100%;
    min-height: 225px;
}

.block-affin-group-team-non-clickable .card-container {
    max-width: 425px;
    background: #fff;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    height: 100% !important;
    word-wrap: break-word;
}

.block-affin-group-team-non-clickable .button {
    border: none;
    border-radius: 10px;
    color: white;
    padding: 15px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #0768B3;
    width: 50%;
}

.block-affin-group-team-non-clickable .button-text {
    font-size: 17px;
    font-weight: 300;
    color: white;
}

.block-affin-group-team-non-clickable .card-title-text{
    font-size: 24px;
    color: #333333;
    margin-top: 15px;
    min-height: 100px;
}

.block-affin-group-team-non-clickable .card-description-text{
    font-size: 14px;
    font-style: italic;
    color: #9B9B9B;
}

.block-affin-group-team-non-clickable .profile-image{
    max-height: 225px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}