.articles_section {
    background: #f5f5f7;
    padding: 40px 0;
}

.articles_title {
    max-width: 280px;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
}

.articles_title h2 {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 0.012rem;
}

.articles_title h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.007rem;
}

@media screen and (min-width: 735px) {
    .articles_title {
        max-width: 980px;
    }

    .articles_title h2 {
        font-size: 21px;
        line-height: 25px;
        letter-spacing: 0.011rem;
        font-weight: 600;
    }

    .articles_title h3 {
        font-size: 40px;
        line-height: 44px;
        letter-spacing: 0rem;
        font-weight: 600;
    }

    .button_more {
        margin: 0 0 0 20px !important;
    }
}

.button_more {
    margin: 20px 0 0 0;
}

.articles_cards {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: 40px auto 0;
}

.articles_cards a {
    text-decoration: none !important;
    color: #fff;
}



.article_1 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url(./img/Apple-Watch-S8-design.jpg);
}

.article_2 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url(./img/Apple-iPhone-14-Pro-iPhone-14-Pr.jpg);
}

.article_3 {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0.7) 50%, transparent), url(./img/apple-event-wrzesien.jpg);
}

.article {
    width: 345px;
    height: 280px;
    border-radius: 30px;
    font-size: 26px;
    color: #fff;
    display: flex !important;
    flex-direction: column;
    justify-content: end;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
    transition: 0.3s cubic-bezier(0.31, 1.11, 0.99, 1.01);
    margin-top: 15px;
}

.article:hover {
    opacity: 0.8;
}

.article_title {
    margin: 20px;
}