.content_atoz_left_side .panel:nth-of-type(8) table td {
	width: calc(100% / 3);
    border: none !important;
    background-color: #ffffff !important; 
}

.content_atoz_left_side .panel:nth-of-type(8) figure.image img {
	height: 120px;
    width: auto;
}

@media only screen and (max-width: 767px) {
	.content_atoz_left_side .panel:nth-of-type(8) figure.image img {
		height: 80px;
	    width: auto;
	}
}