/*
#e4be53 - yellow
#4e69b0 - blue
#f69a3b - orange
*/
.yellow {
    color: #e4be53!important;
}

.blue {
    color: #4e69b0!important;
}

.orange {
    color: #f69a3b!important;
}
.packages-img {
    width: 300px;
}
#select-assets-container .card {
    height: 650px!important; 
}

.modal-footer{
    border-top: 0px !important;
}

@media (max-width: 1340px){
    #select-assets-container .card {
        height: 607px!important; 
    }
}

@media (max-width: 1199px){
    #select-assets-container .card {
        height: auto!important; 
    }
}