.main-article-intern {
   padding: 62px 0px 62px 0px;
}

.main-article-intern-container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}

.main-article-intern__title {
    color: #1E1E1F;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
}

.main-article-intern__sub-title {
    color: #696A6D;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
}

.main-article-intern__separator {
    height: 6px;
    background-color: #0594a8;
    max-width: 200px;
    border-radius: 50px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.image-box-article {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 36px 0px;
}

.image-box-article--flex {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: column;    
}

.main-article-intern h2 {
    color: #1E1E1F;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 16px;
}

.main-article-intern h3 {
    color: #1E1E1F;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 16px;
}

.main-article-intern ul {
    margin-bottom: 16px;
}

.main-article-intern li {
    color: #696A6D;
    font-size: 16px;
    line-height: 32px;
    margin-left: 16px;
}

.main-article-intern p {
    color: #696A6D;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;
}

/* CARD ARTICLES */

.articles-list-division {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin: 64px 0px;
}

.card-article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    row-gap: 16px;
}

.card-article__picture {
    height: 250px;
    width: 100%;
    border-radius: 50px;
    background-color: #646262;
}

.card-article__picture img {
    height: 250px;
    width: 100%;
    border-radius: 50px;
    background-color: #646262;
}

.card-article__title {
    color: #696A6D;
    font-size: 16px;
    font-weight: bold;    
    line-height: 32px;
}

.card-article__separator {
    height: 6px;
    background: #41a360;
    width: 100%;
    border-radius: 50px;
}

@media only screen and (min-width: 768px) {
    .articles-list-division {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }


    .card-article {
        width: 45%;;
    }

    .card-article__title {
        min-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .card-article {
        width: 30%;
    }
}

@media only screen and (min-width: 1024px) {
    .card-article {
        width: 32%;
    }

    .card-article__picture {
        height: 300px;
    }

    .card-article__picture img {
        height: 300px;
    }
}

@media only screen and (min-width: 1024px) {
    .card-article {
        width: 22%;
    }

    .card-article__picture {
        height: 250px;
    }

    .card-article__picture img {
        height: 250px;
    }
}
/* CARD ARTICLES */


/* ARTIGOS RELACIONADOS */

.more-articles {
    margin: 32px 0px;
}

.more-articles__title {
    color: #1E1E1F;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
}

.more-articles__separator {
    height: 6px;
    background-color: #0594a8;
    max-width: 200px;
    border-radius: 50px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.more-articles-list {
    display: flex;
    row-gap: 16px;
    flex-direction: column;
}

.more-articles-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    justify-content: center;
    border: 2px solid #0190a4;
    padding: 16px 0px;
}

.more-articles-list-item-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.more-articles-list-item__title  {
    color: #1E1E1F;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.more-articles-list-item__title:hover {
    color: #0594A8;
    transition: .3s ease-in-out;
}

.more-articles-list-item__button {
    color: #FFF;
    fill: #FFF;
    font-weight: bold;
    background-color: #0594A8;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    width: 150px;
    transition: .3s ease-in-out;
}

.more-articles-list-item__button:hover {
    background-color: #035A66;
    transition: .3s ease-in-out;
}


@media only screen and (min-width: 1100px) {
    .more-articles-list-item-container {
        width: 95%;
        flex-direction: row;
        justify-content: space-between;
    }
}


/* ARTICLE CTA */

.cta-article-division {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 14px;
    background-color: #6a6b6d;
    border-radius: 4px;
    padding: 32px 0px;
    background-image: url(../images/abstract-featured-products.png);
    background-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.cta-article-division-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.cta-article-division__button {
    color: #FFF;
    fill: #FFF;
    font-weight: bold;
    background-color: #25D366;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 52px;
    width: 270px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
}

.cta-article-division__button:hover {
    color: #FFF;
    fill: #FFF;
    background-color: #0594a8;
    transition: .3s ease-in-out;
}