.product-designer-button {
    line-height: 0;
    height: 40px;
    border-radius: 30px;
    padding: 6px 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 2px;
}
.list-design-button{
    line-height: 40px;
    padding: 0 15px;
    border-radius: 40px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    background-color: #1b4779;
    border: 1px solid #1b4779;
    margin-bottom: 5px;
}