.packaging-machinery-page .btn.btn-default,
.packaging-machinery-page .btn.btn-primary {
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    white-space: normal;
}

.packaging-machinery-page .btn.btn-blue {
    color: #fff;
    background-color: #5c0029;
    border-color: #5c0029;
}

.packaging-machinery-page .btn.btn-blue::after {
    background-color: #290012;
}

.packaging-machinery-page .btn.btn-blue:hover,
.packaging-machinery-page .btn.btn-blue:focus,
.packaging-machinery-page .btn.btn-blue:active,
.packaging-machinery-page .btn.btn-blue:focus:hover,
.packaging-machinery-page .btn.btn-blue:active:hover {
    color: #fff !important;
    background-color: #290012;
    border-color: #290012;
    text-decoration: none;
}

.packaging-machinery-page .btn.btn-dark {
    color: #5c0029;
    background-color: #fff;
    border-color: #5c0029;
}

.packaging-machinery-page .btn.btn-dark::after {
    background-color: #5c0029;
}

.packaging-machinery-page .btn.btn-dark:hover,
.packaging-machinery-page .btn.btn-dark:focus,
.packaging-machinery-page .btn.btn-dark:active,
.packaging-machinery-page .btn.btn-dark:focus:hover,
.packaging-machinery-page .btn.btn-dark:active:hover {
    color: #fff !important;
    background-color: #5c0029;
    border-color: #5c0029;
    text-decoration: none;
}
