.btn-mc {
  padding: 12px 90px;
  font-size: 12px !important;
  background-color: rgba(36, 160, 237, 0.15) !important;
  color: #24a0ed !important;
}
.bg-mc-view {
  background-color: rgba(81, 207, 102, 0.15);
  color: #51cf66;
}
.fit-image {
  width: 100%;
  object-fit: cover;
  height: 300px; /* only if you want fixed height */
}
.mc-text {
  color: #51cf66;
}
.btn-disc {
  padding: 12px 90px;
  font-size: 12px !important;
  background-color: rgba(36, 160, 237, 0.15) !important;
  color: #24a0ed !important;
}
.bg-disc-view {
  background-color: rgba(114, 137, 218, 0.15);
}
.disc-text {
  color: #24a0ed;
}
.heading {
  font-weight: 500;
}
.price {
  font-weight: 600;
}
.view-text {
  font-family: "Inter", serif;
}
.starting-from {
  font-family: "Inter", serif;
}
.btn-vps {
  padding: 12px 90px;
  font-size: 12px !important;
  background-color: rgba(36, 160, 237, 0.15) !important;
  color: #24a0ed !important;
}
.bg-vps-view {
  background-color: rgba(255, 146, 43, 0.15);
}
.vps-text {
  color: #ff922b;
}
.btn-login {
  padding: 20px 110px !important;
  font-size: 12px !important;
  background-color: rgba(36, 160, 237, 0.15) !important;
  color: #24a0ed !important;
}
.btn-google {
  padding: 20px 110px !important;
  font-size: 12px !important;
  background-color: rgba(219, 50, 54, 0.15) !important;
  color: #db3236 !important;
  width: 254px !important;
  height: 58px !important;
}
.footer a {
  color: #fff !important;
}
