.certificates {
	padding: 77px 0 174px;
}

.certificates h1 {
	font-weight: 900;
	font-size: 4.8rem;
	line-height: 6.5rem;
	margin-bottom: 50px;
}

.certificates__table-item {
	display: flex;
	font-weight: 300;
	font-size: 1.6rem;
	line-height: 2.1rem;
	color: #000;
	align-items: center;
	gap: 20px;
	text-decoration: none;
	padding: 5px;
	transition: background-color .4s;
}

.certificates__table-item:hover {
	background-color: #E5E5E5;
}

.certificates__table-item-img {
	width: 40px;
	height: 40px;
}

.certificates__table-item-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.certificates__table-item-name {
	width: 100%;
	max-width: calc(100% - 60px);
}

@media screen and (max-width: 991px) {

    .certificates {
        padding: 50px 0 150px;
    }

	.certificates h1 {
	   font-size: 3.2rem;
	   line-height: 4.3rem;
	   margin-bottom: 30px;
   }

}
