/*
    - SPACING SYSTEM (px)
      2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
      FONT SIZE SYSTEM (px)
      10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
      
      
    - MAIN COLOR: #0A65C2
    - TINT COLOR: #00A693 #ff6473 #FD9F42
    - GREY COLOR: #343a40 #CED4DA #F6FAFA #F5F5F5
*/

/* GENERAL */
.section-container {
  width: 100%;
  max-width: 130rem;
  margin: 0 auto;
}

.section-heading,
.secondary-heading {
  text-align: center;
  color: #2b2b2b;
}

.section-heading {
  font-size: 3.2rem;
  font-weight: 600;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.secondary-heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
}

/* cover carousel */
.carousel-container {
  width: 100%;
  /* max-width: 150rem;      */
  margin: 0 auto;
}

.sticky .carousel-container {
  margin-top: calc(5rem + 4.8rem);
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card {
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.swiper-wrapper {
  height: auto !important; /* 修復正式機的BUG */
}

.ad_swiper_item {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.card img {
  width: 100%;
  object-fit: cover;
}
.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.6);
  color: #0a65c2;
  width: calc(var(--swiper-navigation-size) / 44 * 50);
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  padding: 1.4rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 3.6rem;
}

.swiper-pagination {
  margin-top: 2rem; /* 可依照你需要的距離調整 */
  text-align: center; /* 確保圓點置中 */
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  background: #f0f0f0;
  opacity: 1;
  border-radius: 50%;
}

.swiper-pagination-bullet-active {
  background-color: #0a65c2;
  width: 2.4rem; /* 讓選中的點更明顯 */
  height: 1rem;
  border-radius: 1rem;
}

/*
/////////////////////
/// Section Start
*/

/* 學習捷徑 learn shortcuts */
.learn-shortcuts {
  padding-bottom: 6rem;
}
.learn-shortcuts .section-heading {
  position: relative;
}

.learn-shortcuts .section-heading::after {
  content: "";
  display: block;
  width: 12.5rem;
  height: 1rem;
  background-color: #fd9f42;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  transform: translateY(50%);
}

.main-components-FourMajorAreas-container {
  display: flex;
  margin-top: 5.8rem;
  justify-content: center;
  gap: 5rem;
}

.main-components-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  align-items: center;
  gap: 2.5rem;
  color: inherit;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 3.5rem 6rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.1s ease-in;
}

.main-components-item:hover,
.main-components-item:active {
  background-color: rgba(10, 102, 194, 0.1);
  box-shadow: inset 0 0 0 1px #0a65c2;
}

.monthly-hotCourses {
  padding-bottom: 6rem;
}

.monthly-FourHotCourses-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 2.8rem;
  gap: 4rem;
}

.course-card {
  display: block;
  border-radius: 15px;
  width: 20%;
  color: inherit;
  overflow: hidden;
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.course-card:hover {
  transform: translateY(-1rem);
  box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.15);
}

.card-img-box {
  position: relative;
  width: 100%;
}

.card-img {
  width: 100%;
  aspect-ratio: 65 / 53;
}

.new-tag {
  position: absolute;
  border-radius: 0 0 8px 0;
  padding: 5px 13px;
  background-color: #ff6473;
  color: #fff;
  font-size: 1.4rem;
}

.card-content-body {
  display: flex;
  flex-direction: column;
  padding: 1.2rem 1.8rem 2.4rem;
  gap: 1.6rem;
}

.list-tag {
  color: #fd9f42;
  font-size: 1.4rem;
  padding: 2.5px 10px;
  border: 1px solid #fd9f42;
  width: fit-content;
  border-radius: 10px;
}

.course-title {
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; /* 因為行高 1.5em, 限制 2 行 */
  min-height: 3em;
  line-height: 1.5em;
}

.course-service {
  color: #777;
  font-size: 1.4rem;
  margin-top: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 話題學習 Topic Learning */
.topic-learning {
}

.topic-learing-content-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  background-image: 
    /* 中心藍漸層 */ radial-gradient(
      rgba(173, 216, 255, 0.4),
      rgba(173, 215, 255, 0.78) 70%
    ),
    /* 中心藍漸層 */
      linear-gradient(rgba(10, 101, 194, 0.15), rgba(10, 101, 194, 0.15)),
    /* 藍色透明層 */ url(/images/index-images/topic-learning-bg.jpg); /* 背景圖 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 2rem;
  justify-content: space-around;
  padding: 6rem 3rem;
}

.topic-learing-content-box .section-heading {
  color: #0a65c2;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0; /* 取消原本設定的邊距 */
}

.ad-show-body {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.4rem 2.4rem;
  border-radius: 8px;
  display: flex;
  gap: 14px;
}

.ad-show-text:link,
.ad-show-text:visited {
  display: inline-block;
  color: #0a65c2;
  font-size: 1.6rem;
  background-color: #f3f3f3;
  padding: 1rem 2rem;
  transition: background-color 0.3s ease-in;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 20rem;
  /* max-width: 26rem; */
  text-align: start;
  border-radius: 15px;
}

.ad-show-text:hover,
.ad-show-text:active {
  background-color: #dbdbdb;
  text-decoration: underline;
}

/* 熱門影音 Hot Audio */
.hot-audios {
  background-color: #f9f9f9;
  padding: 1rem 0;
  margin-top: 2rem;
}

.hotAudios-container {
  display: flex;
  justify-content: center;
  margin-top: 2.8rem;
  gap: 4rem;
}

.course-info {
  display: flex;
  justify-content: space-between;
}

.course-duration {
  font-size: 1.4rem;
  letter-spacing: 0.5px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 6px;
}

.course-fee {
  color: #00a693;
  font-size: 1.8rem;
  font-weight: 800;
}

.hotAudios-container .card-img {
  width: 100%;
  aspect-ratio: 53 / 55;
}

.btn-more:link,
.btn-more:visited {
  position: relative;
  color: #0a65c2;
  display: flex;
  width: fit-content;
  gap: 6px;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 800;
  margin: 3.2rem auto;
  padding-bottom: 5px;
  overflow: hidden;
}

.btn-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #0a65c2;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.btn-more:hover::after,
.btn-more:active::after {
  transform: scaleX(1);
}

/* AD banner */
/* 990 x 150 */
.ad-banner-990x150 {
  max-width: 99rem;
  margin: 4rem auto;
}
.ad-banner-990x150 img {
  width: 100%;
  height: auto;
}

/* 495 x 150 */
.ad-banner-990x150 img {
  width: 100%;
  height: auto;
}

#ad_banner450x2 {
  width: 100%;
  max-width: 113rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #eaeaea;
  display: flex;
  flex-direction: row;
}

#ad_banner450x2 .block img:hover {
  scale: 1.02;
}

#ad_banner450x2 .block img {
  transition: all 0.3s ease;
}

#ad_banner450x2 .block {
  width: 50%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* 職場情報站 Workplace Intelligence Station */
.workplace-intelligence-station {
  padding-bottom: 6rem;
}

.tab-title {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
}

.tab-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  height: 1px;
  width: 60%; /* 控制底線寬度，例如 60% */
  background-color: #eee;
}

.tab-title li {
  list-style: none;
  font-size: 2rem;
  color: #777;
  padding: 1.4rem 2.8rem;
}

.tab-title li a:link,
.tab-title li a:visited {
  color: inherit;
}

.tab-title {
  display: flex;
  justify-content: center;
  margin-top: 4.8rem;
  gap: 3rem;
}

.tab {
  position: relative;
  padding: 0.8rem 1.6rem;
  cursor: pointer;
  font-size: 1.8rem;
  color: #888;
  transition: color 0.3s;
}

.tab::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 3px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

/* 加入動畫 & 改變顏色 */
.tab.expo.active,
.tab.gov.active,
.tab.news.active,
.tab.article.active {
  font-weight: 600;
}

.tab.expo.active {
  color: #0a65c2;
}

.tab.expo.active::after {
  background-color: #0a65c2;
  transform: scaleX(1);
}

.tab.gov.active {
  color: #fd9f42;
}

.tab.gov.active::after {
  background-color: #fd9f42;
  transform: scaleX(1);
}

.tab.news.active {
  color: #00a693;
}

.tab.news.active::after {
  background-color: #00a693;
  transform: scaleX(1);
}

.tab.article.active {
  color: #5d40ff;
}

.tab.article.active::after {
  background-color: #5d40ff;
  transform: scaleX(1);
}

.tab-content-body {
  padding: 2.4rem 0;
  max-width: 80rem;
  margin: 0 auto;
}

.tab-heading {
  font-size: 1.6rem;
  color: #2b2b2b;
  text-align: center;
  line-height: 1.5;
}

.content-items {
  display: flex;
  justify-content: space-around;
  margin-top: 4rem;
}

/* Tab 01: 課程博覽會 */

.col-2-item,
.col-3-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  color: #2b2b2b;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.img-wrapper,
.gov-template-img {
  width: 100%;
  overflow: hidden;
}

.col-2-item-img,
.col-3-item-img {
  width: 100%;
  transition: all 0.3s ease;
}

.col-2-item:hover,
.col-3-item:hover {
  box-shadow: 0 1px 25px 0 rgba(0, 0, 0, 0.2);
}

.col-2-item:hover .col-2-item-img,
.col-3-item:hover .col-3-item-img {
  transform: scale(1.05);
}

.item-name {
  padding: 1.8rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2b2b2b;
  text-align: center;
}

/* Tab 02: 公職專區 */
#tab-gov .content-items {
  gap: 4rem;
}
.date-info {
  display: flex;
}

.item-title {
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
  min-height: 3em;
  line-height: 1.5em;
}

.item-info {
  padding: 1.2rem 1.8rem 2.4rem;
}

.bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.date-info {
  color: #777;
}

.btn-more-detail {
  width: fit-content;
  padding: 10px;
  background-color: rgba(206, 212, 218, 0.254);
  border-radius: 10px;
  color: #0a65c2;
  transition: all 0.1s ease;
}

.btn-more-detail:hover {
  background-color: #dbdbdb;
  box-shadow: inset 0 0 0 1px #0a65c2;
}

.btn-more-detail a:link,
.btn-more-detail a:visited {
  color: inherit;
}

/* Tab 03: 職場新聞 & 文章學習 */
#tab-news .content-items,
#tab-article .content-items {
  gap: 4rem;
}

#tab-news .col-3-item,
#tab-article .col-3-item {
  flex: 1;
}

/* 合作夥伴 Partners*/
.partners {
  padding-bottom: 6rem;
}

.swiper-container {
  background-color: #fff;
  padding: 2rem 6rem;
  text-align: center;
  max-width: 130rem; /* 設定最大寬度 */
  margin: 0 auto;
  position: relative;
}

.title {
  font-size: 2rem;
  margin-bottom: 1.6rem;
  font-weight: bold;
  color: #333;
}

.swiper-logo-img {
  width: 15rem;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.swiper-logo-img:hover {
  transform: scale(1.05);
}

.logo-swiper .swiper-wrapper {
  padding: 0;
}

.swiper-slide {
  margin-right: 0px; /* 設定每個 logo 之間的間距為 20px */
}

/* 若需要調整最後一個元素的間距，可以使用 :last-child */
.swiper-slide:last-child {
  margin-right: 0; /* 最後一個項目不設置右邊距 */
}

.logo-swiper-button-prev,
.logo-swiper-button-next {
  position: absolute;
  top: 30%;
  z-index: 10;
  cursor: pointer;
  font-size: 2rem;
  color: #333;
  background: white;
  padding: 8px 12px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.logo-swiper-button-prev {
  left: 0;
  transform: translateX(50%);
}

.logo-swiper-button-next {
  right: 0;
  transform: translateX(-50%);
}

/* CTA */
@keyframes blockFadeIn {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-block {
  opacity: 0;
}

.fade-in-block.fade-in {
  opacity: 1;
  transform: translateY(0px);
  animation: 1000ms ease 0ms 1 normal forwards running blockFadeIn;
}

.cta.section-container {
  margin-top: 6rem;
  max-width: 100%;
}
.cta {
  position: relative;
  z-index: 1;
  padding: 10rem 20rem;
  background-color: #0a65c2;

  background-position: center;
  background-size: cover;
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/images/index-images/cta-bg.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  filter: blur(2px);
  z-index: -1;
}

.cta .section-heading,
.cta .secondary-heading {
  color: #fff;
  font-weight: 600;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 4rem;
}

.btn-cta:link,
.btn-cta:visited {
  display: inline-block;
  color: #777;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.1s ease;
  background-color: #fff;
  border-radius: 6px;
  padding: 1.4rem 2.6rem;
}

.btn-cta:hover,
.btn-cta:active {
  color: #0a65c2;
}

@media (max-width: 1180px) {
  .topic-learing-content-box {
    flex-direction: column;
    gap: 3.2rem;
  }
}

@media (max-width: 991px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 2.4rem;
    height: 2.4rem;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 2.4rem;
  }

  .section-heading {
    font-size: 2.4rem;
  }

  .learn-shortcuts .section-heading::after {
    width: 9.6rem;
  }

  .secondary-heading,
  .main-components-item,
  .course-title {
    font-size: 1.6rem;
  }

  .main-components-FourMajorAreas-container {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 2.8rem;
  }

  .monthly-FourHotCourses-container {
    padding: 0 10%;
    flex-wrap: wrap;
  }

  .course-card {
    width: 40%;
  }

  .topic-learning {
    padding: 0 4.8rem;
  }

  .topic-learing-content-box {
    padding: 3.6rem 1.6rem;
    gap: 2.4rem;
  }

  .ad-show-body {
    display: grid;
    grid-template-columns: repeat(2, auto);
    padding: 2.4rem 1.6rem;
  }

  .icon-section {
    width: 2.4rem;
    height: 2.4rem;
  }

  .hotAudios-container {
    padding: 0 10%;
    flex-wrap: wrap;
  }

  .ad-banner-990x150 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }

  .tab-title::after {
    width: 70%;
  }

  .workplace-intelligence-station,
  .partners {
    padding-bottom: 1.2rem;
  }

  .btn-more:link,
  .btn-more:visited {
    font-size: 1.6rem;
  }

  .partners .btn-more:link,
  .partners .btn-more:visited {
    display: none;
  }

  #ad_banner450x2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #ad_banner450x2 .block {
    width: 100%;
  }

  .cta.section-container {
    margin-top: 2.4rem;
  }

  .cta {
    padding: 6rem 12rem;
  }

  .cta .section-heading {
    margin-top: 2.4rem;
  }

  .btn-cta:link,
  .btn-cta:visited {
    font-size: 1.6rem;
    padding: 1.2rem 2rem;
  }
}

@media (max-width: 768px) {
  .sticky .carousel-container {
    margin-top: calc(5rem);
  }
  .main-components-item {
    padding: 2.4rem 4rem 1.4rem;
    gap: 1.4rem;
    justify-content: space-around;
  }

  .main-components-item-img {
    width: 80%;
    height: auto;
  }

  .monthly-FourHotCourses-container {
    flex-direction: column;
    padding: 0 15%;
    gap: 2rem;
  }

  .course-card {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 2.4rem;
    box-shadow: none;
    border-radius: 0;
    padding-bottom: 1.4rem;
    border-bottom: #eee 1px solid;
  }

  .card-img-box {
    flex: 0 0 20rem;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
  }

  .card-img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .new-tag {
    font-size: 1.2rem;
  }

  .card-content-body {
    flex: 1;
    min-width: 0; /* 防止 overflow */
    padding-top: 1rem;
  }

  .hotAudios-container .course-card {
    box-shadow: 0 4px 32px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
    width: 85%;
  }

  .hotAudios-container .card-img-box {
    flex: 0 0 16rem;
  }

  .hotAudios-container .card-content-body {
    align-self: center;
  }

  .hotAudios-container .course-info {
    flex-direction: column;
    gap: 1.6rem;
  }

  .hotAudios-container .tab-title::after {
    width: 90%;
  }

  .tab-title li {
    font-size: 1.8rem;
  }

  .tab-content-body {
    padding: 2.4rem 3.2rem;
  }

  .tab-heading {
    padding: 0 6rem;
  }

  .tab-title {
    gap: 2.4rem;
  }
  .tab-title::after {
    width: 90%;
  }

  #tab-news .content-items,
  #tab-article .content-items {
    gap: 2rem;
  }

  .item-title {
    font-size: 1.6rem;
  }

  #tab-expo .content-items {
    flex-direction: row;
    justify-content: center;
    gap: 2.4rem;
  }

  #tab-expo .col-3-item {
    width: 30%;
  }
}

@media (max-width: 620px) {
  .course-card {
    padding-bottom: 0;
  }

  .content-items {
    flex-direction: column;
    padding: 0 10%;
    gap: 1.4rem;
  }

  .col-3-item {
    flex-direction: row;
    flex-shrink: 0;
    width: 100%;
  }

  .img-wrapper {
    flex: 0 0 16rem;
  }

  .col-2-item-img,
  .col-3-item-img {
    width: 110%;
  }

  .item-info {
    flex: 1;
  }

  .tab-title {
    gap: 1.4rem;
  }

  .tab-title li {
    padding: 1.2rem 2rem;
  }

  .tab-content-body .item-info {
    padding: 1.8rem 2.4rem;
  }

  #tab-expo .img-wrapper {
    flex: 1;
  }

  #tab-expo .col-3-item {
    flex-direction: column;
  }

  #tab-gov .content-items {
    gap: 2rem;
  }

  .cta {
    padding: 4.8rem 12rem;
  }

  .cta .section-heading {
    line-height: 1.5;
  }

  .btn-wrapper {
    flex-direction: column;
    width: 60%;
    align-items: center;
    margin: 0 auto;
    gap: 1.4rem;
    margin-top: 2rem;
  }

  .btn-cta:link,
  .btn-cta:visited {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 430px) {
  .sticky .carousel-container {
    margin-top: calc(5rem);
  }

  .swiper-container {
    padding: 2rem 3.2rem;
  }

  .secondary-heading,
  .main-components-item,
  .course-title,
  .item-title,
  .tab-heading,
  .btn-more:link,
  .btn-more:visited {
    font-size: 1.4rem;
  }

  .list-tag,
  .course-service {
    font-size: 1.2rem;
  }

  .item-name {
    font-size: 1.6rem;
  }

  .secondary-heading {
    padding: 0 15%;
  }

  .card-img-box {
    flex: 0 0 15rem;
  }

  .card-content-body {
    gap: 0.5rem;
    padding: 1rem;
  }

  .monthly-FourHotCourses-container {
    padding: 0 5%;
  }

  .course-card {
    gap: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .ad-show-body {
    grid-template-columns: 1fr;
  }

  .hotAudios-container {
    padding: 0 5%;
  }

  .hotAudios-container .course-card {
    width: 100%;
  }

  .hotAudios-container .card-content-body {
    gap: 1.8rem;
  }

  .course-duration {
    font-size: 1.2rem;
  }

  .tab-title {
    position: relative;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 0;
  }

  .tab-title li {
    text-wrap: nowrap;
    font-size: 1.6rem;
    padding: 1rem;
  }

  .tab-title::after {
    width: 100%;
  }

  .img-wrapper {
    flex: 0 0 10rem;
  }

  #tab-expo .col-3-item-img {
    width: 100%;
  }

  #tab-expo .content-items {
    flex-direction: column;
    align-items: center;
  }

  #tab-expo .col-3-item {
    width: 60%;
  }

  #tab-news .img-wrapper {
    flex: 0 0 16rem;
  }
  #tab-article .img-wrapper {
    flex: 0 0 16rem;
  }
  #tab-news .content-items,
  #tab-article .content-items {
    padding: 0 5%;
  }

  .tab-content-body {
    padding: 2.4rem 0;
  }

  #ad_banner450x2 {
    gap: 1.4rem;
    padding: 5%;
  }

  .block {
    padding: 0 5%;
    margin: 1.4rem auto;
  }

  .block a {
    display: block;
  }

  .block img {
    width: 100%;
    height: auto;
  }

  .cta {
    padding: 2.4rem 10%;
  }

  .cta .section-heading,
  .cta .secondary-heading {
    padding: 0 10%;
  }

  .btn-wrapper {
    width: 70%;
  }
}
