.mt-10rem{margin-top: 10rem;}

.about_section {
    padding: 100px 0;
    background: #ddffe0;
}

.about_content span {
    color: #5aac4e;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'poppins';
    display: inline-block;
    position: relative;
}
.about_content span::before {
    content: '';
    height: 2px;
    background: #5aac4e;
    bottom: 0px;
    width: 80px;    
    position: absolute;
}
.about_content h2 {
    font-family: 'poppins';
    color: #000;
    /* text-transform: capitalize; */
    font-weight: 600;
    margin-bottom: 20px;
}
.our_values {
    padding: 100px 0;
    background: #fbfbfd;
}

.values_title h2 {
    color: #000;
    font-family: 'poppins';
    font-weight: 700;
    position: relative;
}

.values_title h2:before {
    content: '';
    position: absolute;
    background: #5aac4e;
    width: 55px;
    height: 3px;
    bottom: -2px;
}
.values_title {
    margin-bottom: 80px;    
}

.value_col img {
    display: block;
    /* margin:  auto; */
}

.value_col p {
    text-align: left;
}
.value_col {
    margin-bottom: 60px;
    background: rgb(221 255 224 / 17%);
    box-shadow: 0px 0px 10px rgba(0 0 0 / 20%);
    padding: 25px;
    min-height: 210px;
    border-radius: 10px;
}
.help_card {
    width: 45%;
    float: left;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0 0 0 / 10%);
    border-radius: 10px;
    margin-right: 25px;
    margin-bottom: 30px;
    min-height: 290px;
}
.green_card,.light_green_card {
    top: -100px;
}
.green_card {background: #5aac4e;}
.light_blue_card {background: #6a78f7;}
.light_green_card {background: #58bab6;}
.gray_card {background: #f7f7f8;}

.help_card_content h4,.help_card_content p {
    color: #fff;
}

.help_card_content h4 {
    font-family: 'poppins';
    font-size: 20px;
    font-weight: 600;
}
.help_card a.btn.puprple_btn {
    border-radius: 5px;
    background: none;
    border: 1px solid #fff;
    border-radius: 100px;
}
.gray_card h4,.gray_card p {
    color: #000;
}
.gray_card a.btn.puprple_btn {
    border-color: #000;
    color: #000;
}
.about_image {
    padding-right: 50px;
}
.help_card .icon {
    margin-bottom: 15px;
}

.help_card img {
    max-width: 45px;
}