.pon .heading {
    color: #1c6c33;
}

.pon .heading {
    font-size: 18px;
    font-weight: 600;
}

.pon .content {
    padding: 40px;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    height: 350px;
}
.pon .content p{
    line-height: 28px;
}
.pon .color1 {
    background: #82c194;
}

.pon .color2 {
    background: #66c3d4;
}

.pon .content .icon {
    text-align: center;
    position: relative;
    margin-top: -150px;
}

.pon .row-block {
    margin-top: 120px;
}

@media screen and (max-width: 767px){
    .pon .row-block .last {
        margin-top: 120px;
    }
}
@media screen and (max-width: 991px){
    .pon .content {
        font-size: 16px;
        padding: 20px;
    }
}
.pon .footer-section h2{
    text-align: center;
    font-size: 22px;
    color: #1c6c33;
    margin-top: 100px;
}
.pon .footer-section p{
    text-align: center;
    margin-top: 50px;
}
.pon .footer-section p .btn{
    font-size: 22px;
}