.nav-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.nav-bar img {
  height: auto;
  width: 280px;
}

.nav-item {
  font-size: initial;
}

.follow-us-section {
  margin: 0;
}

.follow-us-section i {
  color: #20699C;
  cursor: pointer;
  width: auto;
  margin-left: 1.5rem;
}

.follow-us-section i:hover {
  color: #1d7ac8;
}
.follow-us-section svg {
  margin-left: 1.5rem;
}
.follow-us-section svg:hover {
  fill: #1d7ac8;
}

.follow-us-section h2 {
  margin-top: 0;
  margin-right: 1rem;
  color: #494949;
  font-size: 16px;
}

.follow-us-section .last {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
}

.follow-us-section .mobile-text {
  display: none;
}

.blog-header-banner,
.subscription-banner {
  background-image: url("assets/blog-header-banner.png");
  padding: 41px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-header-banner h1 {
  font-family: "Merriweather", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 45px;
  line-height: 32px;
  color: #494949;
}

.blog-header-banner p {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  margin-top: 1em;
}

.blog-header-banner p span {
  display: inline;
}

.blog-header-banner .envelope-icon {
  margin-right: 8px;
}

.blog-header-banner .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1000px) {
  .nav-bar img {
    width: 200px;
  }

  .follow-us-section .mobile-text {
    display: block;
  }

  .follow-us-section .desktop-text {
    display: none;
  }
}

@media screen and (max-width: 870px) {
  .follow-us-section .mobile-text {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .blog-header-banner button {
    margin-top: 20px;
  }
}
