#question-content {
    margin-left: 60px;
    height: 150px;
    text-align: center;
    padding-top: 60px;
    background-color: #E2C3D3;
    border-radius: 150px;
    cursor: pointer;
    font-size: 100%;
}

#package-question-modal .row {
    margin-top: 70px;
    margin-bottom: 70px;
}

#question-content:nth-child(2) {
    background: #B4CECF;
}

#question-content:nth-child(3) {
    background: #F5FBE1;
}


#question-content:nth-child(4) {
    background: #CEC3C1;
}

.package-collection-page .product-hover {
    /*display: none;*/
}

@media screen and (max-width: 480px) {
    .product-body{
        text-align: center;
    }
    
    #package-question-modal h1 {
        margin-top: 0px;
    }

    #question-content {
        height: 110px;
        padding-top: 40px;
        cursor: pointer;
        font-size: 23px;
        width: 230px;
        margin: auto;
        margin-bottom: 10px;
    }

    #package-question-modal .row {
        margin-top: 0px;
    }
}