
        .box-border {position: relative}
        .box-border .time {font-style: italic}
        @media (min-width: 768px) {
            .box-border .time {position: absolute; bottom: 10px; right: 10px}
        }

        @media (max-width: 991px) {
            .box-border h1 {margin-top: 10px}
        }
    