main {
    background: linear-gradient(180deg, #CFDAE7 24.27%, rgba(217, 217, 217, 0) 100%);
}

.cpBackground h2 {
    font-size: 36px;
    color: #ED2B2B;
    font-weight: 600
}

.cpBackground h3 {
    font-size: 29px;
    color: #0E1217;
}

.productBox {
    background: #EAECF2;
    border-radius: 15px;
}

.productBox p  {
    font-size: 18px;
}

.productBox h3 {
    font-size: 29px; color: #0E1217;
}

.productLi {
    background: white;
    border-radius: 47px;
    padding: 8px 12px 8px 12px
}


.cpText {
    font-size: 18px;
    font-weight: 400;
}

.brandBox {
    background: white;
    border-radius: 15px;
}

.productHref {
    color: #EC2A2A;
    text-decoration: none
}

.brandInfo {
    font-size: 18px;
    font-weight: 400
}