#latest-archives {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
    gap: 40px;
    max-width: var(--content-width);
}

.elementor-252 {
    box-sizing: border-box;
    padding: 8px;
}

.elementor-252 img {
    transition: transform 1s;
}

.elementor-252:hover img {
    transform: scale(1.1);
}

@media (min-width: 1025px) {
    .elementor-252 {
        width: calc(100% / 3 - 40px);
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .elementor-252 {
        width: calc(100% / 2 - 20px);
    }
}

@media (max-width: 768px) {
    .elementor-252 {
        width: 100%;
    }
}