/**
 * -----------------------------------------------------------------------------
 * New Colors - Source: Figma (these names will not change in Figma as they come
 * from the Figma library, we should standardize around them).
 * -----------------------------------------------------------------------------
 */
/* Custom breakpoints for mobile carousel */
/* Navy icons */
section .expert .content.container, .content.container {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  section .expert .content.container, .content.container {
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) {
  section .expert .content.container, .content.container {
    padding: 36px 50px;
  }
}