.category-list3 .item {
    box-shadow: 2px 4px 15px #C8C9C932;
    overflow: hidden;
}

.category-list3 .image {
    width: 100%;
    height: 240px;
}

.category-list3 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-list3 .content {
    padding: 25px;
    background-color: white;
    padding-bottom: calc(25px + 3rem);
}

.category-list3 .title {
    display: block;
    font-size: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
}

.category-list3 .text {
    padding-top: 1.25rem;
    margin-bottom: 0;
}

.category-list3 .item .link {
    position: absolute;
    bottom: 25px;
    left: 25px;
}

@media (min-width: 1023px) {

    .category-list3 .item:first-of-type {
        width: 100%;
        flex-direction: row;
    }

    .category-list3 .item:nth-of-type(2) {
        width: 100%;
        flex-direction: row-reverse;
    }

    .category-list3 .item:first-of-type .image,
    .category-list3 .item:nth-of-type(2) .image {
        width: 40%;
        height: 300px;
    }

    .category-list3 .item:first-of-type .content,
    .category-list3 .item:nth-of-type(2) .content {
        width: 60%;
        padding: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .category-list3 .item:first-of-type .content .title,
    .category-list3 .item:nth-of-type(2) .content .title {
        font-size: 2rem;
    }

    .category-list3 .item:first-of-type .content p,
    .category-list3 .item:first-of-type .content .title,
    .category-list3 .item:nth-of-type(2) .content p,
    .category-list3 .item:nth-of-type(2) .content .title {
        max-width: 36rem;
    }

    .category-list3 .item:first-of-type .link,
    .category-list3 .item:nth-of-type(2) .link {
        position: relative;
        margin-top: 1.25rem;
        left: 0;
        bottom: 0;
        width: fit-content;
    }

    .category-list3 .content {
        padding-bottom: calc(25px + 4rem);
    }
    
}

.category-list3 .content {
    padding-bottom: calc(25px + 3.5rem);
}