.about_hero{
    position: relative;
    padding: var(--main-padding);
}
.about_hero h1{
    font-size: var(--mid-font-size);
    color: #153F21;
    line-height: 50px;
    font-weight: 700;
}
.about_hero p{
    font-size: var(--short-font-size);
    line-height: 24px;
    color: #043B1A;
    font-weight: 500;
    text-align: justify;
}
.about_hero .img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
    max-height: 450px;
    min-height: 100%;
}
.about_hero .img img{
    max-width: 70%;
    min-height: 100%;
    max-height: 450px;
    width: 100%;
    /* height: 100%; */
}
@media(max-width:998px){
    .about_hero .img img{
        max-width: 100%;
    }
}

/* -------------------------------------about_2----------------- */
.about_2{
    position: relative;
    padding: 5rem 0;
    background-image: url(../images/about_single_line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about_2 h3{
    font-size: 2rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
}
.about_2 .img{
    max-width: 40px;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
}
.about_2 .img img{
    width: 100%;
    height: 100%;
}

/* --------------------------about_3----------------- */
.about_3{
    position: relative;
    padding: 2rem;
}
.about_3 p{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 24px;
    color: #043B1A;
    text-align: justify;
    margin-bottom: 2rem;
}
.about_3 p:nth-child(4){
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 24px;
    color: #043B1A;
    margin-bottom: 1rem;
}
.btn_box{
    text-align: center;    
    margin: 2rem 0;
}
.btn_box a{
    text-align: center; 
    text-decoration: none;
    color: #fff;
    background-color: #318930;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}