.botorder {
  margin-bottom: 52px;
}
.botorder .section-title {
  margin-bottom: 14px;
}
.botorder.botorder-simple {
  margin-bottom: 74px;
}
.botorder.botorder-simple .section-title {
  display: none;
}
.botorder.botorder-simple .section-desc {
  display: none;
}

.botorder-wrapper {
  display: flex;
  align-items: stretch;
  gap: 22px;
  flex-wrap: nowrap;
  margin-top: 46px;
  margin-right: -20px;
  padding-right: 20px;
  padding-bottom: 37px;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #7B95D2 #7B95D2;
}
.botorder-wrapper::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.botorder-wrapper::-webkit-scrollbar-track {
  background-color: #7B95D2;
  border-radius: 10px;
}
.botorder-wrapper::-webkit-scrollbar-thumb {
  background-color: #7B95D2;
  border-radius: 10px;
}
.botorder-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #5576c5;
}
.botorder-wrapper::-ms-scrollbar {
  width: 5px;
  height: 5px;
}

.botorder-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  max-width: 248px;
  max-height: 248px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  padding: 20px 22px 20px 24px;
  background-color: var(--lightGray);
}
.botorder-item__number {
  display: block;
  font-size: 23px;
  font-weight: bold;
  line-height: 1;
  color: var(--lightAccent);
  margin-bottom: 12px;
}
.botorder-item__title {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.botorder-item__desc {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 17px;
}

@media screen and (min-width: 1023px) {
  .botorder {
    margin-bottom: 107px;
  }
  .botorder .section-title {
    margin-bottom: 30px;
  }
  .botorder .section-desc {
    max-width: 706px;
    margin-left: auto;
    margin-right: auto;
  }
  .botorder-wrapper {
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 55px;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .botorder-item {
    max-width: 395px;
    max-height: initial;
    aspect-ratio: auto;
    border-radius: 40px;
    padding: 40px 37px 50px 37px;
  }
  .botorder-item__number {
    font-family: "Raleway", sans-serif;
    font-size: 36px;
    margin-bottom: 52px;
  }
  .botorder-item__title {
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    margin-bottom: 21px;
  }
  .botorder-item__desc {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1439px) {
  .botorder {
    margin-bottom: 165px;
  }
  .botorder-wrapper {
    margin-top: 45px;
  }
  .botorder-item__number {
    font-size: 40px;
    margin-bottom: 45px;
  }
  .botorder-item__title {
    font-family: "Raleway", sans-serif;
    font-size: 25px;
    margin-bottom: 30px;
  }
  .botorder-item__desc {
    font-size: 19px;
    line-height: 28px;
    margin-bottom: 28px;
  }
}