.Comp-color-groups,
.Comp-color-txts,
.Comp-color-imgs {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(17, 1fr) !important;
}

.Comp-color-groups {
    grid-template-areas: "a a a b b b b c c c d d d e e e e";
}

.Comp-color-imgs {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
    font-size: 1.5vw;
    text-align: center;
    background-color: rgb(226, 226, 226);
}

.Comp-color-Zone {
    height: 260px;
    width: 260px;
    border: 2px #cfcfcf solid;
    margin-bottom: 15px;
}

.Comp-color-Zone {
    height: 150px;
    width: 150px;
    border: 2px #bfbfbf solid;
}

.Comp-color-zone-txt{
    display: flex;
    font-size: 2vw;
    height: 50px;
    width: 150px;
    border: 0px black solid;
    text-align: center;
    align-items: center;
    justify-content: center;
     font-family: 'acre-medium', sans-serif !important;
    font-weight: 100 !important;
    text-transform: uppercase;
    font-size: 23px;
}

.Comp-color-img {
    height: 4.5vw;
    margin: 0 5px;
}

.Comp-color-img-new {
    height: 100%;
    width: 100%;
}

.Comp-color-img-D {
    background-image: url("D.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-E {
    background-image: url("E.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-F {
    background-image: url("F.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-G {
    background-image: url("G.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-H {
    background-image: url("H.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-I {
    background-image: url("I.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-J {
    background-image: url("J.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-K {
    background-image: url("K.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-L {
    background-image: url("L.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-M {
    background-image: url("M.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-N {
    background-image: url("N.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-OP {
    background-image: url("OP.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-QR {
    background-image: url("QR.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-ST {
    background-image: url("ST.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-UV {
    background-image: url("UV.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-WX {
    background-image: url("WX.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-img-YZ {
    background-image: url("YZ.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.Comp-color-group-2,
.Comp-color-group-4 {
    background-color: rgb(241, 241, 241);
}


div.flex.row{
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.Comp-color-groups {
    grid-template-areas: "a a a b b b b c c c d d d e e e e";
}

.Comp-color-group-1 {
    grid-area: a;
}

.Comp-color-group-2 {
    grid-area: b;
}

.Comp-color-group-3 {
    grid-area: c;
}

.Comp-color-group-4 {
    grid-area: d;
}

.Comp-color-group-5 {
    grid-area: e;
}

.Comp-color-txt {
    text-align: center;
    padding: 0;
}