
.brosuri-box{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    
}
body{
    margin: 0 !important;
    padding: 0 !important;
}


.brosuri-box div.brosura1{
    background-color: rgba(224, 26, 26, 0);
    /* width: fit-content; */
    width:300px;
    height: fit-content;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.brosuri img{
    margin: 0;
    padding: 0;
}

.brosuri-box p{
    color:rgb(18, 70, 138);
    /* background-color: rgb(17, 197, 128); */
    width:100%;
    text-align: center;
    font-size: 16px;
    /* line-height: 2; */
    font-weight: 550;
}

@media (min-width:916px) and (max-width:1215px){
    .brosuri-box .brosura1{
        display: flex;
        flex-direction: row;
        justify-content: center;
        
        
          width:150px !important;
          
    }
}
 /* 916  1215 */



