/* =========================================
   CERTIFICAÇÕES – estilos específicos
   Herda: .page-hero-banner, pages-hero-cards.min.css
   Hero alinhado ao LGPD (pages-hero-cards)
   ========================================= */
#certificados-title{
   text-transform: uppercase;
   font-size: 50px;
   font-weight: 800;
}

.certificacoes-links img{
   height: 160px;
   object-fit: cover;

   cursor: pointer;
}

/* =========================================
   BREAKPOINTS
   ========================================= */

/* ------- Tablet (768–991) ------- */
@media (min-width:768px) and (max-width:991.98px){
   #certificados-title{ font-size: 40px; }
}

/* ------- Mobile (<=767) ------- */
@media (max-width:767.98px){
   #certificados-title{ font-size: 30px; }
}