
.tmt-bg {
    display: flex;
    align-items: space-between;
    padding-top: 32px;
}

.tmt-detail {
    flex: 1;
    margin-right: 32px;
}

.bg {
    min-height: 500px;
    padding: 48px;
    background-image: url('../images/p-bg.png');
    background-size: inherit;
    background-position: bottom 30px right;
    background-repeat: no-repeat;
}