.featured-article {
    margin-top: 3rem;
    margin-bottom: 1rem
}

.featured-article .block__title{
    margin-bottom: 1.5rem;
}

.featured-article .article-wrapper {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.featured-article .article-wrapper::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(48, 75, 108, 0.8);
    z-index: 1
}

.featured-article .article-wrapper .bg-image {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.featured-article .article-wrapper .content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto
}

.featured-article .article-wrapper .content .tags {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #FFF;
    margin-bottom: 0.25rem
}

.featured-article .article-wrapper .content h2,
.featured-article .article-wrapper .content .h2 {
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    margin-bottom: 1.0625rem;
    max-width: 792px
}

.featured-article .article-wrapper .content .author {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #FFF;
    padding-bottom: 0.8125rem;
    text-align: center
}

.featured-article .article-wrapper .content .author::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 48px;
    background-color: #03CFFF
}

.featured-article .article-wrapper .content .btn {
    margin-top: 2rem
}

@media (max-width: 767.98px) {
    
    .featured-article .block__title{
        text-align: center;
    }

    .featured-article .article-wrapper .content {
        max-width: 314px
    }
}

@media (max-width: 391px) {
    .featured-article .article-wrapper .content {
        max-width: 236px
    }
}