.billboard .caption h1 {
    text-transform: capitalize;
}

#breadcrumb {
    padding-top: 51px;
    padding-bottom: 48px;
    @media (min-width: 992px) {
    border-bottom: 1px solid #CCC;
    }
}

#breadcrumb .breadcrumb-list {
    gap: 22px;
}

#breadcrumb .breadcrumb-list .breadcrumb-link strong {
    margin-right: 12px;
}

#breadcrumb p {
    margin-bottom: 0;
}

#breadcrumb a {
    color: #333333 !important;
}

#breadcrumb .products_details h3 {
    margin-bottom: 39px;
}
.breadcrumb-drop-down-wrapper {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
  width: 100%;
}

.breadcrumb-drop-down-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  pointer-events: none;
  background: transparent;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(-45deg);
  z-index: 8;
}

#overview {
    margin-top: 73px;
}

#overview .products_features {
    margin-bottom: 67px;
}

#overview .products_features h2 span {
    padding: 12px 19px;
}

#overview h3 {
    margin-bottom: 0;
}

#overview ul {
    margin-bottom: 26px;
}

#overview .overview-row .col {
    display: flex;
    flex-direction: column;
}

#overview .overview-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #E7E7E7;
    height: 100%;
    padding-top: 43px;
    padding-bottom: 10px;
}

#overview .overview-image {
    min-height: 400px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

#intro {
    margin-top: 59px;
}

#intro .container-intro {
    border-top: 1px solid #CCC;
    padding-top: 35px;
    padding-bottom: 15px;
}

#intro .container-intro h3 {
    margin-bottom: 40px;
}

#specifications {
    margin-bottom: 108px;
}

#specifications .products_features {
    border-top: 1px solid #CCC;
    padding: 60px 0;
}

#specifications .main-repeater{
    border-bottom: 1px solid #CCC;
    padding-bottom: 68px;
}

@media screen and (max-width: 768px) {
    .billboard.internal_cover {
        min-height: 214px !important;
    }
}

@media screen and (min-width: 1024px) {
    #intro .container-intro {
        padding-top: 62px;
        padding-bottom: 67px;
    }
    
    #specifications .main-repeater .products_details h3{
        font-size: 22px;
        margin-bottom: 29px;
    }
}