/* owl carousel */

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;

  background-image: linear-gradient(to right, rgb(28, 28, 28) 0%, rgb(23, 23, 23) 100%);
    background-repeat: repeat-x;
}
main-content{
  overflow-x:hidden;
  overflow-y: scroll;
  max-height: 100vh;
  background-image: linear-gradient(to right, rgb(28, 28, 28) 0%, rgb(23, 23, 23) 100%);
    background-repeat: repeat-x;
  width: 100%;
}
section{
margin-top:72px;
display:block;
}
.container-grid img{
  margin:5px;
  width:250px;
}
