.box {
    width: 400px;
    aspect-ratio: 1;
    background: red;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box p::after {
    content: "960px+";
}