:root{
    --salmon-pink: hsl(353, 100%, 78%);
    --white: hsl(0, 100%, 100%);
    --black: hsl(0, 0%, 13%);
    --blue:#0093D0;
    --red:#d82c3f;
}
.promotion-content{
    width: 100%;
    font-size: 35px;
    border-bottom: 1px solid var(--blue);
    color: var(--blue);
    text-align: center;
    font-weight: 700;
}
.promotion-des{
    margin-top: 20px;
    display: flex;
    color: gray;
    /* justify-content: space-between; */
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
}
.promotion-des h1{
    margin-bottom: 10px;
    font-size: 25px;
}
.promotion-des h1 span{
    color: var(--blue);
}
.promotion-date{
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    font-size: 15px;
}
.promotion-date p{
    margin: 0 5px;
}
.promotion-date p span{
    color: var(--red);
    font-weight: 700;
}
.Promotion-content-detail .col img{
    width: 100%;
}
@media(max-width: 570px){
    .promotion-des h1{
        font-size: 20px;
    }
    .promotion-date {
        font-size: 13px;
    }
}
@media(max-width: 450px){
    .promotion-des h1{
        font-size: 16px;
    }
    .promotion-date {
        font-size: 10px;
    }
}