.content_atoz_left_side table td {
    border: none !important;
    background-color: #ffffff !important; 
}

.content_atoz_left_side .panel:nth-of-type(2) figure.table table td,
.content_atoz_left_side .panel:nth-of-type(3) figure.table table td,
.content_atoz_left_side .panel:nth-of-type(4) figure.table table td {
    vertical-align: middle !important;
    padding-bottom: 25px;
}

.content_atoz_left_side .panel:nth-of-type(1) figure.table:nth-of-type(1) td {
    width: calc(100% / 3);
    padding-right: 12px;
    padding-left: 12px;
}

.content_atoz_left_side .panel:nth-of-type(1) figure.table:nth-of-type(2) td {
    width: calc(100% / 2);
    padding-right: 12px;
    padding-left: 12px;
}

.content_atoz_left_side .panel:nth-of-type(1) figure.image img {
    height: 100px;
    width: auto;
}

@media only screen and (max-width: 767px) {
	.content_atoz_left_side .panel:nth-of-type(1) figure.image img {
		height: 70px;
	    width: auto;
	}
}