@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

#hero {
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

#hero:before {
    content: "";
    background: rgba(56, 64, 70, 0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 50vh;
}

.text-hero span {
    position: relative;
    z-index: 1;
    color: #CB0030;
    font-size: 20px;
    font-weight: 700;
}

.article-meta__label {
    float: right;
}

.text-hero {
    margin-top: 10%;
}

.article__text {
    margin-top: 80px;
}

.text-hero h2 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 30px;
    font-weight: 800;
}

.icon {
    color: #030305;
    font-size: 1rem !important;
    margin-left: 1.1rem;

}

.icon:hover {
    color: #CB0030;
    font-size: 1rem !important;
    margin-left: 1.1rem;

}

.article-meta__date a {
    color: #000;
}

.color-black a {
    color: #000;
}

.article-meta__label {
    margin-left: 1.2rem;
}

.txt {
    border-bottom: 1px solid #CB0030;
    color: #6d7586;
    text-decoration: none;
}

.article__text p {
    color: #6d7586;
    font-size: 1.2rem;
}

.youtube-video {
    width: 560px;
    height: 315px;

}

@media screen and (max-width: 768px) {
    .article-meta__label {
        float: left;
    }

    .article-meta__label {
        margin-left: 0.2rem;
    }

    .article__text {
        margin-top: 20px;
    }

    .article__text p {
        color: #6d7586;
        font-size: 14px;
    }

    .youtube-video {
        width: auto;
        height: auto;

    }

    .text-hero h2 {
        font-size: 19px;
    }
}