.btn-green {
    background: #33c64d;
}
.section-title span, .footer-title {
    background-color: transparent !important
}
.section-title h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #2fa489 !important;
}
.about-style1 {
    padding: 45px 0;
}
.figure-img {
    width: 85px!important;
    height: auto;
}
.widget-title {
    background-color: #33c64d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.d-flex {
    border-bottom: 1px groove #ccc;
    padding-bottom: 10px;
}
.d-flex:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

@media screen and (min-width: 1024px) {
    .ml-block {
        margin-left: 115px !important;
    }
}

@media screen and (min-width: 1200px) {
    .ml-block {
        margin-left: 200px !important;
    }
}
.sub-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    color: #2fa489 !important;
}

p.team-social {
    color: #fff;
    text-shadow: 0px 0px 2px #000;
    margin: 15px;
    bottom: 0px !important;
    position: absolute;
}
.card-style4 .card-image:before {
    background-color: rgba(0,0,0,0.3);
}