/* Add custom CSS styles below */
@media (max-width: 767px) {
  #mainnav.main-nav-container {
    min-height: auto !important;
    height: auto !important;
  }
  #mainnav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #mainnav .grid {
    grid-template-rows: auto !important;
    row-gap: 0 !important;
  }
}

@media (max-width: 1023px) {
    section.TU-banners-2 .grid.grid-cols-2 {
        grid-template-columns: 1fr !important; 
        display: grid !important;
    }
    section.TU-banners-2 .grid.grid-cols-2 > div {
        grid-column: span 1 / span 1 !important;
        width: 100% !important;
        min-height: 200px !important;
    }
}


.TU-social-4 {
    display: flex !important;
    flex-direction: column !important; 
    align-items: center !important;
}

.TU-social-4 .flex-row.flex-wrap {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: auto !important;
}

.team-description {
    width: 100%;
    max-width: 1200px;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.team-description p {
    font-size: clamp(0.9rem, 0.85rem + 0.3vw, 1.15rem);
    color: #333;
    line-height: 1.8;
    text-align: center; 
    margin: 0 auto;
}

.highlight-text {
    background-color: #dce12e; 
    padding: 2px 8px;          
    border-radius: 4px;       
    font-weight: bold;         
    display: inline-block;     
}

@media (max-width: 767px) {
    .team-description {
        margin-top: 20px;
        order: 10; 
    }
    
    .TU-social-4 .container {
        display: flex !important;
        flex-direction: column !important;
    }
}