.btn-invert {
 background-color: white !important;
 color: #1f1f1f !important;
 border: 2px solid #1f1f1f !important;
 border-radius: 24px !important;
 padding: 11px 28px 10px !important;
 font-size: 16px !important;
 font-family: proxima-nova, sans-serif !important;
 font-style: normal !important;
 font-weight: 700 !important;
 text-align: center !important;
 text-decoration: none !important;
 white-space: normal !important;
 cursor: pointer !important;
 transition: all 0.3s ease !important;
}

.btn-invert:hover,
.btn-invert:focus {
 background-color: #1f1f1f !important;
 color: white !important;
 text-decoration: none !important;
}

.btn-invert:hover strong,
.btn-invert:hover b,
.btn-invert:focus strong,
.btn-invert:focus b {
 color: white !important;
}



.service-box {
 border-radius: 16px;
 overflow: hidden;
 background: white;
 border: 1px solid #ddd;
 display: flex;
 flex-direction: column;
 height: 100%;
}

.service-box > div {
 width: 100%;
}

.price-header,
.price,
.features,
.price-footer {
 text-align: center;
}



.btn-primary {
 border-radius: 8px !important;
}



img {
 border-radius: 8px;
}
