.logo,
.telephone {
    max-height: 27px;
    width: auto;
}

.btn-danger {
    background-color: rgb(239, 79, 25);
    border-radius: 50px;
    padding-left: 50px;
    padding-right: 50px;
}

.btn-danger:hover {
    background-color: unset;
    border-color: rgb(239, 79, 25);
    color: rgb(239, 79, 25);
}

.text-orange {
    color: rgb(239, 79, 25);
}

.border-orange {
    border-color: rgb(239, 79, 25) !important;
}

.rounded-4 {
    border-radius: 15px;
}

.text-truncate-2 {
    width: 100%;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    font-family: sans-serif;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}