.myAgileDevelopmentTeams .banner {
  padding-top: 340px;
  padding-bottom: 44px;
  position: relative;
}
.myAgileDevelopmentTeams .banner .banner_top {
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.myAgileDevelopmentTeams .banner .banner_top .blue-title {
  color: #06f;
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.myAgileDevelopmentTeams .banner .banner_top h1 {
  margin-top: 10px;
  color: #141516;
  text-align: center;
  font-family: Montserrat-Bold;
  font-size: 50px;
  font-weight: 700;
  line-height: 130%;
}
.myAgileDevelopmentTeams .advantages {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.myAgileDevelopmentTeams .advantages .blue_btn {
  border-radius: 30px;
  margin: 0 auto;
  width: 236px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
}
