.kings {
  max-width: 1200px;
  margin: 4px auto;
  padding: 20px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.kings .title {
  font-size: 40px;
  color: #000;
}

.kings .mefeebi {
  font-size: 24px;
  color: #000;
  max-width: 300px;
  margin-top: 30px;
}

.kings img {
  width: 1200px;
  height: 900px;
  margin-top: 80px;
}

.kings .text {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 600;
}

.shtoebi {
  background-color: #0B86F8;
  color: #ffffff;
  padding: 9px 18px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 40px;
  text-align: center;
  align-self: center;
  transition: background-color 0.3s;
}

.shtoebi a {
  color: white;
  text-decoration: none;
}

.shtoebi:hover {
  background-color: #333333;
}

.shto {
  font-size: 24px;
  color: #000;
  margin-top: 30px;
  line-height: 60px;
  text-align: center;
}

.stext {
  font-size: 24px;
  margin-top: 30px;
  font-weight: 600;
  text-align: center;
  color: #000000;
}