/* Autumn */

.bg-season {
background-color: #edeef3;
}

.bg-season-02 {
background-color: #b6bac9;
}

.bg-season-03 {
background-color: #A3A9D1;
}

.bg-season-04 {
background-color: #d1d4e0;
}

.bg-features {
background-color: #5f617c;
}

.v_brand {
padding: 0.1em 0.5em;
margin-bottom: 20px;
border-radius: 9999px;
color: #fff;
background-color: #5f617c;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
position: relative;
}

.icons {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

.icons i {
padding-right: 10px;
}

.prices-box {
border: none !important;
}

.bg-features,
.bg-features i,
.bg-features h6,
.bg-features h3 {
color: #ffffff !important;
}

