h2{
    margin-bottom: 40px;
}
figure{
    margin: 60px 0px;
}
.tb_ div{
    width: 49.7%;
}
.tb aside{
    width: 90%;
}
.tb{
    display: block;
    align-items: center;
}
.tb_{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tb_ .fi img{
    padding-bottom: 50px;
}
@media screen and (max-width:768px){
    .tb_{
        display: block;
    }
    .tb_ div{
        width: 100%;
    }
    .tb aside{
        width: 100% !important;
    }
    figure{
        margin: 30px 0px;
    }
    .tb_ .fi img{
        padding-bottom: 0;
    }
}