body main section.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100vw;
  padding: 2rem 0 2rem 0;
}

body main section.main section {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main section.main section .hosting_package {
  background-color: white;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  margin-right: 4rem;
  margin-bottom: 4rem;
}

body main section.main section .hosting_package h2 {
  margin-bottom: 2rem;
  color: #3D89BF;
}

body main section.main section .hosting_package ul {
  list-style: none;
  max-width: 80%;
  margin-bottom: 2rem;
}

body main section.main section .hosting_package ul li {
  margin-bottom: 0.5rem;
}

body main section.main section .hosting_package h3 {
  margin-bottom: 2rem;
  color: #3D89BF;
  font-weight: bold;
}

body main section.main section .hosting_package button {
  color: white;
  background-color: #34BFAF;
  padding: 1rem;
  border: none;
  width: 16rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
}

body main section.main section .hosting_package button:hover {
  background-color: #2ABF59;
}
/*# sourceMappingURL=overide.css.map */