.navbar-brand {
    margin: 15px 0px;
}
.ud-header .navbar .navbar-brand {
    color: white;
    font-weight: bold;
}
.ud-header.sticky .navbar .navbar-brand {
    color: var(--primary-color);
}

.ud-footer {
    padding-top: 0;
}

.ud-contact::after {
    height: 100% !important;
}
.ud-contact-title {
    margin-bottom: 75px;
}
.ud-contact-info-wrapper .ud-single-info {
    width: auto!important;
}
.ud-single-pricing .ud-pricing-body li {
    margin-bottom: 10px;
}

.prices {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.prices .price {
    padding-left: 5px;
    padding-right: 5px;
    flex-grow: 1;
    max-width: 360px;
    min-width: 250px;
}
