.breadcrumb{
    padding-top: 20px;
    padding-left: 0;
    background-color: transparent;
    color: #273329;
    margin-bottom: 36px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: ">";
    color: #273329;
}
.main-title{
    font-size: 40px;
    color: #006738;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom:1px solid #12A33E;
    margin-bottom: 70px;
    position: relative;
    
}
.main-title .leaf{
    position: absolute;
    right:0;
    bottom:-19px;
}
.first_post{
    height: 400px;
    margin-bottom: 130px;
    overflow: hidden;
}
.first_post h1{
    font-weight: bold;
    font-size: 28px;
    color: #4D4D4D;
    margin-bottom: 25px;
}
.first_post p{
    font-size: 20px;
    color: #4D4D4D;

}
.first_post h6{
    font-size: 14px;
    color: #12A33E;
    display: inline-block;
}
.first_post img.img-fluid{
    width: 100%;
}
.card{
    border: none;
    margin-bottom: 70px;
}
.card-title{
    font-weight: bold;
    font-size: 24px;
    color: #4D4D4D;
}
.cars-body{
    padding: 30px;
}
.card-body p{
    font-size: 18px;
    color: #4D4D4D;
}
.card-body a{
    font-size: 14px;
    color: #12A33E;
}
.story_items{
    margin-bottom: 140px;
}
.story-link:hover, .story-link h6:hover{
    color: #D65943;
}
@media screen and (max-width:992px){
    .breadcrumb{
        margin-bottom: 10px;
        padding-left: 0;
    }
    .main-title{
        font-size: 30px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 35px;
        text-align: -webkit-center;
    }
    .main-title .leaf{
        bottom:-12px;
    }

    .first_post{
        height: 600px;
        margin-bottom: 80px;
    }
    .first_post h1{
        margin-bottom: 10px;
    }
    .card{
        margin-bottom: 40px;
    }
    .story_items{
        margin-bottom: 70px;
    }
    
}

@media screen and (max-width:576px){
    .breadcrumb{
        padding-top: 20px;
            padding-left: 0;
            margin-bottom: 36px;
    }
    .main-title{
        padding-bottom: 0;
        text-align: -webkit-center;
    }
    .first_post{
        margin-bottom: 30px;
    }
    .card{
        margin-bottom: 25px;
    }
}