.avtocredit {
  position: relative;
}
.avtocredit .banner {
  margin-bottom: 100px;
}
@media (max-width: 991.98px) {
  .avtocredit .banner {
    margin-bottom: 80px;
  }
}
.avtocredit .banner__plate {
  background-color: var(--bs-white);
  border-radius: 10px;
  color: var(--primary);
  padding: 10px 14px;
  width: max-content;
}
