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

@media screen and (max-width: 970px) {
 .hero-bg .hero-content {
  width: 70%;
 }
}

@media screen and (max-width: 770px) {
 .column-flex750 {
  flex-direction: column;
 }
 .single-article figure {
  height: 450px !important;
  border-radius: 1.5rem;
  height: 500px;
  width: 96%;
 }
 .single-article .flex40 {
  flex: 0 1 100%;
 }
 .single-article .content p {
  text-align: justify;
 }
 .single-article .content h4 {
  text-align: center;
  margin-top: 2rem;
 }
 .single-article .content .read-more {
  margin: auto;
  display: block;
  margin-top: 1rem;
 }
 footer {
  width: 100%;
 }
}

@media screen and (max-width: 650px) {
 .about-sec .content p {
  width: 80%;
  text-align: center;
 }
}

@media screen and (max-width: 560px) {
 .header ul {
  display: none;
 }
 .header .header-child figure {
  /* margin: auto; */
  margin-left: 7rem;
  width: 400px;
 }
 .header .hambuger {
  display: block;
  width: 35px;
  height: 35px;
 }
 .inside-hamerger {
  position: fixed;
  left: 0 !important;
  width: fit-content;
  top: 0 !important;
  z-index: 99999 !important;
  /* display: block !important; */
  /* border: 2px solid red; */
  background-color: rgba(255, 255, 255, 0.853) !important;
  width: 100%;
  height: 50vh;
 }
 .header .inside-hamerger .cross {
  font-size: 2rem;
  font-weight: 700;
  position: absolute;
  right: 2rem;
  top: 2rem;
 }
 .header .inside-hamerger p {
  color: black !important;
  color: black !important;
 }
 .header .inside-hamerger div {
  margin: auto;
  width: fit-content;
  height: fit-content;
  margin-top: 6rem;
 }
 .header .link {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
 }
}

@media screen and (max-width: 480px) {
 footer {
  width: 100%;
 }
 .hero-bg .hero-content {
  width: 85%;
 }
 .single-article .content h4 {
  font-size: 2rem;
 }

 footer .footer-child li {
  width: 45%;
  margin: auto;
  margin-bottom: 0.5rem;
  /* border: 1px solid red; */
 }
 .header .header-child figure {
  margin-left: 5rem;
 }
}
