#artigos_section {
    width: 100%;
}

#artigo_header {
    margin-left: 15rem;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-bottom: 10rem;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 417px;
}


.swiper_img {
    height: 100%;
    width: 100%;
}

.swiper_content {
    padding: 5%;
    display: flex;
    flex-direction: column;
}

.swiper_content p {
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 15px;
    letter-spacing: 0.15em;
    color: #727272;
}

.swiper_content h3 {
    font-weight: var(--bold);
    font-size: 1.3rem;
    line-height: 25px;
    color: var(--text-black);
    margin: 8% 0 8% 0;
}

.swiper_content a {
    font-weight: var(--bold);
    font-size: 1rem;
    color: #29C8CF;
}

@media (max-width: 768px) {

    #artigo_header {
        margin: 10% 0 0 0;
        padding-left: 7%;

    }
}