.new-bnr-item{
  -webkit-transition: 0.3s;
    transition: 0.3s;
}

.new-bnr-item a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(/upload/tenant_1/social_bg001_yellow.webp);
    color: #454443;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.33333;
    -webkit-box-shadow: 3px 5px 5px 0px rgba(63, 41, 29, 0.4);
    box-shadow: 3px 5px 5px 0px rgba(63, 41, 29, 0.4);
    letter-spacing: 1.8px;  
}

.new-bnr-item a:hover{
  -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.new-bnr-item .img{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 25%;
}

.new-bnr-item .img .info-item__icon{
  width: auto;
}

.new-bnr-item .img .info-item__icon img{
  width: 100%;
  position: relative;
}

.new-bnr-item .nbr-txt-box{
  justify-content: flex-start;
  width: 100%;
}

.new-bnr-item .nbr-txt-box span{
  font-size: 100%;
  color: #454443;
}
