.promo-wrapper {
    padding-bottom: 7px;
}
#dec-banner{
    width: 1200px;
	background-image: url(../../../images/24/dec/banner-2/back.jpg);
	background-image: -webkit-image-set(url("../../../images/24/dec/banner-2/back.jpg") 1x, url("../../../images/24/dec/banner-2/back@2x.jpg") 2x);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size: 16px;
    --red: #ed2024;
}
#dec-banner .banner-inner{
	height: auto;
	padding: 0 15px;
}
#dec-banner .banner-main{
    padding-top: 6px;
	margin-right: 26px;
    margin-bottom: -7px;
}
#dec-banner .button{
	font-size: 17px;
	width: 210px;
	height: 43px;
	margin-top: 17px;
    border-radius: 0;
}
@media screen and (min-width:1200px){
}
@media screen and (max-width: 1199px){
}
@media screen and (max-width: 991px){
}
@media screen and (max-width: 767px){
    #dec-banner .banner-inner{
        flex-direction: column;
    }
    #dec-banner .banner-main {
        margin-right: 0;
        margin-bottom: 15px;
    }
    #dec-banner .banner-image {
        order: 3;
        align-self: center;
        margin-top: 10px;
    }
}
@media screen and (max-width: 567px){
}