.contatti-form-content {
    width: 946px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 20px 55px 20px 55px;
}

.mobile-view .contatti-form-content {
    width: 100%;
}

.contatti-phone-content {
    width: 946px;
    margin: 0 auto;
    border-radius: 25px;
    padding: 20px 55px 20px 55px;
}

.mobile-view .contatti-phone-content {
    width: 100%;
    padding: 0;
}

.styled-table {
    border-collapse: collapse;
    margin: 30px auto;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: var(--vn-swallow-blue);
    color: white;
    text-align: left;
}

.styled-table th,
.styled-table td {
    font-size: 14px;
    padding: 12px 15px;
    width: 33%;
}

.styled-table tbody tr {
    border-bottom: 1px solid var(--vn-platinum);
    text-align: left;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: var(--vn-white-smoke);
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid var(--vn-swallow-blue);
}


