.clearFix::after{
  content: '';
  clear: both;
  display: block;
  height: 0;
  line-height: 0;
}
/* 首页特定样式 */

/* 全屏视频容器 */
.video-container {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  margin-top: 0;
  overflow: hidden;
  background: url('../img/home/banner-mask.png') center center no-repeat;
  background-size: cover;
}

/* 视频加载后的样式 */
.video-container.video-loaded {
  background: none;
}

/* 视频样式 */
#background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

/* 视频遮罩层 */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

/* 中央内容 */
.content-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  z-index: 1;
  width: 100%;
}

.banner-logo {
  max-width: 300px;
  margin-bottom: 20px;
}

.content-title {
  font-family: 'Scada-Bold', Arial, sans-serif;
  font-size: 48px;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.content-description {
  font-size: 24px;
  margin-bottom: 30px;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

/* 下载按钮区域 */
.download-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.download-button {
  display: inline-block;
  transition: transform 0.3s ease;
}

.download-button:hover {
  transform: scale(1.05);
}

.download-button-image {
  height: 50px;
}

/* 俱乐部展示部分 */
.clubs-section {
  background: url('../img/home/rpl-license-bg.png') center center no-repeat;
  background-size: cover;
  padding: 140px 0; /* 增加垂直内边距，提高整体高度 */
  position: relative;
  overflow: hidden;
}

.clubs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px; /* 增加左右两侧内容的间距 */
}

.clubs-image {
  width: 50%;
  position: relative;
}

.club-showcase-image {
  width: 100%;
  max-width: 100%;
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); /* 添加阴影效果 */
  border-radius: 8px; /* 圆角边框 */
}

.clubs-content {
  width: 45%;
  color: #ffffff;
  padding-right: 20px; /* 右侧内容添加一些内边距 */
}

.clubs-title {
  font-family: 'PT Sans Caption', 'Scada-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 30px; /* 增加标题与描述之间的间距 */
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  line-height: 1.2; /* 调整行高 */
}

.clubs-description {
  font-family: 'Scada-Regular', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  max-width: 95%; /* 限制文本宽度，使其更接近图片中的样式 */
}

/* 隐藏字体标签和相关伪元素，因为图片中没有显示这些内容 */
.clubs-description::before,
.clubs-description::after,
.font-label {
  display: none;
}

/* Новости 广告模块样式 */
.news-section {
  background: #000A1B;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.news-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-family: 'PT Sans Caption', 'Scada-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
}
.features-section-title{
  text-align: center;
}

.news-content {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #152133;
  border: 2px solid #19A3DA;;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 10px;
}
.news-content:hover{
  transform: translateY(-10px);
  /* background: #004156; */
}
/* .news-content::after{
  transform: all 0.3s ease;
  content: '';
  position: absolute;
  background: #004156;
}
.news-content:hover::after{
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
} */
.news-content-inner{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-radius: 10px;
}

.news-image {
  width: 60%;
  position: relative;
}

.news-showcase-image {
  width: 100%;
  max-width: 100%;
  display: block;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  border-radius: 8px 0px 0px 8px;
}

.news-text {
  width: 40%;
  color: #ffffff;
  padding-right: 10px;
}

.news-title {
  font-family: 'PT Sans Caption', 'Scada-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}

.news-description {
  font-family: 'Scada-Regular', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #ffffff;
  max-width: 95%;
}

.more-info-btn {
  display: inline-block;
  background-color: transparent;
  color: #ffffff;
  font-family: 'Scada-Regular', Arial, sans-serif;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 5px;
  text-decoration: none;
  /* text-transform: uppercase; */
  transition: background-color 0.3s ease;
  border: 2px solid #525D6E;
  max-width: 120px;
  text-align: center;
}

.more-info-btn:hover {
  background-color: #005770;
  border-color: #0D95EF
}

/* Latest new and updates 模块样式 */
.updates-section {
  background: #000A1B;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.updates-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.updates-grid {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.update-card {
  width: calc(33.333% - 20px);
  background: url('../img/home/updates-bg.png') center center no-repeat;
  background-size: 100% 100%;
  border-radius: 8px;
  overflow: hidden;
  padding: 1px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.update-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.update-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.update-image {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.update-img {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
}

.update-card:hover .update-img {
  transform: scale(1.05);
}

.update-content {
  padding: 20px;
  color: #ffffff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.update-title {
  font-family: 'PT Sans Caption', 'Scada-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: uppercase;
}

.update-description {
  font-family: 'Scada-Regular', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #ffffff;
  flex-grow: 1;
}

/* 游戏特性轮播图样式 */
.features-section {
  background: #000A1B; /* 修改为紫色背景，类似图片中的颜色 */
 
  position: relative;
  overflow: hidden;
}

.features-container {
  /* max-width: 1200px; */
  position: relative;
  width: 100%;
  padding-bottom: 173px;
}
.swiper{
  
}
.features-swiper {
  width: 100%;
  margin: 40px 0;
  overflow: visible;
}

.swiper-slide {
  width: 60% !important; /* 减小宽度，使前后slide可见 */
  opacity: 1 !important; /* 降低不活跃slide的透明度 */
  transform: scale(0.85) !important; /* 缩小不活跃slide */
  transition: all 0.3s ease;
  visibility: visible !important; /* 确保所有slide可见 */
  position: relative;
  box-shadow: none !important;
}

.swiper-slide-active {
  padding-bottom: 40px !important;
  opacity: 1;
  transform: scale(1) !important;
  z-index: 2; /* 确保活跃slide在最上层 */
  width: 60% !important; /* 增加活跃slide的宽度 */
  background: transparent !important;
  box-shadow: none !important;
}

/* 添加前后slide的样式 */
.swiper-slide-prev,
.swiper-slide-next {
  opacity: 0.8 !important; /* 前后slide比其他不活跃slide更明显 */
  transform: scale(0.85) !important; /* 前后slide比其他不活跃slide更大 */
  z-index: 1; /* 确保前后slide在普通slide之上，活跃slide之下 */
  width: 60%; /* 设置前后slide的宽度 */
}

.feature-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.swiper-pagination {
  bottom: 18px !important;
  background: transparent !important;
  position: relative;
  width: 60% !important;

  left: 50% !important;
  transform: translateX(-50%) !important;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 0.8 !important;
  border: 2px solid #ffffff !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff !important;
}

.swiper-button-prev,
.swiper-button-next {
  display: none !important; /* 隐藏swiper原有的切换按钮 */
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: '';
}

.nav-arrow {
  width: 20px;
  height: 20px;
}

.feature-description-box{
  height: 422px;
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 163px;
  padding-bottom: 50px;
  background: url(../img/home/feature-description-box-bg.png) no-repeat;
  background-size: 100% 100%;
}
.feature-description {
  height: 190px;
  margin: 0 auto;
  width: 60%;
  text-align: center;
  color: #ffffff;
  margin-top: 20px;
  position: relative; /* 添加相对定位 */
  padding: 0 60px; /* 为左右箭头留出空间 */
}


/* 添加左右箭头到feature-description */
.feature-description::before,
.feature-description::after {
  content: '';
  position: absolute;
  top: 50%;
  
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

.feature-description::before {
  left: 0;
  background-image: url('../img/home/上一页@2x.png');
  background-size: 100% 100%;
  cursor: pointer;
}

.feature-description::after {
  right: 0;
  background-image: url('../img/home/下一页@2x.png');
  background-size: 100% 100%;
  cursor: pointer;
}

.feature-title {
  font-family: 'PT Sans Caption', 'Scada-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 40px;
}

.feature-text {
  font-family: 'Scada-Regular', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 80%;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Players Section Styles */
.players-section {
  background-color: #000033;
  position: relative;
  overflow: hidden;
  background: #000A1B;
}

.players-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.players-content {
  
}

.players-text {
  max-width: 44%;
  float: left;
  height: 28vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.players-text h2 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: 'Scada-Bold', Arial, sans-serif;
  width: 100%;
}

.players-text p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.5;
}

.btn-explore {
  text-align: center;
  max-width: 200px;
  display: inline-block;
  background-color: #00a0e9;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 16px;
}

.btn-explore:hover {
  /* transform: scale(1.1); */
}

.players-cards {
  width: 50vw;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: url('../img/home/player-box-bg.png');
  background-size: 100% 100%;
  height: 28vw;
  justify-content: center;
  border-radius: 10px;
}

.players-row {
  display: flex;
  justify-content: space-evenly;
  /* gap: 10px; */
}

.player-card {
  position: relative;
  /* border-radius: 5px; */
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 15%;
  box-sizing: border-box;
  background: url('../img/home/player-card-bg.png') no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 15px;
}

.player-card:hover {
  /* transform: translateY(-5px); */
}

.player-card img {
  width: 100%;
  /* height: 100%; */
  /* object-fit: cover; */
}

/* 响应式设计 - 媒体查询 */
/* 大型显示器 */
@media (min-width: 1921px) {
  .clubs-container, .news-container, .updates-container, .players-container, .technology-container {
    max-width: 1600px;
    padding: 0 40px;
  }
  .clubs-title {
    font-size: 48px;
  }
  .clubs-description {
    font-size: 20px;
    line-height: 1.7;
  }
  .clubs-section {
    padding: 160px 0;
  }
  .updates-section {
    padding: 60px 0;
  }
  .section-title {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .updates-grid {
    gap: 40px;
  }
  .update-card {
    width: calc(33.333% - 27px);
  }
  .update-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .update-description {
    font-size: 18px;
    line-height: 1.6;
  }
  .update-content {
    padding: 30px;
  }
}

/* 标准桌面显示器 */
@media (min-width: 1441px) and (max-width: 1920px) {
  .clubs-container, .news-container, .updates-container, .players-container, .technology-container {
    max-width: 1400px;
  }
  .clubs-title {
    font-size: 44px;
  }
  .clubs-description {
    font-size: 19px;
  }
  .clubs-section {
    padding: 160px 0;
  }
  .updates-section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 44px;
    margin-bottom: 35px;
  }
  .updates-grid {
    gap: 35px;
  }
  .update-card {
    width: calc(33.333% - 24px);
  }
  .update-title {
    font-size: 26px;
  }
  .update-description {
    font-size: 17px;
  }
  .update-content {
    padding: 25px;
  }
  
}

/* 小型桌面显示器和笔记本电脑 */
@media (min-width: 1201px) and (max-width: 1440px) {
  .clubs-container, .news-container, .updates-container, .players-container, .technology-container {
    max-width: 1200px;
  }
  .clubs-title {
    font-size: 40px;
  }
  .clubs-description {
    font-size: 18px;
  }
  .updates-section {
    padding: 45px 0;
  }
  .section-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .update-title {
    font-size: 24px;
  }
  .update-description {
    font-size: 16px;
  }
  .features-container {
    padding-bottom: 233px;
  }
}

/* 平板和小型笔记本电脑 */
@media (min-width: 993px) and (max-width: 1200px) {
  .clubs-container, .news-container, .updates-container, .players-container, .technology-container {
    max-width: 960px;
    gap: 40px;
  }
  .clubs-title {
    font-size: 38px;
  }
  .clubs-description {
    font-size: 17px;
  }
  .clubs-section {
    padding: 100px 0;
  }
  .news-description{
    margin-bottom: 15px;
  }
  .updates-section {
    padding: 40px 0;
  }
  .updates-grid {
    gap: 25px;
  }
  .update-card {
    width: calc(33.333% - 17px);
  }
  .update-title {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .update-description {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .update-content {
    padding: 15px;
  }
  .more-info-btn {
    font-size: 15px;
    padding: 7px 18px;
  }
  .features-container {
    padding-bottom: 254px;
  }
}

/* 平板竖屏和小型设备 */
@media (max-width: 992px) {
  .content-title {
    font-size: 42px;
  }
  .content-description {
    font-size: 20px;
  }
  .clubs-container, .news-container, .players-container {
    flex-direction: column;
    max-width: 720px;
  }
  .features-swiper {
  }
  .swiper-slide {
    width: 80%;
  }
  .feature-title {
    font-size: 32px;
  }
  .feature-text {
    font-size: 16px;
    max-width: 90%;
  }
  .clubs-image, .clubs-content {
    width: 100%;
  }
  .clubs-image {
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .clubs-content {
    text-align: center;
    padding-right: 0;
  }
  .clubs-title {
    font-size: 36px;
  }
  .clubs-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .clubs-section {
    padding: 80px 0;
  }
  .news-content {
    width: 100%;
  }
  
  .news-content, .updates-grid {
    flex-direction: column;
  }
  
  .news-image {
    width: 100%;
  }
  .news-title{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .news-text {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  
  .news-description {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    line-height: 1
  }
  
  .update-card {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .section-title {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .content-title {
    font-size: 36px;
  }
  .content-description {
    font-size: 18px;
  }
  .banner-logo {
    max-width: 250px;
  }
  .players-content {
    text-align: center;
  }
  .players-text {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .players-text h2 {
    font-size: 32px;
  }
  .players-text p {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
  .player-card {
    width: 15%;
  }
  .clubs-title {
    font-size: 32px;
  }
  .clubs-description {
    font-size: 16px;
  }
  .clubs-image {
    max-width: 90%;
  }
  
  .news-section{
    padding: 40px 0;
  }
  .news-title{
    font-size: 28px;
    margin-bottom: 10px;
  }
  .news-text {
    width: 100%;
    text-align: center;
    padding: 20px;
  }
  .section-title {
    font-size: 32px;
  }
  
  .news-description {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1
  }
  
  .update-title {
    font-size: 20px;
  }
  
  .update-description {
    font-size: 14px;
  }
  
  .updates-section {
    padding: 20px 0;
  }
  
  .features-section {
  }
  
  .features-swiper {
    margin: 30px 0;
  }
  
  .swiper-slide {
    width: 90%;
  }
  
  .feature-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  
  .feature-text {
    font-size: 15px;
    line-height: 1.5;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  
  .nav-arrow {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 576px) {
  .content-title {
    font-size: 30px;
  }
  .content-description {
    font-size: 16px;
  }
  .banner-logo {
    max-width: 200px;
  }
  .players-text h2 {
    font-size: 28px;
  }
  .players-text p {
    font-size: 14px;
    line-height: 1.4;
  }
  .btn-explore {
    padding: 10px 20px;
    font-size: 16px;
  }
  .player-card {
    width: 15%;
  }
  .players-row {
    gap: 5px;
  }
  .download-buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .clubs-title {
    font-size: 28px;
  }
  .clubs-section {
    padding: 60px 0;
  }
  
  .news-title, .section-title {
    font-size: 28px;
  }
  
  .more-info-btn {
    font-size: 16px;
    padding: 8px 20px;
  }
  .news-section{
    padding: 40px 0;
  }
  .updates-section {
    padding: 20px 0;
  }
  
  .features-section {
   
  }
  
  .features-swiper {
    margin: 20px 0;
  }
  
  .swiper-slide {
    width: 100%;
  }
  
  .feature-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .feature-text {
    font-size: 14px;
    line-height: 1.4;
    max-width: 95%;
  }
  
  .swiper-button-prev,
  .swiper-button-next {
    width: 36px;
    height: 36px;
  }
  
  .nav-arrow {
    width: 14px;
    height: 14px;
  }
  
  .feature-description {
    margin-top: 20px;
  }
  
  .technology-label {
    font-size: 14px;
  }
  
  .technology-title {
    font-size: 24px;
  }
  
  .technology-description {
    font-size: 14px;
  }
}

/* 技术渲染模块样式 */
.technology-section {
  background: #000A1B;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.technology-container {
  width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.technology-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.technology-video {
  width: 50%;
}

.video-player {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}

.video-player video {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease;
}

/* 添加视频封面图放大效果 */
.technology-video:hover .video-player video,
.technology-video:hover .video-player img[poster] {
  transform: scale(1.05);
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.play-button img {
  width: 60px;
  height: auto;
}


.technology-text {
  width: 45%;
  color: #ffffff;
}

.technology-label {
  display: inline-block;
  font-family: 'Scada-Regular', Arial, sans-serif;
  font-size: 16px;
  color: #00a0e9;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.technology-title {
  font-family: 'PT Sans Caption', 'Scada-Bold', Arial, sans-serif;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.2;
}

.technology-description {
  font-family: 'Scada-Regular', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ffffff;
}

/* 响应式设计 - 技术渲染模块 */
@media (max-width: 992px) {
  .technology-content {
    flex-direction: column;
  }
  
  .technology-video, .technology-text {
    width: 100%;
    float: none;
  }
  
  .technology-video {
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .technology-text {
    text-align: center;
  }
  
  .technology-title {
    font-size: 36px;
  }
  
  .technology-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .technology-section {
    padding: 60px 0;
  }
  
  .technology-title {
    font-size: 32px;
  }
  
  .technology-description {
    font-size: 16px;
  }
}
