.promotion{
    margin: -20px;
}
.promotion .item{
    margin: 20px;
    box-shadow:inset 0px 0px 0px 1px #ebf2f3;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px;
}
.promotion .item > *{
    margin: 20px;
    width: 250px;
}
.promotion .item img{
    max-width: 400px;
}

.promotion .price p{
    color:#fe951c !important;
}
.promotion .price{
    margin-bottom:8px;
}
.promotion .description{
    color: var(--white);
    margin-top: -4px;
}
.promotion .description h2{
    font-size:24px;
    margin-bottom: 15px !important;
}
.promotion .description p{
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.promotion .description a{
    margin-top: 25px;
    background: #fe951c;
    color: #fff !important;
}
.promotion .price p+p{
    margin-top: 3px !important;
}

@media (max-width:630px){
    .promotion .item img{
        width: 100%;
        max-width: 100%;
    }
}
/*
.promotion .item:nth-child(even) img{
    order: 2;
}
.promotion .item:nth-child(even) .text{
    order: 1;
    text-align: right;
}
.promotion .item:nth-child(even) h2:after{
    margin-left: auto;
}
.promotion .item:nth-child(even) .price{
    border: none;
    border-right: 2px solid var(--green);
    padding: 0 20px 0 0 ;
}
*/