.for-pricing-store-title{
    font-size: 36px;
    font-weight: 600;
    line-height: 42px;
    text-align: left;
    color: #2A415D;
    
}

.contact-us-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    color: rgba(42, 65, 93, 0.5);
}

.formake {
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    color: var(--textDarkColor);
    column-gap: 65px;
}
.body-color{
    background: linear-gradient(#F2F9FF 24%, #fff 0%);

}
.body-colors{
    background: linear-gradient(#F2F9FF 53%, #fff 0%);

}
.bgwhite{
    background-color: #fff;
}