.section-img {
    width: 100%;
}
.section-title {
    position: absolute;
}
.section-title-bottom-right {
    bottom: 10px;
    right: 40px;
}
.section-title-bottom-left {
    bottom: 10px;
    left: 40px;
}
.section-content {
    width: 100%;
    position: relative;
}

.section-bg-green {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,222,0,0.3);
}

.section-bg-gradient-green {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgba(0,200,0,1));
}