@media (min-width: 768px) { 
    .service-box-one {
        padding-top:6%;
        padding-bottom:6%;
        background-position:110% center;
        background-size:65%;
    }
    .service-box-two {
        padding-top:6%;
        background-position:14% center;
        background-size:58%;
    }   
    .specification-navigation {
        justify-content: center;
    }
    .spec-nav-link span {
        margin-left: 10px;
        margin-right: 10px;
    }
    .services-menu ul {
        justify-content: center;
        padding-top: clamp(20px, 3.64vw, 50.96px);
        padding-bottom: clamp(20px, 3.64vw, 50.96px);
    }
    .services-menu .dropdown-item {
        margin-left: 2.5%;
        margin-right: 2.5%;
    }
    .nav-item:hover .services-menu, .nav-item:hover .expertise-menu {
        max-height: 440px;
    }
    .expertise-menu {
        padding-right:8%;
    }
    .expertise-menu ul {
        justify-content: space-between;
    }
    .expertise-menu .dropdown-item {
       width:18.5%;
       margin-left: 0;
       margin-right: 0;
    }
    .nav-text a {
        display:block;
        line-height: 1.6;
        font-size: 11px;
        font-size: clamp(10px, 0.857vw, 11px);
        font-family: Kinetika-Regular,Arial;
        font-weight: normal;
    }
    .dropdown-item:hover .nav-text a {
        color: #323E48;
    }
    .dropdown-item:hover .nav-text a:hover {
        color: #CF6528;
    }
    .dropdown-item:hover .nav-text a:hover .products-hover-image {
        display:block;
    }
    .products-hover-image {
        position: absolute;
        right: 0;
        top: auto;
        width: 100%;
        height: auto;
        padding-top: 74%;
        bottom: 0;
        background-position: center center;
        background-size: cover;
        z-index: 100;
    }
    .faq-items div {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    .faq-item-heading {
        margin-top:35px;
    }
    .faq-items div .faq-item-heading:first-of-type {
        margin-top:0;
    }
}