section.text {
    padding: 100px;
    width: 100%;
}

section.text a {
    color: black;
    font-weight: 600;
}

section.text a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1290px) {
    section.text { padding: 20px; }
}