.team-area .section-spacing {
  padding-top: 150px;
}
.team-area .section-title {
  max-width: unset;
}

.blog-area .section-header .text {
  max-width: unset;
}

.footer-area-inner {
  padding-top: 50px;
  grid-template-columns: 305px 190px 190px 385px;
}
.footer-area-inner p {
  font-size: 18px;
  color: var(--white);
  font-family: var(--font_teko);
  text-transform: uppercase;
  line-height: 1;
}

.section-title span {
  color: var(--secondaryColor);
}

@media (max-width: 767px) {
  .footer-area-inner {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .team-area .section-spacing {
    padding-top: 120px;
  }
}
