
.productpurposes {
    width: 100%;
    height: 100%;
    
    margin-top: 0px;

    border-radius: 0px;
    background-color: #fff;

    display: none;

    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

.productpurposes > .productamounts_head {
    width: 92%;
    display: flex;
    align-items: center;
    padding-top: 30px;
    flex-direction: column;
}

.productpurposes > .productamounts_head > h1 {
    display: inline-flex;
    
}

.productpurposes > .productamounts_head > p {
    margin: 0;
    text-align: center;
}

.productpurposes_body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
}

.productpurposes_body_subcontainer {
    width: 100%;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.productpurposes_body_option {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    width: 88%;
    height: 5vh;
    margin-bottom: 20px;
    cursor: pointer;
}
.productpurposes_body_option.select {
    background-color: #cddee6; 
}

.productpurposes_body_option img {
    margin: 0 3%;
    height: 22px;
}
