.content_page_title .titile_branches object {
  max-width: 109px;
  width: 100%;
}
.our_team_section {
  padding: 80px 0;
}
.our_team_section .our_team_title_block {
  max-width: 475px;
  width: 100%;
  margin-bottom: 55px;
}
.our_team_section .our_team_title_block h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  color: #009122;
  position: relative;
  margin-bottom: 25px;
}
.our_team_section .our_team_title_block h2:before {
  content: '';
  position: absolute;
  top: calc(50% - 28.5px);
  left: -30px;
  width: 57px;
  height: 57px;
  background: linear-gradient(0deg, #58cf74, #58cf74), #58cf74;
  opacity: 0.2;
  transform: rotate(-45deg);
}
.our_team_section .our_team_title_block p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #181c25;
}

.our_team_section .our_team_block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.our_team_section .our_team_block .our_team_item {
  max-width: 24%;
  width: 100%;
  box-sizing: border-box;
  margin: 0 5px 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our_team_section .our_team_block .our_team_item .our_team_item_content {
  max-width: 295px;
  width: 100%;
}
.our_team_section .our_team_block .our_team_item img {
  box-sizing: border-box;
  border: 3px solid #009122;
  width: 100%;
  object-fit: cover;
}
.our_team_section .our_team_block .our_team_item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 18px;
  color: #009122;
  margin: 40px 0 20px;
}
.our_team_section .our_team_block .our_team_item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 0;
}

@media screen and (max-width: 1500px) {
  .our_team_section .our_team_title_block h2 {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1180px) {
  .our_team_section .our_team_title_block h2 {
    font-size: 26px;
    margin-left: 30px;
  }
  .our_team_section .our_team_title_block h2:before {
    left: -20px;
    width: 47px;
    height: 47px;
  }

  .our_team_section .our_team_block .our_team_item {
    margin: 0 8px 40px;
  }
  .our_team_section .our_team_block .our_team_item {
    max-width: 31%;
  }
}
@media screen and (max-width: 992px) {
  .our_team_section .our_team_block .our_team_item h3 {
    font-size: 20px;
    line-height: 20px;
    margin: 25px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .our_team_section {
    padding: 60px 0 20px;
  }
  .our_team_section .our_team_block {
    justify-content: space-between;
  }
  .our_team_section .our_team_block .our_team_item {
    max-width: 48%;
    margin: 0 0 40px;
  }
  .our_team_section .our_team_title_block {
    margin-bottom: 40px;
  }
  .our_team_section .our_team_block {
    justify-content: space-between;
  }
}
@media screen and (max-width: 568px) {
  .our_team_section .our_team_block .our_team_item h3 {
    font-size: 18px;
  }
  .our_team_section .our_team_title_block h2 {
    font-size: 23px;
    margin-left: 25px;
  }
  .our_team_section .our_team_title_block h2:before {
    top: calc(50% - 21.5px);
    left: -18px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 400px) {
  .our_team_section .our_team_block .our_team_item {
    max-width: 100%;
  }
}
