/*=========================================================
 CloudCore Network Enterprise Portal
 responsive.css — supplementary breakpoints
 (style.css already carries the core @media rules;
 this file layers extra fixes for very small / very large screens)
=========================================================*/

@media (max-width: 575.98px){

  .topbar .left, .topbar .right{
    font-size: 12px;
  }

  .noc-card h3{
    font-size: 22px;
  }

  .section-title h2{
    font-size: 26px;
  }
}

@media (min-width: 1400px){

  .container{
    max-width: 1320px;
  }
}
