#logo {
max-width: 80px !important;
}


@media (min-width: 1200px) {
    #logo {
    max-width: 100px !important;
    }
}

@media (min-width: 1600px) {
    #logo {
    max-width: 100px !important;
    }
}


table.s-features-wrapper{
width: 100%;
}
.s-features-wrapper__name {
width: 50%;
}

.s-features-wrapper>tbody>tr:nth-child(odd)>td {
 background-color: #eee !important;
}