/* Utils */
.article__title {
    display: -webkit-box;
    font-weight: 700;
    height: 59px;
    line-height: 150%;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}

.card-footer .btn {
    float: right;
}

.article__button {
    background-color: var(--white);
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: var(--black);
    font-weight: 700;
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1.5;
    padding: 10px 25px;
}

/* A Group */
.bg-transparent {
    background-color: var(--primary) !important;
}

.header__left--img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.header__right--img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.page-header {
    padding-top: 10rem;
    padding-bottom: 3rem;
}

@media (hover: hover) and (pointer: fine) {

    /* utils */
    .article__button:hover {
        background-color: #ececec;
        border-color: #e6e6e6;
        color: var(--black);
    }

}

@media only screen and (max-width: 997.92px) {
    /* Utils */
    .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .searchbar button {
        right: 25px;
    }

    .header__right--img,
    .c1__image {
        height: 250px !important;
    }

    .article__title {
        height: 57px;
    }
}
