

.flex-container{
    display: flex;
    flex-wrap: nowrap;
}


.font-imp{
    color: rgb(0,149,39);
}



.desc_title{
    font-size: 20px;
    line-height: 30px;
    background:rgb(0,149,39);
    color: white;
    border-radius: 20px;
    padding-left: 20px;
}
.desc_content{
    margin-top: 5px;
    margin-left: 20px;
    font-size: 16px;
    line-height: 24px;
    border: 3px solid lightgrey;
    padding: 5px;
}
.desc_item{
    padding: 10px 10px;
}
.img_margin_1{
    margin: 7px;
}
.img_margin{
    margin: 5px;
}

.wrapper {
    display: grid;
    grid-template-columns: 240px 240px 240px 240px 240px;
    width: 1200px;
    position: relative;

}
.wrapper >div{
    padding: 10px;
    overflow: hidden;
}
.img_grid{
    width: 300px;
    height: 150px;
    overflow: hidden;
}
.wrapper{
    position: relative;
}
.wrapper div .title{
    color: rgb(0,149,39);
    margin-bottom: 5px;
    padding: 4px;
    font-size: 20px;
    font-weight: bold;
    width: fit-content;
}
.header_title{
    width: 400px;
    border: 2px dashed grey;
    padding: 5px;
    height: 160px;
    overflow: hidden;
}
.header_title p{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    /*padding: 5px 0px;*/
    justify-self: center;
}
.block{
    height: 20px;
    width: 20px;
    background: #0b9e27;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.header_title span{
    font-size: 18px;
}
.font-imp{
    font-size: 20px;
}

.wrapper div .desc{
    padding: 4px;
    height: 83px;
    font-size: 16px;
    line-height: 20px;
}

.empty{
    height: 130px;
}

.svg{
    position: absolute;
    width: 1200px;
    height: 800px;
}