@media screen and (max-width: 1440px) {
    .content {
        width: 95%;
    }

    main {
        width: 85%;
    }
}