.navbar-nav .nav-link {
    white-space: nowrap;
}

.nav{
    padding-right: 0;
    padding-left: 40px;
}

.divider.divider-side:first-child {
    left: auto;
    right: -1px;
}

.divider.divider-side:last-child {
    right: auto;
    left: -1px;
}

.divider.divider-side{
    -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
    mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,99 50,99 C66.6666667,99 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff' fill-rule='evenodd' transform='translate(50.000000, 50.000000) rotate(90.000000) translate(-50.000000, -50.000000)' /%3e%3c/svg%3e");
}

.discount-badge{
	position: absolute;
	top: 10px;
	left: 10px;
}

.lead{
    line-height: 2.1rem;
}

p{
    line-height: 1.8rem;
}

.services-image{
    width: 128px;
    height: 128px;
}