.server-rental {
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}
.server-rental .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.server-rental .container .content,
.server-rental .container .banner {
  width: 49%;
}

.server-rental .container .banner img {
  width: 100%;
  display: block;
  margin-top: 100px;
}

.server-rental .container {
  height: unset;
  height: 200px;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(0deg, #00c9ff, #ffbf00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 1px;
}

.description {
  font-size: 1.2rem;
  font-weight: 500;
  color: #555;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin-top: -5px;
}
.livechat {
  text-align: center;
  display: block;
}
