#main-nav .nav a.child {
    background: none;
}

#main-nav .dropdown.active ul a:before {
    background: none;
}

.services-image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.services-section-separator {
    min-height: 300px;
}

#machines .section-description {
    margin-bottom: 10px;
}

#machines .machine-list {
    text-align: left;
}

#machines .machine-list li {
    margin: 5px 5px 0 0;
}

#project-preview .preview-header {
    border-bottom: 0;
    padding-bottom: 20px;
}

.section-header.manufacturing-title {
    border-bottom: none;
    margin-bottom: 0;
}

#site-nav ul li a.lang-pointer {
    cursor: pointer;
}

.news-item {
    margin-top: 20px;
}

.family-business-images {
    display: flex;
    gap: 20px;
    align-items: center;
}

.family-business-images .img-responsive {
    width: 50%;
    height: auto;
    object-fit: contain;
}

.news-item .panel-heading {
    font-weight: bold;
}

.news-item .panel-body {
    font-size: 13px;
    font-family: 'Times New Roman', Times, serif;
    padding-left: 50px;
    padding-right: 50px;
}

.new-item-paragraph { 
    text-indent: 2em;
}