.tf-team-wrapper{display:grid;gap:20px;grid-template-columns:repeat(1,1fr);justify-content:center}.tf-team-wrapper a{text-decoration:none!important}.tf-team-card{background:#2b2b2b;border-radius:10px;color:#fff;padding:20px;position:relative;text-align:center}.tf-team-img{border:3px solid #d9b341;border-radius:50%;height:120px;object-fit:cover;width:120px}.tf-team-name{color:#fff;font-size:1.1rem;font-weight:600;margin:15px 0 0}.tf-team-title{color:#ccc;font-size:.95rem;margin:5px 0 0}.tf-icon{display:inline-block;height:23px;margin:0 5px;vertical-align:middle;width:30px}.tf-team-icons>:nth-child(2) img{height:30px}button.tf-info-icon{background:none;border:none;cursor:pointer}.tf-team-modal{align-items:center;background-color:rgba(0,0,0,.85);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.tf-modal-content{background-color:#2c2c2c;border:1px solid #2b2b2b;border-radius:12px;color:#fff!important;max-width:500px;padding:20px;position:relative;text-align:center;width:90%}.tf-modal-content h3{color:#fff;margin-bottom:5px}.tf-modal-image img{border:3px solid #d9b341;border-radius:50%;box-shadow:8px 8px 15px #00000050;margin-bottom:15px;margin-top:-90px;width:180px}.tf-close{color:gold;cursor:pointer;font-size:30px;position:absolute;right:20px;top:15px}@media screen and (min-width:768px){.tf-team-wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.tf-team-wrapper{grid-template-columns:repeat(4,1fr)}}