@import url('styles/re-card.css');
@import url('styles/oblaka.css');
.re {
    background-color: var(--navy);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.re > h3 {
    color: white;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
}
.all-articles {
    width: 220px;
}
@media(min-width:760px) {
    .all-articles {
        padding:22px 0 22px 0;
    }
}
@media(max-width:759px) {
    .all-articles {
        padding:18px 0 18px 0;
    }
}
@media(min-width:1100px) {
    .re > h3 {
        font-size: 50px;

    }
}
@media(min-width:760px) and (max-width:1099px) {
    .re > h3 {
        font-size: 28px;
    }
}
@media(max-width:759px) {
    .re > h3 {
        font-size: 16px;
    }
}