@media screen and (max-width:1300px) {
  .founder-container {
    margin-top: -30px;
  }
}

@media screen and (max-width:991px) {
  .choose-content-right {
    order: -1;
  }

  .founder-container {
    margin-top: 40px;
    padding: 20px;
  }

  .founder-vision-widget {
    padding-right: 0;
    border-right: 0;
  }
  .main-about-image{
    padding: 0;
  }
  .flex-col-reverese{
    flex-direction: column-reverse;
  }
  .video-right-pading{
    padding-right: 0;
    padding-left: 0;
}
.video-left-pading{
    padding-left: 0;
    padding-right: 0;
}
.video-content-right-padding,.video-content-left-padding{
  padding: 30px 0;
}

}

@media screen and (max-width:768px) {

  .carousel-btn2 .owl-nav button.owl-next {
    right: 0;
  }

  .carousel-btn2 .owl-nav button.owl-prev {
    left: 0;
  }

  .founder-vision-widget ul {
    padding-left: 15px;
  }
}

@media screen and (max-width:567px) {
  .choose-content-row {
    margin: 0;
    padding: 0;
  }

  .project-container-cs .image-anime img {
    height: 500px;
  }

  .footer-social-links {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  a.site-logo img {
    width: 140px;
  }

  .hero-btn a {
    width: 50%;
    font-size: 14px;
  }

  .hero-btn {
    width: 100%;
  }
  .section-title h2{
    line-height: 35px;
  }
  .title-top-section h2{
    font-size: 30px;
  }
  .how-we-work-item-2{
    padding: 0;
  }
  .project-info-dt h2{
    font-size: 30px;
  }
}