.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 h2 span {
    padding: 12px 19px;
}

#overview h3 {
    margin-bottom: 0;
}

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

#overview .overview-content {
    height: 100%;
    padding-top: 43px;
    padding-bottom: 10px;
}


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

.site-inner img {
    border: 7px solid #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    height: auto;
    width: 100%;
    object-fit: cover;
}

#intro {
    margin-top: 39px;
}

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

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

#specifications .products_details ul {
    margin-bottom: 0;
}

#specifications .products_details ul li {
    margin-bottom: 12px;
}

#specifications .products_features {
    border-top: 1px solid #CCC;
    padding-top: 73px;
    padding-bottom: 64px;
}

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

.videos_section .container-main-title h3 {
    margin-bottom: 42px;
}

.videos_section .video-btn {
    border: 0;
}

#brochure .products_features {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #CCC;
}

.red-circle {
    color: #FFF !important;
    background: #FF0302;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
}

#standard h4,
#standard h3 {
    font-size: 22px;
    margin-bottom: 0;
}

#standard .container-main-title {
    padding: 39px 0;
    border-top: 1px solid #CCC;
    cursor: pointer;
}

#standard .item {
    margin-bottom: 65px;
}

#standard h5 {
    margin-bottom: 7px;
    margin-top: 30px;
}

#standard .products_features {
    padding-top: 100px;
    padding-bottom: 55px;
}

#videos .video-btn {
    height: 340px;
}

#videos .products_features.accordion-collapsed {
    border-top: 0;
}

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

#videos .container-main-title {
    padding-top: 50px;
    padding-bottom: 42px;
}

#photos .grid-container {
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

#photos .container-main-title {
    margin-top: 40px;
    margin-bottom: 23px;
}

#photos {
    margin-bottom: 32px;
}

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

@media screen and (min-width: 1024px) {
    #intro .container-intro {
        padding-top: 64px;
        padding-bottom: 52px;
    }

    #specifications .main-repeater .products_details{
        padding-left: 29px;
    }
    
    #specifications .main-repeater .products_details h3{
        font-size: 22px;
        margin-bottom: 29px;
    }

    #brochure .products_features {
        margin-top: 67px;
        padding-top: 67px;
        border-top: 1px solid #CCC;
        margin-bottom: 50px;
    }

    #standard .main-features {
        padding-right: 30px;
    }

    #videos .products_features {
        padding-top: 95px;
    }

    #photos .grid-container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 576px) {
    #overview .overview-row img {
        height: 219px;
    }
}
