.image__container {
    position: relative;
    margin-top: 15px;
    margin-bottom: calc(15px + 1em);
    line-height: 0;
}

.image__container:before {
    content: '';
    width: 90%;
    height: 15px;
    left: 5%;
    top: -15px;
    background: #789D4A;
    position: absolute;
}

.image__container:after {
    content: '';
    width: 90%;
    height: 15px;
    left: 5%;
    bottom: -15px;
    background: #789D4A;
    position: absolute;
}

.more-button{
 background: #789D4A !important;
  border-color: #fff !important;
}
.more-button:hover{
  background: #284d00 !important;