/* Tutaj jest miejsce na Twoje style */

.top__wrapper {
    display: flex;
    align-items: center;
    background-color: #201240;
    background-image: linear-gradient(0, transparent 0%, rgba(0, 0, 0, 0.8) 90%), url("../../img/main/bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* border-radius: 0 0 16px 16px; */
    width: 100%;
    height: 520px;
    margin: 0 auto;
    padding-top: 50px;
  }

  .section__top-icons {
    background-color: #150d29;
    margin: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .row__top-icons {
    row-gap: 40px;
  }

  .section__top-icons .top-icon p {
    padding-top: 20px;
    color: #fff;
  }

  .disclaimer {
    text-align: center;
    font-size: 14px;
    max-width: 860px;
    margin: 0 auto;
    color: #a0a0a0;
  }
  
  .footer {
    position: relative;
    background-color: #000;
    color: #dadada;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  
  .footer img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 32px;
  }

  .border-style {
    border-radius: 8px;
  }

  .border-color {
    border: 1px solid #8250FA;
    color: #8250FA;
    border-radius: 8px;
}

.section__oled {
    background-color: #150d29;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0px;
}

.section__oled h2 {
    color: #fff;
}

.icons__oled {
    padding-top: 40px;
    row-gap: 40px;
}

  .icons__oled p {
    margin-bottom: 0px;
    color: #fff;
  }

  .icons__oled h3 {
    margin-bottom: 0px;
    color: #8250FA;
  }

  .section__laptop {
    background-color: #150d29;
    background-image: url('../../img/main/control_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

    padding-top: 100px;
    margin-bottom: 0px;
    padding-bottom: 100px;
  }

  .section__laptop h2 {
    color: #fff;
  }

.section__geforce {
    padding-top: 100px;
    background-color: #000;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 100px;
    color: #fff;
}

.section__geforce p {
    color: #dadada;
}

.icons__geforce {
    row-gap: 40px;;
}

.icon-geforce h4 {
    padding-top: 20px;
}

.video__section {
    background-color: #150d29;
    margin-bottom: 0!important;
    padding-bottom: 100px;
    padding-top: 100px;
}

.video__section h2 {
    color: #fff;
}

@media (max-width: 768px) {
    .text {
        text-align: center;
    }
}

.img__wrapper {
    text-align: center;
    row-gap: 40px;
}

