/* BUTTON */
@media screen and (min-width: 768px) {
    .custom-btn {
        width: 50% !important;
    }
}

.clip-btn {
    width: 100% !important;
}

@media screen and (min-width: 992px) {
    .clip-btn {
        width: 90% !important;
    }

    .trigger-btn-clip {
        border: none !important;
    }

    .trigger-btn-clip .rounded-end{
        border-radius: 0.375rem !important;
        width: 60% !important;
    }

    .trigger-promo {
        border: solid 1px var(--primary) !important;
        border-radius: 0.375rem !important;
    }
}


/* MODAL */
.modal-header {
    border: none !important;
    padding-bottom: 0 !important;
}

.modal-body {
    padding-top: 0.5rem;
}

.btn-close {
    box-shadow: none !important;
}


/* IMG */
.custom-img {
    width: 20rem !important;
}


/* BACKGROUND */
.bg-custom {
    background-color: var(--tertiary) !important;
}


/* PROMO CARD */
.company-card {
    max-width: 18rem !important;
}
