.p-officers {
  padding: 0 4rem;
}
.p-officers__inner {
  max-width: 1380px;
  margin: -50px auto 0;
}
@media screen and (max-width: 968px) {
  .p-officers__inner {
    margin-top: 0;
  }
}
.p-officers__ttl {
  font-size: 3rem;
  background: url(../img/icon_logo.svg) no-repeat center left;
  background-size: 2.5rem;
  padding-left: 3.5rem;
  margin-bottom: 1rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 968px) {
  .p-officers__ttl {
    margin-top: 0;
    font-size: 4.2vw;
    background-size: 4vw;
    padding-left: 7vw;
    margin-bottom: 6vw;
  }
}
.p-officers__section {
  padding-bottom: 24rem;
}
.p-officers__section:last-child {
  margin-bottom: 0;
  padding-bottom: 12rem;
  border-bottom: none;
}
.p-officers__wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 6rem;
}
.p-officers__wrap--upbdr {
  margin-top: 12rem;
  padding-top: 12rem;
}
.p-officers__block {
  flex: 0 0 calc(50% - 3rem);
  display: flex;
  justify-content: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 968px) {
  .p-officers__block {
    flex: 1 1 100%;
    flex-direction: column;
  }
}
.p-officers__img {
  flex: 0 0 48.4615384615%;
}
@media screen and (max-width: 968px) {
  .p-officers__img {
    flex: 0 0 auto;
  }
}
.p-officers__img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 968px) {
  .p-officers__img img {
    aspect-ratio: 4/3;
    -o-object-position: top center;
       object-position: top center;
  }
}
.p-officers_content {
  flex: 1 1 auto;
}
.p-officers__head {
  margin-top: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 968px) {
  .p-officers__head {
    margin-bottom: 3.2vw;
  }
}
.p-officers__post, .p-officers__name {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: #000;
}
@media screen and (max-width: 968px) {
  .p-officers__post, .p-officers__name {
    font-size: 3.4vw;
  }
}
.p-officers__desc {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 968px) {
  .p-officers__desc {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
}/*# sourceMappingURL=officers.css.map */