.td-creative-align-center {
    margin-right: auto;
    margin-left: auto;
    display: table;
}
.td-creative-align-right {
    margin-right: 0;
    margin-left: auto;
    display: table;
}
.td-creative-align-left {
    margin-right: auto;
    margin-left: 0;
    display: table;
}

.btn-more.btn-landing {
    font-size: 24px;
    line-height: 30px;
    margin: 24px 0;
}

.btn-more {
    display: block;
    background: #F2EEE5;
    color: #C22E00;
    border-radius: 3px;
    text-align: center;
    font-weight: 600;
    line-height: 16px;
    font-size: 16px;
    padding: 6px 0;
}


.btn-more:hover {
    
    color: #F2EEE5;
    background: #C22E00;
}