@media (min-width: 425px) {

    .container {
        max-width: 425px;
    }

    main .files .text {
        padding-top: 3rem;
    }
}