.content_atoz_left_side table td {
    border: none !important;
    background-color: #ffffff !important; 
}

.content_atoz_left_side .panel:nth-of-type(1) figure.table td {
	width: calc(100% / 2);
}

.content_atoz_left_side .panel:nth-of-type(1) figure:nth-of-type(2) td p {
	margin-bottom: 0 !important;
}

.content_atoz_left_side .panel:nth-of-type(1) figure.table figure.image img {
	height: 100px;
    width: auto;
}

@media only screen and (max-width: 767px) {
	.content_atoz_left_side .panel:nth-of-type(1) figure.table figure.image img {
		height: 70px;
	    width: auto;
	}
}