@media (max-width: 1399px) {
    .header .primary-header-inner .header-logo img {
        max-width: 300px;
    }
}
.about-content-3 p {
   text-align: justify;
}

.about-content-2 p {
   text-align: justify;
}



.project-item .project-img {
    height: fit-content;
   
}

.testimonial-section-2 .bg-color {
    background-color: #000769;
}

.footer-widget .widget-header .footer-logo {
    max-width: 300px;}

    .footer-widget .widget-header.header-2 .footer-logo:before {
      background: linear-gradient(270deg, rgba(236, 40, 28, 0) 0%,  #000769)
    }

    .footer-widget .widget-header.header-2 .widget-title:before {
    background: linear-gradient(270deg, rgba(236, 40, 28, 0) 0%, #000769 42.5%);
}

.pb-120 {
    padding-bottom: 60px;
}

.pt-120 {
    padding-top: 60px;
}
.team-card .team-member img {
  -webkit-filter: saturate(0) contrast(110%);
  filter: saturate() contrast();
  width: 100%;
  height: 100%;
}