/* Minimal CSS */

.team-section {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: baseline;
}

.dtc-team-card {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
      max-width: 49%;
    flex: calc(50% - 25px);
}

.dtc-card-inner {
    width: 100%;
    background: #fff;
}

.dtc-card-top{
    display: flex;
}


.dtc-photo-wrap {
  width: 240px;
    overflow: hidden;
}


.dtc-photo{width:100%;height:100%;/*object-fit:cover;*/}

.dtc-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 38px;
    padding-top: 32px;
    padding-right: 15px;
    padding-bottom: 45px;
    align-items: baseline;
}

.dtc-more-info{color:#b00034;font-weight:bold;cursor:pointer;}
.dtc-close{color:#b00034;font-weight:bold;cursor:pointer;margin-left:10px;}

.dtc-extra {
    display: none;
    background: #fff;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #DADADA;
}
.dtc-hours-row{display:grid;grid-template-columns:120px 1fr 1fr;margin-bottom:4px;}

.dtc-phone-bar {
    background: #008080;
    color: #fff;
    padding: 12px;
    margin-left: auto;
    border-radius: 0px 0px 3px 35px;
    width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dtc-phone-bar a{color:white;text-decoration:none;display:flex;gap: 10px;
    align-items: center;     font-size: 14px;
    font-weight: 500;
    
}

.dtc-day {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
}


span.days-n {
    color: #008080;
}


/*.team-section{*/
/*  display:grid;*/
/*gap:25px;*/
/*  grid-template-colums:1fr 1fr;*/
/*}*/