/* Responsive */
@media (max-width: 768px) {
    body{
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        
    }
  .article-news-entered-sec {
    grid-template-columns: 1fr;
  }

  .article-box.right {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-box.right img {
    width: 100%;
    height: auto;
  }
   .footer-top,
  .footer-brand,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-columns {
    flex-direction: column;
    gap: 40px;
  }
  .testimonial {
           flex: 0 0 97%;
        flex-direction: column;
        padding: 0px;
  }
    .main-title {
  font-size: 60px;
  }
  .main-subtext {
  font-size: 18px;
  }
  .section-heading {
  flex-direction: column;
  align-items: flex-start;
  margin: 2px;
  padding: 0px 16px;
  }
  .main-content{
    margin-top: 55px;
  }
  .services-wrapper {
    padding: 50px 30px;
  }
  .services-title{
    font-size: 60px;
  }
  .doc-content {
    left: 42%;
  }
  .doc-plus-btn {
    right: 27px;
  }
.doc-section{
    overflow: auto;
}
.doc-title{
    font-size: 43px;
}

  nav a{
    display: none
  }
  .services-titles {
    margin-left: 0;
    font-size: 54px;
  }
  .services-descriptions {
    margin-left: 0;
  }
  .mission-top
  {
    width: 100%;
  }
  .story-title-bar .line {
    width: 30vh;
  }
  .headline {
    margin-top: -51px;
    font-size: 7vh;
  }
  .headline span{
    letter-spacing: -2.9px;

  }
  .headline-p{
    width: 100%;
  }
  .hero::after {
    top: 418px;
  }
  .our-story{
    padding: 60px 30px;
  }
  .story-header{
    margin-bottom: 30px;
  }
  .story-btn {
    margin: -5px 20px;
  }
  /* .right{
    align-items: baseline;
  } */
  .story-content p{
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .service-grid {
    margin-top: 50px;
    height: auto;
    padding: 10px;
  }
  .video-text{
    font-size: 11px;
    letter-spacing: 0.4px;
  }
  .title{
    font-size: 3.2rem;
  }
  .bottom-text {
    font-size: 13px;
  }
  .mission-top > div{
    font-size: 10px;
  }
  .twoside-image{
    display: block;
  }
  .right-video video {
    width: 100%;
  }
  .column {
    height: 60%;

}
.twoside-image{
    height: 45vh;
}
.mission-top{
    display: block;
}
.carousel-track {
    padding: 20px 20px;
}
.arrows {
    top: 91%;
}
.footer-left h3{
  font-size: 2.9rem;
}
.three-col-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(77px, 1fr));
    gap: 12px 40px;
}
.label{
  padding: 0px 120px;
}
.footer-logo img {
  width: 297px;
}
}

