.rhs-cont *:not(a) {
    color: #000;
}
.c {
    fill: #fff;
}
.box-table {
			width: 76%;
		}

		.box-table td {
			padding: 2px 5px;
			border: 1px solid #ccc;
			vertical-align: middle;
		}

		#scroll table,
		#scroll table tr td {
			border: solid 1px #ddd;
			vertical-align: middle
		}

		#scroll table tr th {
			background: #efeeee;
			padding: 5px;
		}

		#scroll table tr th:nth-child(1) {
			vertical-align: middle;
			border-right: solid 1px #d4d3d3;
			width: 30%
		}

		#scroll table tr th:nth-child(2) {
			border-bottom: solid 1px #d4d3d3;
			border-right: solid 1px #d4d3d3
		}

		#scroll table tr th:nth-child(3) {
			border-bottom: solid 1px #d4d3d3;
			border-right: solid 1px #d4d3d3
		}

		#scroll table tr th:nth-child(4) {
			border-bottom: solid 1px #d4d3d3;
			border-right: solid 1px #d4d3d3
		}

		#scroll table tr td {
			padding: 5px;
		}
        .feature-nav-wrapper {
            grid-template-columns: repeat(4, 160px);
            place-content: center;
        }
		/* AUthor bio starts */
.author_bio{background-color:aliceblue;color:#000;max-width:100%;text-align:left;padding:18px;margin:30px 0 0;display:flex;justify-content:center;gap:12px;flex-direction:row;border-radius:18px}
.author_bio .bio_desc{display:block;display:flex;justify-content:flex-start;gap:12px;font-size:14px!important;font-weight:250;line-height:1.4!important}
.bio_pic{display:inline-block;height:30px;width:30px;border-radius:50%;flex:0 0 36px}
.bio_pic > img{border:none}
.author_bio .bio_name{font-size:16px!important;margin:0px 0 0!important;font-weight:600;line-height:1.2!important;padding-top: 10px}
.author_bio .bio_name >i{font-style:italic;font-weight:100;font-size:12px;font-size:80%}
/* AUthor bio ends */