@charset "utf-8";
/* CSS Document */

.content__title02 {
  /*border-top: 3px solid #00864B;*/
  border-bottom: 3px solid #00864B;
  font-size: 22.5px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px
}
.contact02__btn {
  padding: 10px 50px;
  background: #00864B;
  /*border-radius: 50px;*/
  color: #fff;
  font-size: 16.5px;
  font-weight: bold
}
.contact02__btn:hover {
  opacity: 0.8
}
