.desc {
  max-width: 1080px;
  margin: auto;
  text-align: center;
  background-color: white;
  color: black;
}

.desc .opis_market {
  display: block;
  width: 100%;
  height: auto;
}

.desc .mainWidth_v {
  margin: 0.5em 0;
  text-align: center;
}

.desc .mainWidth_v .prawa {
  width: 100%;
}

.desc .mainWidth_v .prawa h5 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-align: left;
  font-family: "Poppins", sans-serif;
}

.desc .mainWidth_v .prawa p {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.desc .mainWidth_v .prawa span {
  font-size: 17px;
  line-height: 26px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.desc .mainWidth_v .prawa img {
  width: 100%;
}

.desc .clear_box {
  content: "";
  clear: both;
  display: table;
}

.desc .lap_gaming_content hr {
  border-bottom: 1px solid #c3c3c3;
  margin: 0.25em 0;
}

@media screen and (max-width: 800px) {
  .desc .prawa h5 {
    font-size: 17px;
    line-height: 27px;
    text-align: center;
  }

  .desc .prawa p {
    font-size: 15px;
    line-height: 24px;
  }
}

.desc .filmy_yt {
  display: block;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .desc .filmy_yt {
    display: none;
  }
}

.desc .filmy_yt_mobile {
  display: none;
}

@media screen and (max-width: 800px) {
  .desc .filmy_yt_mobile {
    display: block;
    height: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    padding-bottom: 177%;
    /* 9:16 */
  }
}
