.kontrola-podatkowa {
  color: #fff;
  width: 100%;
  padding-top: 100px;
}

.kontrola-podatkowa-container {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.kontrola-podatkowa-header {
  color: #ffe600;
  margin-bottom: 25px;
}

.section-header-yellow {
  color: #ffe600;
}

.first-paragraph p {
  margin-bottom: 25px;
}

.kontrola-podatkowa li {
  margin-bottom: 10px;
}

.cta-contact {
  border-radius: 10px;
  background-color: #ffe600;
  display: flex;
  gap: 50px;
  padding: 20px 40px;
  transition: 0.3s ease-in-out;
  border: 1px solid #ffe600;
}

.cta-contact p {
  color: black;
  font-size: 40px;
  margin-bottom: 0;
  line-height: 40px;
  transition: 0.3s ease-in-out;
}

.cta-contact path {
  transition: 0.3s ease-in-out;
}

.cta-contact:hover {
  background-color: #2e2e38;
}

.cta-contact:hover p {
  color: #ffe600;
}

.cta-contact:hover path {
  fill: #ffe600;
}

.control-part {
  margin: 25px 0;
}

.obligations img {
  margin: 25px 0;
}

.obligations {
  margin-top: 25px;
}

.controled-tax p {
  margin-top: 25px;
}

.what-should-you-do-part {
  margin-top: 25px;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 25px;
}

.team-member {
  display: flex;
  align-items: center;
  gap: 20px;
}

.team-image {
  width: 150px;
}

.what-makes-our-team-stand-out-section {
  display: grid;
  column-gap: 50px;
  grid-template-columns: 1fr 1fr;
}

.team-attribute {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team-attribute-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.team-attribiute-top {
  display: flex;
  flex-direction: column;
  height: 175px;
}

.team-attribiute-top img {
  width: 50px;
  height: 50px;
}

.team-attribiute-top-img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 25px 0;
}

.team-attribiute-bottom {
  height: 100%;
}

.team-image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

@media (max-width: 1440px) {
  .kontrola-podatkowa-container {
    width: 75%;
  }
}

@media (max-width: 1024px) {
  .kontrola-podatkowa-container {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .kontrola-podatkowa-container {
    width: 90%;
  }

  .team-image img {
    width: 100px;
    height: 100px;
  }

  .team-image {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .what-makes-our-team-stand-out-section {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-image img {
    width: 150px;
    height: 150px;
  }

  .team-image {
    width: 150px;
  }

  .cta-contact p {
    font-size: 30px;
  }

  .cta-contact {
    gap: 25px;
  }
}

@media (max-width: 480px) {
  .cta-contact p {
    font-size: 20px;
    line-height: 30px;
  }

  .cta-contact svg {
    width: 30px;
    height: 30px;
  }

  .team-image img {
    width: 100px;
    height: 100px;
  }

  .team-image {
    width: 100px;
  }

  .cta-contact {
    padding: 20px 20px;
  }
}

@media (max-width: 360px) {
  .team-info {
    font-size: 12px;
  }
}