body {
    background: #f8fbff;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 1.5rem;
}



.far {
    font-family: fontawesome !important;
    font-style: normal;
}

.logo a{
    text-decoration: none;
    color: #000;
}

.logo__img {
    width:50px;
}

.logo__text {
    font-size: 28px;
    margin-left: 10px;
}

.main-menu {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.card-article-title {
    font-size: 20px;
}

.footer {
    border-top: 1px solid #ccc;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}