section.wrapper_middle[data-cattype="511"]{  
    margin-top: -250px;
}

section.wrapper_middle[data-cattype="511"] .row{
    padding-top: 30px;
        
}

section.wrapper_middle[data-cattype="511"] h2{
    font-weight: bold;
 
    font-family: 'framd';
    font-size: 18px;
  
        
}
section.wrapper_middle[data-cattype="511"] .btn.btn-danger{
    margin-bottom:30px;
        
}

section.wrapper_middle[data-cattype="511"] .box-holder{
    background: #e30007; 
    padding: 20px; 
    margin: 10px; 
    width: calc(33% - 20px);
    height: auto;
/*
    display: inline-block;
    max-width: 350px;
    min-height: 360px;
*/
}

section.wrapper_middle[data-cattype="511"] ul.grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}


section.wrapper_middle[data-cattype="511"] .box-holder ul{display:auto;}

section.wrapper_middle[data-cattype="511"] .box-holder ul li {
text-align: left;
list-style: auto;
margin-left: 15px;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	section.wrapper_middle[data-cattype="511"] .box-holder{
        width: calc(50% - 20px);
        height: auto;
    }
}


/* Landscape phone  */
@media (max-width: 767px) {
    section.wrapper_middle[data-cattype="511"] .box-holder{
        width: 100%;
        height: auto;
    }
}

/* Potrait phone to below */
@media (max-width: 480px) {
    
    
}