/* --------------  SERVICE ---------------- */
.trinity {
    margin:0 auto;
    display:flex;
    flex-flow:row wrap;
    gap:50px;
    margin:40px auto;
    justify-content:center;
    align-items:flex-start;
    max-width:900px;

}

.trinity div {
    width: 240px;
    font-size:smaller;
}

.trinity img {
    display: block;
    min-width: 240px;
    flex-shrink:0;
    flex-grow:0;
    height:240px;
    object-fit: cover;
}

.tabs {
    background:transparent;
}

#tabs{
    margin-top:30px

}
#tabs,.bizcard {
    zbackground:var(--tt-bg-gray);
}