.section-first-block2__item {transition: 0.5s;}
.section-first-block2__item:hover {transform: scale(1.2);
background: #aa0521;
background: -webkit-linear-gradient(to bottom right, #aa0521 40%, #151515 100%);
background: -moz-linear-gradient(to bottom right, #aa0521 40%, #151515 100%);
background: linear-gradient(to bottom right, #aa0521 40%, #151515 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.section-first-block3__item {transition: 0.5s;}
.section-first-block3__item:hover {transform: scale(1.2);
background: #aa0521;
background: -webkit-linear-gradient(to bottom right, #aa0521 40%, #151515 100%);
background: -moz-linear-gradient(to bottom right, #aa0521 40%, #151515 100%);
background: linear-gradient(to bottom right, #aa0521 40%, #151515 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}