.trade__wrapper-title {
  color: #232932;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
}

.trade {
  background-color: white;
  background-image: url("/img/trade-bg.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
  padding-bottom: 100px;
  padding-top: 119px;
}

.trade__list-item {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 8px 16px 0 rgba(63, 18, 99, 0.25);
  margin-bottom: 25px;
  min-height: 284px;
  padding: 25px;
}

.trade__list-item-line {
  margin-bottom: 20px;
}

.trade__list-item-text {
  color: #75727b;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.trade__list-item-title {
  color: #232932;
  font-family: "Urbanist", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}

.trade__text {
  color: #6a6770;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.triangle {
  display: none;
  height: auto;
  position: absolute;
  right: -80px;
  top: -100px;
  width: 170px;
  z-index: -1;
}

.green_dots {
  bottom: -20px;
  display: none;
  position: absolute;
  right: -20px;
  z-index: -1;
}

.adress__list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.adress__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.point {
  display: block;
  margin-bottom: 12px;
}

.efficient__colleagues {
  border-radius: 8px;
  box-shadow: 0 0 24px 0 rgba(35, 41, 50, 0.15);
  height: auto;
  margin-bottom: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}

@media screen and (min-width: 744px) {
  .trade__list-item {
    width: 350px;
  }

  .hero__shart {
    width: 50vw;
  }

  .trade__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  .trade__list-item {
    margin-bottom: 0;
  }

  .adress__list {
    flex-direction: row;
    justify-content: center;
    max-width: 500px;
    margin: 0 auto;
  }

  .adress__list-item {
    color: #6a6770;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-weight: 700;
  }
  .adress__list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .hero__shart {
    position: relative;
    right: -13vw;
  }

  .dots {
    display: block;
  }

  .form__wrapper {
    width: 500px;
  }

  .circle {
    display: block;
  }

  .circle2 {
    display: block;
  }

  .hero__shart {
    height: auto;
    width: 720px;
  }

  .trade__text:last-child {
    margin-bottom: 0;
  }

  .trade__list-item {
    margin-bottom: 0;
  }

  .trade__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
  }

  .trade .container {
    position: relative;
  }

  .trade__list-item:first-child {
    position: absolute;
    right: 0;
    top: 0;
  }

  .trade__list {
    margin-top: 84px;
  }

  .hero__wrapper {
    width: 586px;
  }

  .trade__list-item {
    box-shadow: none;
  }
  .trade__text {
    font-size: 18px;
  }
  .adress__list-item {
    font-size: 18px;
  }
}
