.Our__brand{
	width: 200px;
}
@media(max-width:450px){
    .Our__brand{
	  width: 100%;
    }
}