 .special-promotion{
        max-width: 1200px;
        margin: 50px auto;
    }
    .btn.common-btn{
        font-size: 20px;
        position: relative;
        color: #fff;
        margin: 6px;
        text-align: center;
        padding: 10px 30px;
        background: #ff3e48;
        display: inline-block;
        text-decoration: none;
        font-family: 'Gilroy';
        font-weight: 500;
        transition: all 0.5s ease;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
    }
    .special-promotion table td p{
        font-size: 18px;
        padding-bottom: 0;
        line-height: 24px;
    }
    .special-promotion table td p+p{
        padding-top: 10px;
    }
    a.btn.common-btn:hover {
        background: #020102;
        color: #fff;
    }
    .promo-right {text-align: center;margin-bottom: 30px;padding-left: 25px;}
    .promo-right img{
        margin-bottom: 15px;
    }
    .special-promotion table td{
        padding-top: 15px!important;
        padding-bottom: 15px !important;
    }
    .col-md-7 table{
        margin-top: 20px;
    }
    .special-promotion table{
        text-align: center;
        width: auto;
    }
