html,
body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.main-menu .nav li a,
.top-contact a,
.top-link a,
.news-content h3,
.welcome-text .text,
.copyright-content {
  overflow-wrap: anywhere;
}

.slider,
.slider .single-slider,
.slider .welcome-text {
  min-height: 480px;
}

.slider .single-slider {
  background-position: center;
  background-size: cover;
}

.single-news,
.single-client,
.breadcrumbs,
.contact-us .single-info {
  min-width: 0;
}

@media (max-width: 767px) {
  .topbar {
    display: none;
  }

  .header .logo img {
    max-width: 160px;
    height: auto;
  }

  .slider,
  .slider .single-slider,
  .slider .welcome-text {
    height: auto !important;
    min-height: 420px;
  }

  .slider .single-slider .text {
    padding: 34px 0;
  }

  .slider .single-slider h1 {
    font-size: 30px;
    line-height: 1.25;
  }

  .slider .single-slider p {
    font-size: 15px;
    line-height: 1.75;
  }

  .section-title h2,
  .small-list h4,
  .breadcrumbs h1,
  .breadcrumbs h2 {
    font-size: 28px;
    line-height: 1.25;
  }

  .mail-chimp-fix h4 {
    font-size: 20px;
    line-height: 1.5;
  }

  .fun-facts.section {
    padding: 34px 0 !important;
  }

  .fun-facts .vc_column_container {
    width: 100% !important;
    float: none !important;
  }

  .fun-facts .single-fun {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    max-width: 280px;
    margin: 12px auto !important;
    padding: 0 16px !important;
    text-align: left !important;
  }

  .fun-facts .single-fun i {
    position: static !important;
    flex: 0 0 54px;
    width: 54px !important;
    height: 54px !important;
    margin: 0 !important;
    line-height: 54px !important;
    font-size: 23px !important;
  }

  .fun-facts .single-fun .content {
    padding: 0 !important;
    text-align: left;
  }

  .fun-facts .single-fun .content p {
    margin: 0;
    line-height: 1.45;
  }

  .copyright,
  .copyright-content {
    text-align: center;
  }
}
