.circo-team {
  padding: 100px 25px 0;
  background-color: var(--color-quaternary);
}
.circo-team .circo-team-wrapper h2 {
  margin-bottom: 100px;
  font-size: 40px;
  line-height: 50px;
}
.circo-team .circo-team-wrapper .carousel-team-first {
  margin-bottom: 50px;
}
.circo-team .circo-team-wrapper .carousel-team-first .owl-nav {
  display: flex;
  align-items: flex-start;
}
.circo-team .circo-team-wrapper .carousel-team-first .owl-nav button {
  margin-top: 50px;
}
.circo-team .circo-team-wrapper .carousel-team-first .owl-nav .owl-prev {
  margin-right: 10px;
}
.circo-team .circo-team-wrapper .carousel-team-last {
  display: flex;
  margin: 0 -25px;
  width: 100vw;
}
.circo-team .circo-team-wrapper h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.circo-team .circo-team-wrapper p {
  font-size: 20px;
  line-height: 30px;
}
@media screen and (min-width: 1200px) {
  .circo-team {
    padding: 0 0 0 50px;
  }
  .circo-team .circo-team-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
  }
  .circo-team .circo-team-wrapper .carousel-team-last-container {
    width: 60%;
  }
  .circo-team .circo-team-wrapper .carousel-team-last-container h2 {
    margin: 200px 100px 100px 100px;
  }
  .circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first {
    margin: 0 0 0 100px;
    width: calc(100% - 300px);
  }
  .circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav {
    position: absolute;
    right: -125px;
    top: 100px;
    flex-direction: column;
  }
  .circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav button {
    margin-top: 30px;
  }
  .circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav .owl-prev img {
    transform: rotate(90deg);
  }
  .circo-team .circo-team-wrapper .carousel-team-last-container .carousel-team-first .owl-nav .owl-next img {
    transform: rotate(90deg);
  }
  .circo-team .circo-team-wrapper .carousel-team-last {
    width: 40%;
    margin: 0;
  }
}
