.main-bullets {
  margin: 125px 0px 60px 0px;
}

.main-bullets__container {
  width: 100%;
  display: flex;
}

.main-bullets__element {
  display: flex;
  align-items: center;
}

.main-bullets__element:not(:last-child) {
  margin-right: 18px;
}

.main-bullets__icon {
  height: 72px;
  width: 72px;
  background-color: #48ec86;
  border-radius: 100%;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-bullets__description {
  font-size: 22px;
  line-height: 23px;
}

.rtl .main-bullets__icon {
  margin-right: 0;
  margin-left: 20px;
}

@media all and (max-width: 780px) {
  .main-bullets {
    margin: 40px 0px 60px 0px;
  }

  .main-bullets__container {
    flex-direction: column;
  }

  .main-bullets__element {
    margin-bottom: 32px;
  }

  .main-bullets__element:not(:last-child) {
    margin-right: 0px;
  }

  .main-bullets__description {
    font-size: 18px;
    line-height: 21px;
  }
}
