.nav-item:hover {
    text-decoration: underline;
    text-decoration-color: black;
}
.dropdown-item:hover {
    text-decoration: underline;
    text-decoration-color: black;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 100%;
    padding: 10px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}

.blog-sidebar-one .sidebar-recent-news .title {
    font-family: "gilroy-semibold" !important;
    font-size: 20px !important;
}

ul{
    padding-left:20px !important;
}

li{
    list-style: disc !important;
    margin-bottom: 5px !important;
    color: #191d34 !important;
}