.team-boxes .team-box .team-photo {
    width: 150px;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: url('https://verse.ai/wp-content/uploads/2023/08/bio_mask.svg'
);
    mask-image: url('https://verse.ai/wp-content/uploads/2023/08/bio_mask.svg'
);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-bottom: 13px;
}

#nav-button {
    background-color: #0048ff;
    border-radius: 5px 5px 5px 5px;
    font-size: 22px;
    padding: 12px 24px;
    color: #fff!important;
    text-align: center;
    transition: all .3s;
margin: 10px;
}

.by-atlas {
    font-size:17px;
    font-weight:500;
}

 /*highlited text*/
 span.highligted-text {
     background: -webkit-linear-gradient(left #23C9FF, #0048FF, #5A24FF, #E31D93);
     background: -o-linear-gradient(right, #23C9FF, #0048FF, #5A24FF, #E31D93);
     background: -moz-linear-gradient(right, #23C9FF, #0048FF, #5A24FF, #E31D93);
     background: linear-gradient(to right, #23C9FF, #0048FF, #5A24FF, #E31D93);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
 }
 
 .highligted-text2 {
    background: -webkit-linear-gradient(right #e6349e, #ff7f30);
    background: -o-linear-gradient(left, #e6349e, #ff7f30);
    background: -moz-linear-gradient(left, #e6349e, #ff7f30);
    background: linear-gradient(to left, #e6349e, #ff7f30);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}