

body{
overflow-x :hidden !important; 
}

/*  Footer responsive  */

@media screen and (max-width: 600px) {
  #desktop_footer {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  #mob_footer {
    display: none;
  }
}

/*  OPG  */

#con_1{
    padding-top: 3em;
    padding-bottom: 7em;
}
#con_2{
    min-height: 30em;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding-bottom: 20px;
}

.proizvod{
  border-radius: 20px;
}
