.t451 .t-sociallinks__item, .t451__right_social_links_item {
    display: inline-block;
    padding: 2px 4px;
    transition: 1s;
}

.t451 .t-sociallinks__item:hover{
    display: inline-block;
    transform: scale(1.17);
}

.t451 .t-sociallinks__item svg {
  fill: white;
}

.t451 .t-sociallinks__item svg:hover {
  fill: red;
}
.t451__container__bg {
    position: absolute;
    background-color: rgba(23, 23, 23, 0.60);
    backdrop-filter: blur(4px);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .3s;
}
.t738__img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    transition: 0.6s;
}

.t738__img:hover {
    transform: scale(1.1);
    animation:  ease-out infinite;
    position: relative;
    background: #161616;
    box-shadow:
    0 0 10px #00000036,
    0 0 10px #00000066,
    0 0 10px #00000085;
    z-index: 1;
    border-radius:6px;   }  
    
    @media screen and (max-width: 1100px) {
  #rec978178981 .t-card__descr {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media screen and (min-width: 960px) {
  #rec978178981 .t-card__descr {
    font-size: 12px;
    line-height: 1.1;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 0px;
}
}

