.tebim-homeyt {
  margin: 0 0 30px;
}

.tebim-homeyt__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.tebim-homeyt__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.tebim-homeyt__channel {
  margin-top: 12px;
  text-align: center;
}

.tebim-homeyt__channel a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #ff0000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.tebim-homeyt__channel a::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ff0000'%3E%3Cpath d='M23.5 6.2a3 3 0 0 0-2.1-2.1C19.5 3.6 12 3.6 12 3.6s-7.5 0-9.4.5A3 3 0 0 0 .5 6.2 31.4 31.4 0 0 0 0 12a31.4 31.4 0 0 0 .5 5.8 3 3 0 0 0 2.1 2.1C4.5 20.4 12 20.4 12 20.4s7.5 0 9.4-.5a3 3 0 0 0 2.1-2.1A31.4 31.4 0 0 0 24 12a31.4 31.4 0 0 0-.5-5.8z'/%3E%3Cpolygon points='9.6 15.6 15.8 12 9.6 8.4 9.6 15.6' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.tebim-homeyt__channel a:hover {
  opacity: 0.8;
}

.news-home-section .container {
  display: flex;
  flex-wrap: wrap;
}

.news-home-section .section-title {
  width: 100%;
}

.news-home-section .news_home {
  width: 100%;
}

.news-home-section .news_home .news_home__single {
  width: 100%;
}
.news-home-section .news_home .news_home__single:nth-child(-n+3) {
  display: flex!important;
}
.news-home-section .news_home .news_home__content {
  display: flex;
  flex-direction: column;
}
.news-home-section .news_home .news_home__image-holder {
  display: none!important;
}
.news-home-section .news_home .news_home__title {
  margin-bottom: 10px;
}
.news-home-section .news_home .news_home__single:before {
  top: 0;
  height: 85%;
}

.news-home-section .tebim-homeyt {
  width: 100%;
}


@media screen and (min-width: 768px) {
  .news-home-section .news_home {
    width: 63%;
    margin-right: 2%;
    flex-wrap: wrap;
    flex-direction: row;
  }

  .news-home-section .news_home .news_home__single {
    display: flex!important;
    width: 33%;
  }
  .news-home-section .news_home .news_home__content {
    display: flex;
    flex-direction: column;
  }
  .news-home-section .news_home .news_home__title {
    margin-bottom: 10px;
  }
  .news-home-section .news_home .news_home__single:before {
    top: 0;
    height: 85%;
  }

  .news-home-section .tebim-homeyt {
    width: 35%;
  }
}