body {
  background-color: #f1f1f1;
}

.banner {
  display: flex;
  align-items: center;
  padding: 12px 0;
  background-color: red;
}

.banner .img {
  display: flex;
  justify-content: end;
}

.banner .img img {
  width: 20%;
}

.banner .text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .text p {
  margin: 0;
  color: #fff;
}

header {
  background-color: #2a5d00;
}

header nav a {
  color: #fff !important;
}

#hero {
  background-image: url('/assets/images/hero.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  /* background-color: #330371; */
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .headline h1 {
  color: #fff;
  font-size: 4rem;
  text-align: left;
}

#hero .headline p {
  color: #fff;
  font-size: 1rem;
  text-align: left;
}

#hero .img img{
  width: 100%;
}


#comment {
  padding: 24px 0;
}

#list .item {
  padding: 12px;
  margin-top: 24px;
  background-color: #fcfcfc;
  min-height: 313px;
  max-height: 313px;
}

#list .item .img {
  width: 100%;
  max-height: 150px;
  height: 150px;
}

#list .item .img img {
  width: 100%;
  height: 150px;
  max-height: 150px;
}

#list .item .body-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#list .item .body-text p {
  margin: 0;
}

#list .item .rating p {
  font-size: 18px;
  margin: 0;
}

#list .item .rating p i {
  color: #000;
}

#list .item .button {
  width: 100%;
}

#list .item .button a {
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  background-color: #2a5d00;
  border: 2px solid #2a5d00;
  transition: 0.3s linear;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}

#list .item .button a:hover {
  background-color: transparent;
  border: 2px solid #2a5d00;
  color: #2a5d00;
  letter-spacing: 1px;
}

#about {
  padding: 24px 0;
}

#about .item-about {
  background-color: #fff;
  padding: 12px 0;
}

#about .item-about .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#about .item-about p {
  color: #000;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

#about .text p {
  font-size: 18px;
}


#about .img img {
  width: 100%;
}


#responsible {
  padding: 24px 0;
  background-color: #fff;
}


#responsible .img img {
  width: 100%;
}


#responsible .text h2 {
  font-weight: bold;
  font-size: 24px;
}

#responsible .text p {
  font-size: 18px;
}

footer {
  background-color: #2a5d00;
  padding: 12px 0;
}

footer h2,
footer h3 {
  color: #fff;
}

footer p {
  color: #fff;
}

footer .img {
  background-color: #fff;
}

footer .img img {
  width: 100%;
  height: 60px;
}

footer .img img.disc_18 {
  height: 100%;
  width: 50%;
}

footer .disclaimer .img {
  background-color: transparent;
  display: flex;
  justify-content: end;
  align-items: center;
}

footer .disclaimer .img img {
  width: 50%;
}

footer .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

footer .text p {
  margin: 0;
}

footer ul {
  padding-inline-start: 0;
}

footer ul li {
  list-style-type: none;
  display: inline-block;
}

footer ul li a {
  text-decoration: none;
  padding: 0 8px;
  color: #fff;
}

#privacy {
  padding: 24px 0;
}

#privacy h2 {
  font-size: 20px;
}

#privacy ul li {
  list-style-type: none;
}

#privacy p {
  font-size: 16px;
}

/*# sourceMappingURL=style.css.map */


#voluntary {
  padding: 24px 0;
}

#voluntary h2 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
}


#voluntary p {
  font-size: 16px;
}

#contact {
  padding: 24px 0;
}

#contact .form-group {
  margin-top: 24px;
}

#contact .form-group input {
  padding: 8px;

}

#contact button {
  margin-top: 12px;
  padding: 8px 32px;
  background-color: #2a5d00;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
}


@media (max-width:600px) {
  #hero .headline h1{
    font-size: 24px;
  }
}