.about-full {
  padding-top: 10rem;
  width: 100%;

  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: var(--bg-primary);
}

.about-content-full {
  display: flex;
  gap: 5%;
  width: 100%;
  justify-content: center;
}

.about-text-full {
  display: flex;
  flex-direction: column;
  width: 50%;
  text-align: start;
  color: var(--text-primary);
}

.about-text-full p {
  font-size: medium;
  line-height: 2rem;
  text-align: justify;
}

.about-popis-full {
  display: flex;
  justify-content: end;
}
.about-popis-full img {
  width: 500px;
  height: auto;
  border-radius: 5px;
}

.about-image-full {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: auto;
  background-repeat: no-repeat;
}

.about-image-full img {
  width: 65%;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-size: fill;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .about-content-full {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .about-text-full {
    order: 2;
    width: 100%;
  }

  .about-image-full {
    order: 1;
    width: 100%;
  }

  .about-image-full img {
    width: 100%;
  }
  .about-popis-full img {
    padding-top: 1rem;
    width: 100%;
  }
}
