div.row_ours {
    padding-left: 60px;
    padding-right: 60px;
}
div#div_our_row_legend{
    margin-top: 35px;
    margin-bottom: 40px;
}
div#div_our_row_tittle{
    padding-top: 15px;
    padding-bottom: 10px;
}
div#div_our_row_logo {
    padding-bottom: 15px;
}
img#img_our_logo {
    height: 150px;
}
div#div_our_txt{
	margin-top: 30px;
    margin-bottom: 50px;
}
#ulours_vals{
  list-style: none;
}
#ulours_vals li::before{
  content: "\25BA";
  color: #D71F2A;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

/* Small screens and Medium screens */
/* max-width 640px, mobile-only, 641px - 1024px, tablet-only */
@media only screen and (max-width: 39.9375em), only screen and (min-width: 40em) and (max-width: 63.9375em){
    div.row_ours {
        padding-left: 30px;
        padding-right: 30px;
    }
    img#img_our_ban {
        margin-top: 30px;
    }
}