@charset "UTF-8";

/* ================ color cube ================ */
.slateblue--cube{
    background-color: #5A738C;
}
.sky--cube{
    background-color: #7EBEFF;
}
.charcoal--cube{
    background-color: #515D68;
}

.describe__design--color{
    width: 48%;
}

/* details */
.details{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
}
.details div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
}
    /*+++++++++++++++++++      sp size     ++++++++++++++++++++++ */
@media(max-width:768px){
    .describe__design--color{
    width: 100%;
}
}