.partners li {
    border-bottom: 2px dotted black
}

.partners a {
    text-decoration: underline;
}

.partners a:hover {
    opacity: 0.7;
    text-decoration: none;
}

section {
    margin-top: 25px;
}