.gutentor-image-thumb img {
	padding: 0
}
.img {
	display: inline-block
}
.webinar-award .bdge .gutentor-image-thumb img {
	width: 165px
}
.webinar-award .awward .gutentor-image-thumb img {
	width: 320px
}
h3:after {
    height: 6px;
    display: block;
    width: 100px;
    background: #52badd;
    border-right: 1px white;
    content: '';
    border-radius: 25px;
    margin-top: 15px;
}
#ready h3:after {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}
#slide .gutentor-image-thumb img {
    padding: 0;
    height: 59px;
    width: auto;
    margin: auto;
    filter: grayscale(1);
	-webkit-filter: grayscale(1);
    filter: gray;
}
#icon .gutentor-image-thumb {
	text-align: center
}
#icon .gutentor-image-thumb img {
    padding: 0;
    height: 65px;
    width: auto;
    margin: 0 auto;
}
@media screen and (max-width: 780px) and (min-width: 599px) {
	#slide .gutentor-image-thumb img {
		 height: 45px;
	}
}