.studios_page {
  overflow: hidden;
}
.studios_page #from_news {
  padding-top: 130px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .studios_page #from_news {
    padding: 50px 0;
  }
}
.studios_page #from_news .from_news_title {
  max-width: 70%;
}
@media screen and (max-width: 1366px) {
  .studios_page #from_news .from_news_title {
    max-width: 100%;
  }
}
.studios_page #from_news .from_news_video_div {
  margin-top: 55px;
}
.studios_page #from_news .from_news_video_div .from_news_video {
  width: 100%;
}
.studios_page #studio_foot_print {
  margin-top: 70px;
  margin-bottom: 90px;
  background: url("/wp-content/uploads/2025/10/studio_foot_print_bg.jpg") no-repeat center center/cover;
  padding: 80px 0;
}
.studios_page #studio_foot_print::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--color_dark_blue_rgb), 0.5);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .studios_page #studio_foot_print {
    padding: 50px 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .studios_page #studio_foot_print .studio_foot_print_title {
    text-align: center;
  }
}
.studios_page #studio_foot_print .studio-content {
  position: relative;
  z-index: 2;
}
.studios_page #studio_foot_print .studio-content .studio-grid {
  margin-top: 40px;
  display: grid;
  justify-content: center;
  gap: 15px;
  justify-content: space-between;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .studios_page #studio_foot_print .studio-content .studio-grid {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
  }
}
.studios_page #studio_foot_print .studio-content .studio-grid .studio-card {
  text-align: center;
}
.studios_page #studio_foot_print .studio-content .studio-grid .studio-card .studio_card_img {
  width: 100%;
  margin: 0 auto 24px auto;
}

.studio_card_img img{
	width:100%
}