
.blok-eki {
  display: flex;
  max-width: 1200px;
  height: auto;
  margin: 2rem auto;
  border-radius: 4px;
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.15);
    filter: drop-shadow(0 0 1px var(--black));
}
.secnion-eki-img {
  width: 80%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.secnion-eki-img img {
  width: 80%;
  object-fit: cover;
}
.secnion-eki {
  width: 25%;
  background: var(--grey);
  color: var(--white);
  display: grid;
  place-items: center;
  border-radius: 4px 0 0 4px;
}
.secnion-eki h2 {
  text-align: center;
  color: var(--blue);
  font-size: 2rem;
  text-shadow: 1px 1px 3px var(--black);
  font-family: "MyFont2";
  padding-inline: 10px;
}
.secnion-eki ul h3 {
  color: var(--blue);
  text-shadow: 1px 1px 1px var(--black);
  font-family: "MyFont2";
}
.secnion-eki ul {
  list-style: none;
  margin: 1rem;
}
.secnion-ych {
  width: 75%;
  height: 100%;
  background: var(--white);
  border-radius: 0 4px 4px 0;
}
.secnion-ych-img {
  height: 40%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 1rem;
}
.secnion-ych-img img {
  width: 30%;
  height: 80%;
  border-radius: 4px;
}
.secnion-ych-text {
  height: 60%;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-inline: 2rem;
}
.secnion-ych-text .text-bir {
  width: 30%;
  height: 100%;
  padding-bottom: 1rem;
}
.secnion-ych-text .text-bir ul {
  list-style: none;
}
.secnion-ych-text .text-bir h3 {
  color: var(--blue);
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 1px 1px 2px var(--black);
}

@media (max-width: 768px) {
  .secnion-ych-text {
    height: auto;
    width: 100%;
    display: grid;
    place-items: center;
  }
  .secnion-ych-text .text-bir {
    width: 100%;
  }
  .secnion-ych-text .text-bir h3 {
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
@media (max-width: 600px) {
  .blok-eki {
    display: grid;
  }
  .secnion-eki {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .secnion-ych {
    width: 100%;
    height: auto;
  }
  .secnion-eki-img {
    width: 50%;
    height: 180px;
  }
  .secnion-eki-img img {
    width: 70%;
  }
  .secnion-ych-img {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
  }
  .secnion-ych-img img {
    width: 28%;
    height: 40%;
  }
}
@media (max-width: 425px) {
  .secnion-eki-img {
    display: none;
  }
}
