#desktopNavContainer > li {
  color: black;
}

.menu-content {
  background-color: #fff !important;
}


.banner {
  width: 100%;
  height: 400px;
  background-image: url('/img/blog/banner.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .cover {
  width: 100%;
  height: 100%;
  background-color: rgb(13, 39, 81, .6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .cover h1 {
  color: #fff;
}

.container {
  width: 85%;
  padding: 3rem 0;
  margin: 0 auto;
}

.container > h1 {
  text-align: center;
  margin-bottom: 2rem;
}

.header-banner {
  width: 100%;
  margin: 2rem 0;
}

.header-banner img {
  width: 100%;
}

.double-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.double-content .img {
  width: 50%;
}

.side {
  width: 49%;
}

.double-content div img {
  width: 100%;
}

.double-content .content {
  width: 100%;
}

.double-content .content > div {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: .5rem;
}

.double-content .content > div span {
  width: 50%;
}

p {
  text-align: justify;
}

.last-p {
  margin-bottom: 1rem;
}

h2 {
  margin-bottom: 1rem;
}

.gellary {
  width: 100%;
  display: flex;
  gap: 1%;
}

.gellary img {
  width: 33%;
}

@media screen and (max-width: 1200px) {
  .container {
  width: 95%;
  }
}

@media screen and (max-width: 992px) {
  .double-content {
    flex-direction: column;
  }

  .double-content .img {
  width: 100%;
}

.side {
  width: 100%;
}
}