.sec-bg {
  border-bottom: 20px solid transparent; /* height of the border */
  -o-border-image: url(../img/nationalDay/border_1.svg) 30 round;
     border-image: url(../img/nationalDay/border_1.svg) 30 round;
}

.news-bg {
  border-bottom: 20px solid transparent !important; /* height of the border */
  -o-border-image: url(../img/nationalDay/border_2.svg) 30 round;
     border-image: url(../img/nationalDay/border_2.svg) 30 round;
}

.statistics {
  border-bottom: 20px solid transparent !important; /* height of the border */
  -o-border-image: url(../img/nationalDay/border_3.svg) 30 round;
     border-image: url(../img/nationalDay/border_3.svg) 30 round;
}

.bg-footer {
  border-bottom: 45px solid transparent !important; /* height of the border */
  -o-border-image: url(../img/nationalDay/border_footer.svg) 85 round;
     border-image: url(../img/nationalDay/border_footer.svg) 85 round;
}

.hero .hero-bg .swiper-slide .slide-content {
  width: 90%;
  display: flex;
  flex-direction: row;
}
.hero .hero-bg .swiper-slide .slide-content div {
  text-align: start !important;
  display: flex !important;
  flex-direction: column;
  justify-content: end;
}
.hero .hero-bg .swiper-slide .slide-content .content-text {
  width: 70%;
}

.hero .hero-bg .swiper-slide .btn-more {
  margin-inline: unset;
}
.hero .hero-bg .swiper-slide .slide-content p {
  font-size: var(--bs-font-20);
}
.hero .hero-bg .swiper-slide h1 {
  font-size: var(--bs-font-28);
}

.national-logo {
  visibility: visible !important;
}

@media (max-width: 991px) {
  .hero .hero-bg .swiper-slide .slide-content {
    width: 90%;
    display: flex;
    flex-direction: column;
  }
  .hero .hero-bg .swiper-slide .slide-content div {
    text-align: start !important;
    display: flex !important;
    flex-direction: column;
    justify-content: end;
  }
  .hero .hero-bg .swiper-slide .slide-content .content-text {
    width: 100%;
  }
}