#top_banner {
  height: 500px;
  background: url("../../assets/img/mainbanner.png") no-repeat center center;
  background-size: cover;
}

#navbar {
  top: -71px;
  position: relative;
  background-color: rgba(111,109,109,0.8);
}

#link {
  font-weight: 500;
}

#items {
  font-weight: 500;
}

#item-list {
  font-weight: 500;
}

#logo {
  position: absolute;
  height: 128px;
  width: 128px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

#button {
  padding: 6px 21px 6px 21px;
  background-color: #333333;
}

#hide {
  opacity: 0;
}

#img-setting {
  width: 128px;
}

#nav-item {
}

#nav-padding {
  padding-left: 12px;
}

.title-heading {
  text-align: left;
  font-weight: 800;
  font-size: 30px;
  margin-top: 0px;
  font-family: Inter, sans-serif;
}

.main-title-heading {
  text-align: center;
  font-weight: 700;
  font-size: 43px;
  margin-top: 40px;
}

.p-heading {
  text-align: center;
  font-weight: lighter;
  font-size: 16px;
}

.ame-pheading {
  text-align: justify;
  font-weight: lighter;
  font-size: 15px;
  padding: 25px 0;
  line-height: 17px;
}

.ame-p-heading {
  font-weight: lighter;
  font-size: 15px;
  padding-top: 15px;
}

.units-column {
  padding: 0 25px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

.unit-heading {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

.img-center {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

#btn {
  border-radius: 8px;
  background-color: #2388E7;
  font-size: 14px;
  color: #FFFFFF;
  border: none;
  text-align: center;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
}

#btn {
}

#button-center {
  display: flex;
  padding-bottom: 70px;
  justify-content: center;
}

