.t923__wrapper {
    transition: all .3s;
}
.t923__col {
   margin-left: 10px;
   margin-right: 10px;
}

.t923__wrapper:hover {
}

.t923__imgwrapper {
 
  transition: all .3s;
}

.t923__wrapper:hover .t923__imgwrapper {
    opacity: 0;
}
.t923__textwrapper {
    transition: all .3s;
}

.t923__wrapper:hover .t923__textwrapper {
    transform: translateY(-90px);
}

.t923__descr {
    opacity: 0;
    transition: all .3s;
}


.t923__wrapper:hover .t923__descr {
    opacity: 1;
}


.t923__btn {
    background: white !important;
    color: black !important;
    padding: 5px 20px  !important;
    border-radius: 100px  !important;
    transition: all .3s !important;
    font-weight: bold !important;
    
}
.t923__wrapper:hover .t923__btn {
    background: black !important;
    color: white !important;
}

.t-slds__arrow {
    border-radius: 100px;
    box-shadow: 0 5px 13px -3px #0004;
}