.banner_feature {
    color: #fff;
    margin-bottom: 30px;
}
.banner_feature .main_bg {
    min-height: 60vh; 
    display: flex; 
    flex-direction: column; 
    justify-content: end;
}
.banner_feature .main_bg .info{
    margin-left: 60px;
    padding-top: 30px;
    padding-bottom: 1px;
    position: relative;
}
.banner_feature .main_bg .info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    border-top: 4px solid #00984c;
}
