.chief {
  z-index: 1;
}
.chief__image {
  margin: 0 -32px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  max-width: none;
  width: calc(100% + 64px);
}
@media (max-width: 575px) {
  .chief__image {
    margin-top: -64px;
  }
}
@media (min-width: 992px) {
  .chief__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    margin: 0;
  }
}
.chief__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 575px) {
  .chief__item {
    font-size: 1.1rem;
  }
}
@media (min-width: 768px) {
  .chief__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.chief__title {
  margin-right: 12px;
  line-height: 1;
}
.chief__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.chief__list-point {
  padding: 0 8px;
}
.chief__social {
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.chief__social--instagram {
  background-image: url("../icons/black/instagram-small.svg");
}
@media (min-width: 1200px) {
  .chief__social--instagram:hover {
    background-image: url("../icons/gold/instagram-small.svg");
  }
}
.chief__social--facebook {
  background-image: url("../icons/black/facebook-small.svg");
}
@media (min-width: 1200px) {
  .chief__social--facebook:hover {
    background-image: url("../icons/gold/facebook-small.svg");
  }
}
.chief .section__body {
  position: relative;
}
@media (min-width: 992px) {
  .chief .section__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35vw;
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  [dir="rtl"] .chief__image {
    left: auto;
    right: 0;
  }
}
[dir="rtl"] .chief__title {
  margin-right: 0;
  margin-left: 12px;
}
