#link-prodotti {
    text-decoration-line: underline;  
    text-decoration-color: #343434; 
    text-decoration-style: solid; 
    text-decoration-thickness: 0.09em;
    text-underline-offset: 0.4em;
    -webkit-text-decoration-line:  underline;
    -webkit-text-decoration-color: #343434;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 0.09em;
    -webkit-text-underline-offset: 0.4em;
}

.company-title:first-of-type {
    min-height: 24vh;
    text-align: end;
}

.sadoch-title h3 {
    margin:0;
}

.company-title:not(:first-of-type) {
    margin-top: 1rem;
}

.product-row img {
    width:100%;
    border: 0.15em solid #343434;
    color:#343434;
}

.product-row img:hover {
    filter: brightness(0.95);
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-container .box {
    width:15rem;
    padding: 0;
    margin: 0 3em;
}

@media (max-width: 1200px) {

    .company-title:first-of-type {
        min-height: unset;
        text-align: unset;
        margin-top: 5em;
    }

}

@media (max-width: 767px) {

    .sadoch-title {
        margin-bottom: 2em;
    }

    .company-title:first-of-type {
        margin-top: 2em;
    }

}