body {
  background-color: #fff;
  color: #747474;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  min-width: 320px;
}

#header{
    border-bottom-color: #e1e1e1;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-top: 0.1rem;
    padding-bottom: 0.1 rem;
}

    #nav .dropdown-menu a {
      font-size: 13px;
    }
    .navbar-nav .nav-link {
      padding-right: 1rem;
      padding-left: 1rem;
    }
.custom-breadcrumb {
  font-size: 10px;
  font-family: 'Raleway', Arial, Helvetica, sans-serif;
  color: #333;
  list-style: none;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›"; /* separatore personalizzato */
  color: #333;
  padding: 0 5px;
}

.page-title-container{
    height: 87px; 
    border-color: #D2D3D4; 
    border-width: 0.8px; 
    border-style: solid; 
}

.entry-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1D4662; /* rgb(29, 70, 98) */
  line-height: normal;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}