.tm-promo-content{padding: 40px 0;position: relative;}

.tm-pph{
    font-size: 17px;
    max-width: 800px;
    padding: 10px 20px;
    margin: 0 auto;
}

.tm-animate{
    height: 350px;
    width: 100%;
    background: #ccc;
    background: url(https://yachtharbour.com/img/_tm_line_.jpg);
    /* background-size: 9500px; */
}


@keyframes animatedBackground {
    from { background-position: 0 0; }
    to { background-position: 100% 0; }
}


.tm-animate	{
    background-repeat: repeat-x;

    animation: animatedBackground 80s linear infinite;
}

.tm-promo-content-pricing{
    background: url('https://yachtharbour.com/img/_tm_bg.jpg');
    text-align: center;
    color: #fff;
    background-size: cover;
    margin-bottom: 20px;
}


.tm-subscribe{
    background: #870ae0;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    border-radius: 40px;
    margin: 30px 0;
    margin-bottom: 60px;
}
.tm-subscribe:hover{opacity:.8}
.plan-i{
    max-width: 400px;
    background: rgba(255, 255, 255, 0.08);
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid rgba(204, 204, 204, 0.14);
    border-radius: 5px;
}

.tm-ttl{text-align: center}       