.content_atoz_left_side .panel:nth-of-type(4) table td {
	vertical-align: middle !important;
}

.content_atoz_left_side .panel:nth-of-type(4) table td:first-child {
	width: 30%;
}

.content_atoz_left_side .panel:nth-of-type(3) table td {
	width: calc(100% / 2);
    border: none !important;
    background-color: #ffffff !important; 
}

.content_atoz_left_side .panel:nth-of-type(3) figure.image img {
	height: 200px;
    width: auto;
}

@media only screen and (max-width: 767px) {
	.content_atoz_left_side .panel:nth-of-type(3) figure.image img {
		height: 150px;
	    width: auto;
	}
}

.content_atoz_left_side .panel:nth-of-type(4) figure.image img {
	height: 100%;
}
