img {
  float: left;
  max-width: 20%;
  margin-right: 20px;
}

.suxe {
  overflow: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #f5f5f5; /* Светло-серый цвет фона */
  border-radius: 20px; /* Скругленные углы */
}

/* Основные стили меню */
nav {
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
}

.tuderiq {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tuderiq li {
  margin-right: 20px;
}

.tuderiq li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.fujequw {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .tuderiq {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #333;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
  }

  .tuderiq li {
    margin: 10px 0;
    text-align: center;
  }

  .fujequw {
    display: block;
  }

  .tuderiq.active {
    display: flex;
    flex-direction: column;
  }
}




@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');

.nede {
  padding: 40px;
  background-color: #f2f2f2;
}

.pecu {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.pecu h3 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  color: #333;
  margin-bottom: 20px;
}

.pecu p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

@media (max-width: 768px) {
  .nede {
    padding: 20px;
  }

  .pecu h3 {
    font-size: 24px;
  }

  .pecu p {
    font-size: 14px;
  }
}

