section.spacer-cink{
    border: none;
    padding: 0;
    margin: 0;
    height: 2rem;
}
@media only screen and (max-width : 970px) {
    section.spacer-cink{
        height: 1rem;
    }
}