.services_2{
    position: relative;
    padding: 2rem 0;
}
.services_2 h1{
    font-size: 2rem;
    text-align: left;
    font-weight: 500;
    color: #153F21;
}
.services_2  h1 img{
    max-width: 30px;
    width: 100%;
    height: 100%;
}

.services_2 p{
    font-size: 1.2rem;
    color: #153F21;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.05rem;
    text-align: justify;
}
.services_2 .img{
    width: 100%;
    height: 100%;
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.services_2 .img img{
    width: 100%;
    /* height: 90%; */
}

/* -------------------services_3---------------- */
.services_3{
    position: relative;
    padding: 2rem 0;
}
.services_3 h1{
font-size: 2rem ;
font-weight: 700;
text-align: center;
line-height: 40px;
color: #153F21;

}
.services_3 .sub_title{
font-size: 1.2rem ;
font-weight: 500;
text-align: center;
line-height: 24px;
color: #043B1A;
margin-bottom: 2rem;

}
.services_3 .flex_box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.services_3 .flex_box .end_text{
    text-align: center;
    font-size: 0.9rem;
    color: #000000;
    margin-top: 1rem;
}

.service_foot_text{
    position: relative;
    padding: 2em 0;
    text-align: center;
}
.service_foot_text p{
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 28px;
    text-align: justify;
    color: #043B1A;
    margin-bottom: 2rem;
}
.service_foot_text a{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #318930;
    border-radius: 20px;
    padding: 0.8rem 2rem ;
}