.c-szkolenie-kontakt {
  background-color: #4b4b4b;
  padding: 40px 0;
  z-index: 99;
}
@media (min-width: 768px) {
  .c-szkolenie-kontakt {
    padding: 50px 0;
  }
}
.c-szkolenie-kontakt__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 1023px) {
  .c-szkolenie-kontakt__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1023px) {
  .c-szkolenie-kontakt .c-szkolenie-kontakt__consultant {
    width: 50%;
    max-width: 590px;
  }
}
.c-szkolenie-kontakt .c-szkolenie-kontakt__consultant-top {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .c-szkolenie-kontakt .c-szkolenie-kontakt__consultant-top {
    margin-bottom: 45px;
  }
}
.c-szkolenie-kontakt__person {
  display: flex;
  gap: 20px;
  background: white;
  padding: 15px;
}
@media (min-width: 576px) {
  .c-szkolenie-kontakt__person {
    max-width: 379px;
  }
}
@media (min-width: 768px) {
  .c-szkolenie-kontakt__person {
    padding: 30px;
  }
}
.c-szkolenie-kontakt__person-image {
  aspect-ratio: 1/1;
  width: 100px;
}
.c-szkolenie-kontakt__person-image img {
  min-width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-szkolenie-kontakt__person-data {
  display: flex;
  flex-direction: column;
  width: 65%;
}
@media (min-width: 1023px) {
  .c-szkolenie-kontakt__person-data {
    width: 100%;
    max-width: 200px;
  }
}
.c-szkolenie-kontakt__person-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-szkolenie-kontakt__person-name {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 600;
}
.c-szkolenie-kontakt__person-link {
  width: 24px;
  height: 24px;
}
.c-szkolenie-kontakt__person-link svg {
  fill: #000;
}
.c-szkolenie-kontakt__person-link svg path {
  fill: #000;
}
.c-szkolenie-kontakt__person-content {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.c-szkolenie-kontakt__person-contact {
  transition: color 250ms ease-in-out;
  text-decoration: none;
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}
.c-szkolenie-kontakt__person-contact:hover {
  color: var(--color-orange);
}
@media (min-width: 1023px) {
  .c-szkolenie-kontakt .c-szkolenie-kontakt__contact {
    width: 50%;
    max-width: 590px;
  }
}
.c-szkolenie-kontakt .c-szkolenie-kontakt__contact-top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-szkolenie-kontakt .c-szkolenie-kontakt__contact-top {
    margin-bottom: 45px;
  }
}
.c-szkolenie-kontakt .wpcf7 .wpcf7-list-item-label a {
  transition: color 250ms ease-in-out;
  color: white;
  font-size: 12px;
}
.c-szkolenie-kontakt .wpcf7 .wpcf7-list-item-label a:hover {
  color: var(--color-orange);
}
.c-szkolenie-kontakt .wpcf7 form.invalid .wpcf7-response-output,
.c-szkolenie-kontakt .wpcf7 form.unaccepted .wpcf7-response-output,
.c-szkolenie-kontakt .wpcf7 form.payment-required .wpcf7-response-output {
  background: var(--orange);
  border-color: var(--orange);
  max-width: 600px;
  margin: 30px auto;
  padding: 20px;
  text-align: center;
  color: #000;
}
.c-szkolenie-kontakt .wpcf7-list-item-label {
  font-size: 12px;
  line-height: 1.1em;
  padding-bottom: 12px;
}
.c-szkolenie-kontakt .wpcf7-list-item-label a {
  line-height: 1.1em;
}