.block-type-header.image-wrapper.bg-overlay:before {
  opacity: 0.95;
  background: #023876;
}
@media (max-width: 768px) {
    #brand-header{
        height:fit-content!important;
        min-height:fit-content!important;
    }
    #brand-header .column h2{
        font-size:24px!important;
    }
    #brand-header .column p{
        font-size:14px!important;
    }
}
@media (min-width: 768px) {
    #brand-header{
        min-height:;
        background-position:center center;
    }
}
#brand-header .breadcrumb-item+.breadcrumb-item::before{
    color:var(--bs-secondary);
    content: "\e94c";
}
#brand-header .image-wrapper.bg-overlay:before{
    background:!important;
    opacity:!important;
}
#productshow-body .text-body{
    color:#636367!important;
}
#productshow-body .product-photo img{
    object-fit: cover;
    aspect-ratio: 1/.75;
}
#productshow-body .social-links i{
    font-size:32px;
    color:#636367!important;
}
#productshow-body .introduction {
    font-size:18px;
}
#productshow-body .introduction i{
    font-size:32px;
    color:#636367!important;
}
@media(min-width:768px) {
    #productshow-body .html-block-body p{
        font-size:16px;
    }
    #productshow-body .text-body div{
        margin-bottom:1.5rem;
    }
}

 @media(max-width:768px) {
    #productshow .html-block-body .two-col .col-1, 
    #productshow .html-block-body .two-col .col-2,
    #productshow .html-block-body .three-col .col-1,
    #productshow .html-block-body .three-col .col-2,
    #productshow .html-block-body .three-col .col-3 {
        width:100%;
    }
    #productshow-body .text-body div{
        margin-bottom:1rem;
    }
 }
