@media (min-width: 1023px) {


    .news3 .item:first-of-type {
        width: 100%;
        flex-direction: row;
    }

    .news3 .item:first-of-type .image {
        width: 40%;
        height: 320px
    }

    .news3 .item:first-of-type .content {
        width: 60%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .news3 .item:first-of-type .content p,
    .news3 .item:first-of-type .content .title {
        max-width: 36rem;
    }

    .news3 .item:first-of-type .primary-link {
        position: static;
        margin-top: 1.25rem;
    }

    .news3 .content {
        padding-bottom: calc(25px + 4rem);
    }

    .news3 .item:not(.item:first-of-type) .text {
        padding-top: 0.25rem;
    }
    
}

.news3 .content {
    padding-bottom: calc(25px + 3.5rem);
}