
.small-articles {
    background-image: url("../../../dist/images/tiles-blog-pattern.svg");
    background-color: #f1f8f5;
    background-size: 75rem 48rem;
    background-repeat: no-repeat;
    background-position: 5% 35%;
    border: 1px solid #ddeee7;
    border-radius: 15px
}

@media (max-width: 768px) {
    .small-articles {
        padding: 5rem 3rem
    }
}

@media (min-width: 769px) {
    .small-articles {
        padding: 10rem
    }
}

@media (min-width: 1441px) {
    .small-articles {
        padding: 10rem 14rem
    }
}

@media (min-width: 1621px) {
    .small-articles {
        padding: 12rem 17rem
    }
}

.small-articles__header {
    position: relative;
    width: 100%;
    text-align: center
}

@media (max-width: 576px) {
    .small-articles__header {
        font-size: 3.5rem;
        font-weight: 700;
        line-height: 3.5rem;
        margin-bottom: 5rem
    }
}

@media (min-width: 577px) {
    .small-articles__header {
        font-size: 7rem;
        font-weight: 700;
        line-height: 7.9rem;
        margin-bottom: 12.5rem
    }
}

.small-articles__row {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem
}

@media (max-width: 1200px) {
    .small-articles__row {
        justify-content: center
    }
}

@media (min-width: 1201px) {
    .small-articles__row {
        justify-content: space-between
    }
}

@media (max-width: 1200px) {
    .small-articles__row--col {
        max-width: 60rem;
        margin-bottom: 5rem
    }
}

@media (min-width: 1201px) {
    .small-articles__row--col {
        width: calc((100% - 10rem) / 3)
    }
}

.small-articles__cover {
    display: block;
    position: relative;
    overflow: hidden;
    height: 30rem;
    border-radius: 15px;
    margin-bottom: 6rem;
    cursor: pointer
}

.small-articles__cover--image {
    position: absolute;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    -o-object-fit: cover;
    object-fit: cover
}

.small-articles__cover:hover .small-articles__cover--image {
    transform: translate(-50%, -50%) scale(1.1)
}

.small-articles__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.small-articles__date {
    position: absolute;
    padding: 5px 15px;
    background-color: #113b51;
    border-radius: 15px;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 3.3rem;
    color: #fff
}

@media (max-width: 576px) {
    .small-articles__date {
        bottom: 2rem;
        right: 2rem
    }
}

@media (min-width: 577px) {
    .small-articles__date {
        bottom: 5rem;
        right: 5rem
    }
}

@media (max-width: 1200px) {
    .small-articles__title {
        text-align: center
    }
}

@media (min-width: 1201px) {
    .small-articles__title {
        padding: 0 1.5rem 0 1.5rem
    }
}

@media (min-width: 1441px) {
    .small-articles__title {
        padding: 0 2rem 0 2rem
    }
}

@media (min-width: 1621px) {
    .small-articles__title {
        padding: 0 2.5rem 0 2.5rem
    }
}

.small-articles__title a {
    display: inline-block;
    color: #3d3d3b;
    transition: color 0.3s ease
}

@media (max-width: 576px) {
    .small-articles__title a {
        font-size: 2.4rem;
        font-weight: 600;
        line-height: 3rem
    }
}

@media (min-width: 577px) {
    .small-articles__title a {
        font-size: 3rem;
        font-weight: 600;
        line-height: 4rem
    }
}

.small-articles__title a:hover {
    color: #04bf7e
}

.small-articles__button {
    display: flex;
    justify-content: center;
    font-weight: 600
}

@media (max-width: 576px) {
    .small-articles__button {
        margin-top: 2.5rem
    }
}

@media (min-width: 577px) {
    .small-articles__button {
        margin-top: 5rem
    }
}