.sveIgre{
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin: 80px 0;
  padding: 0;
  color: rgb(6, 17, 60);


}
.OIgri{
  position: relative;
  background-color: rgb(240, 243, 255);
  padding: 20px 300px;
  justify-content: center;
  align-items: center;
}
.OIgri p:nth-child(2){
  padding-top: 2%;
}
.igre {
  position: relative;
  justify-content: center;
  align-items: left;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.sveIgre img {
  width: 500px;
  height: 350px;
  display: flex;
  float: left;
  position: relative;
  padding: 10px;
  margin: 0;
  border-radius: 20px;
}

.igre h2{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 28px;
  padding-left: 300px;
}

.igre p {
  position: relative;
  font-size: 16px;
  padding: 8px;
  line-height: 18px;
  
}

@media(max-width:1800px){
  .OIgri p:nth-child(2){
    padding-top: 0;
  }
}
@media(max-width:1700px){
  .OIgri p:nth-child(2){
    padding-top: 1%;
  }
  .igre p {
    font-size: 14px;
    line-height: 16px;
    padding: 4px;
    
  }
}
@media(max-width:1500px){
  .sveIgre {
    position: relative;
    flex-direction: column;
    align-items: center;
    margin: 80px 0;
  }
  .OIgri{
    padding: 20px 100px;
  }
  .OIgri p:nth-child(2){
    padding-top: 4.5%;
  }

  .igre p{
    font-size: 14px;
  }
  .igre h2 {
    display: flex;
    position: relative;
    padding: 0 100px;
    text-align: center;
  }
  .OIgre img {
    width: 600px;
    height: 350px;
  }

}
@media only screen and (max-width:1240px){
  .OIgri p:nth-child(2){
    padding-top: 2%;
  }
}
@media only screen and (max-width:1100px){
  .sveIgre {
    display: flex;
    text-align: center;
    justify-content: center;
  }
  .OIgri{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: relative;

  }
  
}
@media only screen and (max-width:660px){
  .sveIgre{
   
    margin-top: 50px;
  }

  .sveIgre img {
    width: 350px;
    height: auto;
  }
  .igre p{
    font-size: 11px;
    line-height: 13px;
  }
  .igre h2{
    font-size: 18px;
    line-height: 18px;
 
  }
  .OIgri {
    padding: 20px 50px;
}
.igre h2 {
 
  padding: 0 20px;
}
}

@media only screen and (max-width:400px){
  .OIgri {
    padding: 20px 10px;
}
}