/* Main Layout */
.logo .bg-primary {
background-color: transparent !important;
}

.head-boxes {
  margin-bottom: 30px;
    margin-left: 12px;
}

span.head-boxes-head {
  display: none;
}

span.head-boxes-title {
  display: inline-block;
    line-height: 1 !important;
    margin: 0 -11px -11px;
    padding: 15px 0 12px 0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(var(--bs-primary-rgb), 1);
    
}

.head-boxes h2 {
 
}

p.head-boxes-foot {
  display: none;
}    