.widget.c-staff.c-staff-template-1 {
  margin-left: calc((100% - 1240px) / 2);
  overflow: hidden;
}

.widget.c-staff.c-staff-template-1 .widget-content {
  margin-top: 96px;
  position: relative;
}

.widget.c-staff.c-staff-template-1 .companies-nav {
  position: absolute;
  z-index: 10;
  right: 31%;
  top: -18%;
}

.widget.c-staff.c-staff-template-1 .companies-nav span {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 14px;
}
.widget.c-staff.c-staff-template-1 .widget-title {
    font-size: 50px !important;
}
.widget.c-staff.c-staff-template-1 .widget-description {
    font-size: 20px;
    margin-top: 28px;
}
.widget.c-staff.c-staff-template-1 .companies-nav .naw-circle {
  height: 89px;
  width: 76px;
  border: 14px solid #FFAA00;
  border-radius: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.widget.c-staff.c-staff-template-1 .widget-element {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .3s;
}

.widget.c-staff.c-staff-template-1 .widget-element.swiper-slide-next {
  margin-left: 280px !important;
}

.widget.c-staff.c-staff-template-1 .widget-element-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}


.widget.c-staff.c-staff-template-1 .companies-img {
  max-height: 60px;

  margin: auto;
  filter: grayscale(1);
  transition: filter .2s;
}

.widget.c-staff.c-staff-template-1 .widget-element-wrapper:hover .companies-img {
  filter: grayscale(0);
}

.widget.c-staff.c-staff-template-1 .widget-element-wrapper:hover .widget-element-image {
  filter: grayscale(0);
}

.widget.c-staff.c-staff-template-1 .swiper-wrapper {
  align-items: center;
}

.widget.c-staff.c-staff-template-1 .widget-element-name {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: normal;
  color: #282828;
  text-align: center;
  max-width: 200px;
  margin: 44px auto 0;
}

.widget.c-staff.c-staff-template-1 .widget-element-position {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  color: #282828;
  max-width: 200px;
  margin: 0 auto;

}

.widget.c-staff.c-staff-template-1 .widget-element-icons {
  font-size: 0;
  max-width: 200px;
  margin: auto;
}

.widget.c-staff.c-staff-template-1 .widget-element-icon-wrap {
  text-align: center;
  padding-top: 10px;
}

.widget.c-staff.c-staff-template-1 .widget-element-icon {
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  color: #cbcbcb;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 1240px) {
  .widget.c-staff.c-staff-template-1 {
    margin-left: 0;
    width: 100%;
  }

  .widget.c-staff.c-staff-template-1 .companies-nav {
    position: unset;
    margin-top: 30px;
  }

  .widget.c-staff.c-staff-template-1 .companies-nav .naw-circle {
    height: 20px;
    border: none;
  }

  .widget.c-staff.c-staff-template-1 .widget-element.swiper-slide-next {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
.widget.c-staff.c-staff-template-1 .widget-element-name {
font-size: 14px;
}
.widget.c-staff.c-staff-template-1 .widget-title {
    font-size: 30px !important;
}
.widget.c-staff.c-staff-template-1 .widget-header {
    margin: 60px 20px 0;
}
}