.card-custom {
    border: 1.5px solid #313B47;
    border-radius: 1rem;
    padding: 1rem;
    height: calc(100%);
}

.icon-box {
    background-image: url(images/icon-box.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}

.icon-btl {
    background-image: url(images/icon-bottle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}
.icon-btl-1 {
    background-image: url(images/icon-bottle-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}
.icon-licenses {
    background-image: url(images/icon-licenses.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}
.icon-done {
    background-image: url(images/icon-done.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 20px;
    width: 20px;
}
.title-bg {
    background-color: #ffc035;
    min-height: 44px;
    border-radius:0.5rem;
    min-height:44px

}
