@media screen and (min-width: 960px){
    .t554__card {
    border-radius: 10px;
    position: absolute;
    background: white;
    min-height: 300px;
    padding: 60px;
    box-sizing: border-box;
    width: 100%;
    top: 60px;
}}
.t851__animation_fast {
    border-radius: 10px;
    -webkit-transition: all ease-in-out .25s;
    -o-transition: all ease-in-out .25s;
    transition: all ease-in-out .25s;
}
.t851__table {
    border-radius: 10px;
    display: table;
    width: 100%;
    height: 400px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.t-popup__container {
    border-radius: 20px;
    background: #fff;
    margin: 0 auto;
    width: auto;
    position: absolute;
    top: 50%;
    right: 20px;
    left: 20px;
    z-index: 1;
    cursor: default;
    -moz-transform: translateY(-30%) scale(.9);
    -ms-transform: translateY(-30%) scale(.9);
    -webkit-transform: translateY(-30%) scale(.9);
    -o-transform: translateY(-30%) scale(.9);
    transform: translateY(-30%) scale(.9);
}
@media screen and (max-width: 960px){
.t851__col {
    margin-bottom: 30px;
}}