* {
  box-sizing: border-box;
}

html {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
  color: #212121;
}

body {
  margin: 0;
}

html, body, .container {
  height: 100%;
}

h1 {
  font-size: 60px;
  font-weight: normal;
  font-family: Lora, serif;
  margin-bottom: 80px;
}

section {
  margin-top: 120px;
}

.banner-img {
  height: 100%;
}

.banner {
  position: relative;
  height: calc(100% - 80px);
  overflow: hidden;
}

.carousel-overlay {
  position: absolute;
  left: 80px;
  bottom: 150px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(84, 84, 84, 0.1));
  color: #fff;
  padding: 16px 20px;
}

.carousel-overlay h1 {
  font-size: 48px;
  line-height: 1.3;
  margin: 0;
  font-family: Lora, serif;
}

.carousel-overlay h2 {
  font-size: 20px;
  line-height: 1.3;
  color: #e0e0e0;
  margin: 0;
  font-weight: normal;
}

.news {
  display: none;
}

.main-content {
  width: 80%;
  margin: 0 auto 40px;
}

.media {
  display: flex;
}

.media-intro {
  align-items: flex-start;
}

.media-intro p {
  margin-top: 0;
  margin-bottom: 24px;
  line-height: 1.5;
  letter-spacing: 0.01px;
}

.intro-img {
  margin-left: 60px;
  width: 55%;
  object-fit: contain;
}

.ml-60 {
  margin-left: 60px;
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}

.media.partner {
  flex-direction: column;
  width: 240px;
  text-align: center;
  margin: 0 40px 20px;
}

.partner-logo {
  border: 1px solid #eee;
  width: 240px;
  height: 240px;
  margin-bottom: 10px;
}

.partner-name {
  font-family: Lora, serif;
  font-size: 24px;
  line-height: 1.33;
}

.partner-country {
  line-height: 1.5;
  letter-spacing: 0.01px;
  margin-top: 5px;
}

.footer {
  margin-top: 120px;
  display: flex;
}

.footer-header {
  font-weight: bold;
  line-height: 1.25;
}

.footer-section ul {
  list-style: none;
  padding-left: 0;
}

.footer-section ul li {
  line-height: 1.5;
  text-decoration: none;
  color: #757575;
  font-weight: 100;
  margin-top: 1rem;
}

.footer-section {
  margin-right: 120px;
}

.brand-logo {
  height: 60px;
  display: block;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 0px 96px;
  height: 80px;
  text-decoration: none;
}

.navbar-nav {
  list-style: none;
}

.navbar-nav a {
  text-decoration: none;
  color: #000;
  padding: 5px 20px;
  font-size: 20px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
}

.navbar-toggler {
  display: none;
  background: transparent;
  border: 0;
}

@media (max-width: 992px) {
  h1 {
    font-size: 24px;
  }

  .carousel-overlay h1 {
    font-size: 24px;
  }

  .carousel-overlay h2 {
    font-size: 14px;
  }

  .media {
    flex-direction: column;
  }

  .media img {
    width: 100%;
    margin-left: 0;
  }

  .footer {
    flex-direction: column;
    margin-top: 40px;
  }

  .footer-section {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navbar-toggler {
    display: block;
  }

  .navbar-nav {
    display: none;
  }

  .carousel-overlay {
    left: 0;
    bottom: 100px;
  }
}

@media (max-width: 576px) {
  .navbar {
    height: 60px;
  }

  .brand-logo {
    height: 40px;
  }

  .banner {
    position: relative;
    height: calc(100% - 60px);
  }

  .media.partner {
    min-width: 200px;
  }

  .partner-logo {
    height: 200px;
  }

  .partner-name {
    font-size: 16px;
  }

  .partner-country {
    font-size: 14px;
  }

  .partner-list {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  section {
    margin-top: 40px;
  }

  h1 {
    margin-bottom: 40px;
  }
}
