.main-content {
    margin-top: 0px;
}

.lists {
    margin-top: 50px;
}

.d-flex {
    display: flex;
    flex-direction: column;
}

.d-flex h5 {
    margin-top: 1rem !important;
    margin-bottom: 5px !important;
}

.text-green {
    color: #388e3c;
}
body {
    font-family: "Roboto", sans-serif;
}

p {
    font-family: "Roboto", sans-serif;
}


a.card, a.row {
    text-decoration: none;
}

.card-title, .list-item-right-content {
    color: black;
}

.blog-card:hover{
    opacity: 0.6;
}

.category {
    color: purple;
}

a, a:hover {
    text-decoration: none;
}

@media only screen and (min-width: 992px){
    .list-item-right-content {
        padding-right: 6rem;
    }
    .mt-3 {
        margin-top: 0;
    }
}

.frame {
    background: transparent no-repeat center;
    background-size: cover;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;

}