component-deal-group-a .not-show-active {
    display: none;
}

component-deal-group-a .object-center {
    text-align: center;
}

component-deal-group-a .background-red {
    background-color: red;
}

component-deal-group-a .background-yellow {
    background-color: yellow;
}

component-deal-group-a .background-blue {
    background-color: blue;
}

component-deal-group-a .padding-left-right-5 {
    padding: 0 5px;
}

component-deal-group-a .img {
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 470px;
}