			a,
			a:hover {
				text-decoration: none;
				color: rgba(0, 0, 0, .85);
			}

			a:hover {
				font-weight: 800;
			}

			hr {
				margin-top: 1.5rem;
				margin-bottom: 1.5rem;
			}

			.pb-2 {
				padding: 0px !important;
			}

			.more-tools .news-item {
				height: 260px !important;
				border: 1px solid rgba(0, 0, 0, .25);
			}

			.news-item__image-wrap {
				height: 160px !important;
			}

			.news-item {
				box-shadow: 1px 1px 3px rgba(0, 0, 0, .55);
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

			.news-item:hover {
				background: #2bb281a8;
			}