.banks {
  background-color: var(--bs-white);
}
.banks__title {
  font-size: 22px;
}
@media (min-width: 768px) {
  .banks__title {
    font-size: 32px;
  }
}
.banks__slider {
  margin-top: 13px;
}
@media (min-width: 768px) {
  .banks__slider {
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .banks__slider .swiper-wrapper {
    transition-timing-function: linear;
  }
}
.banks-item {
  background-color: #F4F6FA;
  border-radius: 16px;
  text-align: center;
  padding: 20px;
}
.banks-item__picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 10px;
}
.banks-item__name {
  margin-top: 16px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .banks-item__name {
    font-size: 18px;
  }
}
.banks-item__description {
  margin-top: 8px;
  font-size: 12px;
  color: var(--gray-font-color);
}
@media (min-width: 768px) {
  .banks-item__description {
    font-size: 14px;
  }
}
