{# Adjust height from top here#}
.breadcrums-section {position: absolute; z-index: 9; width: 100%; top: 11px; white-space:nowrap; } 
.breadcrums-section .hs-breadcrumb-menu {background: rgba(0, 0, 0, .38);display: inline-flex;padding: 5px 12px; flex-wrap:wrap;}
.breadcrums-section .hs-breadcrumb-menu-item{float:none; padding:0;}
.breadcrums-section .hs-breadcrumb-menu-item:first-child .hs-breadcrumb-menu-divider{padding-left:0}
.breadcrums-section .hs-breadcrumb-menu-item:first-child .hs-breadcrumb-menu-divider:before{display:none;}
.breadcrums-section .hs-breadcrumb-menu-item:last-child a{pointer-events:none}
.breadcrums-section .hs-breadcrumb-menu-item span{padding-left:6px;}
.breadcrums-section .hs-breadcrumb-menu-item a{color:var(--white_color); font-size:16px;letter-spacing: -0.051px; text-decoration:none !important;}
.breadcrums-section .hs-breadcrumb-menu-item span.hs-breadcrumb-label{color:var(--white_color);font-size:16px;letter-spacing: -0.051px;}
.breadcrums-section .hs-breadcrumb-menu-divider:before {
    content: '';
    padding-left: 10px;
    background-image: url('https://2376480.fs1.hubspotusercontent-na1.net/hubfs/2376480/The%20Selwyn%20Foundation%202024%20Theme%20-%2034/Home/Arrow%20Right-1%20(4).svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
  padding-left: 10px; 
  position: relative;
  top:2px;
}
