@media (max-width: 1200px) {
  .proxmox-container .proxmox-group-right .proxmox-text h3 {
    text-align: right;
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .proxmox-container .proxmox-group-left .proxmox-text h3 {
    text-align: left;
    margin: 0;
    font-size: 25px;
    margin-bottom: 10px;
  }

  .proxmox-text p {
    font-size: 15px;
  }

  .proxmox-image-card {
    width: 100%;
  }
}

.main-baner-text p {
  width: auto;
}

.description-large {
  margin: 50px 0;
  font-size: 22px;
}

.network_map-container .description-large {
  color: var(--color-white);
}

.content-container {
  margin: 140px auto;
  max-width: 1280px;
  display: block;
}

.offer-row {
  bottom: 100px;
}

.offer-box {
  margin: 10px 15px;
}

.offer-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 35px;
  width: 90%;
}

.offer-content h6 {
  text-align: center !important;
  font-weight: 400;
}

.offer-box img {
  height: 110%;
  max-height: 140px;
}

.process-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.process-holder h6 {
  margin: 10px auto;
}
.process-holder ul {
  margin: 5px auto;
}

li .description-large {
  margin: 0px auto !important;
  font-size: 20px;
}

.process-holder {
  margin: 50px 0px 0px 0px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 25px;
  align-items: center;
}

.process-holder img {
  height: 85px;
}

.network_map-container {
  height: 1180px;
}

@media (max-width: 1500px) and (min-width: 1300px) {
  .offer-row .offer-box {
    width: 17% !important;
  }
}

@media (max-width: 1300px) {
  .offer-row .offer-box {
    width: 300px;
    margin-top: 0px !important;
    margin: 20px !important;
  }

  .content-container {
    margin: 140px 8%;
  }
}

@media (max-width: 1200px) {
  .description-large {
    font-size: 20px;
    line-height: 1.8 !important;
  }
}

@media (max-width: 990px) {
  .map_contact-container {
    height: 1300px;
  }
}

@media (max-width: 900px) {
  .offer-row {
    bottom: 0 !important;
    flex-direction: column;
    margin-bottom: 60px;
  }

  .offer-row .offer-box {
    flex-direction: row;
    margin: 10px 0 !important;
    width: 80%;
  }

  .offer-content {
    align-items: center;
    text-align: center;
  }

  .offer-content h6 {
    font-size: 24px !important;
    justify-content: center !important;
    align-items: center;
  }

  .offer-row .offer-box img {
    height: 70px !important;
  }

  .description-large {
    font-size: 16px;
  }

  .process-holder h6 {
    font-size: 22px;
  }

  .process-holder .description-large {
    font-size: 16px;
  }
  .process-holder img {
    height: 60px;
  }

  .process-holder {
    flex-direction: column;
    align-items: flex-start;
  }
}
