.clr_yt_section {
  width: 100%;
  background: #ffffff;
  padding-top: 70px ;
  font-family: 'Presentation', sans-serif;
}
.clr_yt_inner {
  max-width: 1534px;
margin: 0 auto;
















}
.clr_yt_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.clr_yt_title_wrap {
  text-align: center;
  flex: 1;
  padding: 0px 40px;
}
.clr_yt_title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1;
  border: none;
  padding: 0;
}
.clr_yt_title_clear { color: #4A7CFE; font-family: 'Presentation', sans-serif; font-weight: 700; font-size: 42px;  margin-top: 0; line-height: 1;}
.clr_yt_title_youtube {color: #111D3A;font-family: 'Presentation';font-weight: 700;font-size: 42px;margin-top: 0;line-height: 1;}
.clr_yt_desc {
  font-family: 'Presentation';
  font-weight: 500;
  font-size: 20px;
  color: #4A5068;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
.clr_yt_btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f2f3f7;;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: background 0.2s;
  padding: 0;
}
.clr_yt_btn_prev svg,
.clr_yt_btn_next svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #3e445e;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}








.clr_yt_slider_wrap { overflow: hidden; }
.clr_yt_cards {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
  will-change: transform;
}
.clr_yt_card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}
.clr_yt_thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #b4b4b4;
  border-radius: 1rem;
  overflow: hidden;
}
.clr_yt_thumb img,
.clr_yt_thumb iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border: none;
}
.clr_yt_card_title {
  font-family: 'Presentation', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #9096aa;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  padding: 0;
}
.clr_yt_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.clr_yt_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
  cursor: pointer;
  transition: background 0.2s;
}
.clr_yt_dot.active { background: #4a7cfe; }




@media screen and (max-width: 1600px){
  .clr_yt_section {
  width: 100%;
  background: #ffffff;
  padding: 70px 40px 0 40px;
  font-family: 'Presentation', sans-serif;}












@media screen and (max-width: 1280px) {
  .clr_yt_title_clear,
  .clr_yt_title_youtube { font-size: 42px; }
  .clr_yt_section {
  padding-top: 60px ;
}
  .clr_yt_desc { font-size: 20px; }
  .clr_yt_card_title {font-size: 14px;}
}
@media screen and (max-width: 1024px) {
  .clr_yt_section { padding: 50px 0; }
  .clr_yt_inner { padding: 0 40px; }
  .clr_yt_title_clear,
  .clr_yt_title_youtube { font-size: 42px; }
  .clr_yt_header { margin-bottom: 40px; }
}
@media screen and (max-width: 768px) {
  .clr_yt_section {
    width: 100%;
    padding: 30px 24px 0 24px;
    box-sizing: border-box;
    margin: 0;
  }
  .clr_yt_title_wrap { padding: 0 8px; }
  .clr_yt_inner { padding: 0; }
  .clr_yt_slider_wrap { overflow: hidden; margin: 0 auto; }
  .clr_yt_title_clear { font-size: 32px; color: #5a80d5; }
  .clr_yt_title_youtube { font-size: 32px; color: #1c2035; }
  .clr_yt_desc { font-size: 16px; line-height: 1
}
@media screen and (max-width: 480px) {
  .clr_yt_dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.clr_yt_title_clear { font-size: 28px;}
  .clr_yt_title_youtube { font-size: 28px; }
  .clr_yt_desc { font-size: 16px; 
  max-width: 200px;
  width: 100%;
  line-height: 1.5;
  margin: 0 auto; }
    .clr_yt_btn {
    width: 40px;
    height: 40px;
      
      
  }
  .clr_yt_title {
    line-height: ;
  }
}
    .clr_yt_btn_prev {
    background-size: 24px 24px;
  }
  .clr_yt_btn_next {
    background-size: 24px 24px;
  }
}
}