.container {
  width: 65% !important;
}

.wrap {
  width: 80%;
}

#banner {
  width: 100%;
  height: 12px;
  background-color: rgb(33, 132, 51);
}

body {
  background-color: rgb(255, 255, 255);
}

header {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.08);
}
header .navbar-nav {
  margin-left: 15%;
}

#hero {
  padding: 24px 0;
}

#list {
  padding: 12px 0;
}
#list h5 {
  color: rgb(33, 132, 51);
  font-weight: bold;
}
#list .item {
  background-color: #fff;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2.5px solid rgb(33, 132, 51);
  padding: 12px;
  min-height: 110px;
  height: 110px;
  max-height: 110px;
  box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.08);
}
#list .item .img {
  display: flex;
  justify-content: space-between;
}
#list .item .img img {
  width: 130px;
}
#list .item .text {
  padding: 0 12px;
}
#list .item .text p {
  margin: 0;
}
#list .item .text img {
  width: 15px;
}
#list .item .btn {
  width: 130px;
  display: flex;
  justify-content: end;
}
#list .item .btn a {
  text-decoration: none;
  background-color: rgb(33, 132, 51);
  color: #fff;
  padding: 10px 24px;
}

#info .item .img {
  margin-bottom: 12px;
}
#info .item .img img {
  width: 100%;
}
#info p a {
  text-decoration: none;
  color: rgb(33, 132, 51);
}
#info ul li {
  list-style-type: decimal;
}

footer {
  background-color: rgb(49, 50, 54);
  box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.08);
  border-top: 10px solid rgb(33, 132, 51);
  padding: 12px 0;
}
footer .wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
footer .wrap .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
footer .wrap .top ul {
  padding-inline-start: 0;
}
footer .wrap .top ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 12px;
}
footer .wrap .top ul li a {
  color: #fff;
  text-decoration: none;
}
footer .wrap .top ul li a:hover {
  color: rgb(33, 132, 51);
}
footer .wrap .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
footer .wrap .bottom ul {
  padding-inline-start: 0;
}
footer .wrap .bottom ul li {
  display: inline-block;
  list-style-type: none;
  margin-left: 12px;
}
footer .wrap .bottom ul li a {
  color: #fff;
  text-decoration: none;
}
footer .wrap .bottom ul li a:hover {
  color: rgb(33, 132, 51);
}
footer .wrap .bottom p {
  width: 50%;
  color: #fff;
  font-size: 11px;
}

#privacy h1, #about h1, #contact h1 {
  margin-bottom: 24px;
}

#privacy,
#about,
#contact{
  padding: 48px 0;
}

@media (max-width: 600px) {
  .container {
    width: 100% !important;
  }
  .wrap {
    width: 100% !important;
  }
  header .navbar-nav {
    margin-left: 0;
  }
  #list {
    padding: 12px 0;
  }
  #list h5 {
    color: rgb(33, 132, 51);
    font-weight: bold;
  }
  #list .item {
    background-color: #fff;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    border-top: 2.5px solid rgb(33, 132, 51);
    padding: 12px;
    box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.08);
    min-height: 230px;
    height: 230px;
    max-height: 230px;
  }
  #list .item .img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #list .item .img img {
    width: 130px;
  }
  #list .item .text {
    margin-top: 12px;
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #list .item .text p {
    margin: 0;
  }
  #list .item .text img {
    width: 15px;
  }
  #list .item .btn {
    width: 100%;
  }
  #list .item .btn a {
    text-decoration: none;
    background-color: rgb(33, 132, 51);
    color: #fff;
    padding: 10px 24px;
    width: 100%;
  }
  footer {
    background-color: rgb(49, 50, 54);
    box-shadow: 0px 12px 32px 0px rgba(6, 28, 61, 0.08);
    border-top: 10px solid rgb(33, 132, 51);
    padding: 12px 0;
  }
  footer .wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  footer .wrap .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  footer .wrap .top ul {
    padding-inline-start: 0;
  }
  footer .wrap .top ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 12px;
  }
  footer .wrap .top ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer .wrap .top ul li a:hover {
    color: rgb(33, 132, 51);
  }
  footer .wrap .bottom {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 12px;
  }
  footer .wrap .bottom ul {
    padding-inline-start: 0;
  }
  footer .wrap .bottom ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 12px;
    margin-left: 0;
  }
  footer .wrap .bottom ul li a {
    color: #fff;
    text-decoration: none;
  }
  footer .wrap .bottom ul li a:hover {
    color: rgb(33, 132, 51);
  }
  footer .wrap .bottom p {
    width: 100%;
    color: #fff;
    font-size: 11px;
  }
  #copy p {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */