.section-title span {
    background: none;
}
.section-title::after {
	display: none;
}

.why-choose-us-section ul {
    margin-bottom: 4rem;
    overflow: hidden;
}
.why-choose-us-section ul li {
    position: relative;
    float: left;
    width: 33.33%;
    min-height: 1rem;
}
.why-choose-us-section ul li:nth-child(odd) {
    background-color: #f7f7f7;
}
.item-box {
    position: relative;
    padding: 3rem;
    text-align: center;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.item-box i {
    margin-bottom: 2rem;
    font-size: 5rem;
    color: #55754f;
}
.item-box h3 {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #ccc;
    font-size: 2.4rem;
    color: #55754f;
}
.item-box:hover h3,
.item-box:hover i,
.item-box:hover p {
    color: #fff;
}
.item-box>* {
    position: relative;
    z-index: 2;
}
.item-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #55754f;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.item-box:hover::before {
    width: 100%;
}
.btn-container{
    text-align: center;
}

.elevating-impact-section {
    padding: 0;
}
.elevating-impact-section .inner {
    padding: 4rem;
    border: 1px solid #ccc;
}
.elevating-impact-section img {
    float: right;
    margin: 0 0 2rem 2rem;
    width: 30rem;
}

@media screen and (max-width:768px) {
    .why-choose-us-section ul li {
        width: 50%;
    }
}

@media screen and (max-width:425px) {
    .why-choose-us-section ul li {
        width: 100%;
    }
    .elevating-impact-section img {
        margin: 0 0 2rem 0;
        width: 100%;
    }
}