.brand__heading {
  font-size: 20px;
  line-height: 105%;
  font-weight: 400;
  text-align: center;
  margin-block: 40px 12px;
}

.brand__banner {
  margin-bottom: 40px;
  margin-top: 24px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;

  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding: 32px 16px;

  height: 337px;
  border-radius: 20px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 44px;
}

.brand__banner__info {
  color: #000000;
}

.brand__banner__info p[title] {
  font-size: 20px;
  font-weight: 400;
}
.brand__banner__price-block {
  margin-top: 12px;
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  position: relative;
  width: fit-content;
}

.brand__banner__price-block span {
  font-size: 13px;
  font-weight: 400;
}

.brand__banner__price-block-img-wrapper {
  padding: 3px 4px;
  border-radius: 999px;
  background: #e90606;
  width: 29px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand__banner__price-block img {
  width: 12px;
  height: 15px;
}

.brand__banner__more {
  font-size: 15px;
  color: #ffffff;
  padding: 12px 67px;
  border-radius: 20px;
  background: #f90000;
  margin-top: 36px;
}

@media (min-width: 1200px) {
  .brand__heading {
    font-size: 35px;
    margin-block: 72px 36px;
  }
  .brand__banner {
    height: 436px;
    border-radius: 28px;
    padding: 93px 52px;
    background-position: right top;
  }
  .brand__banner__info p[title] {
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
  }
  .brand__banner__price-block span {
    font-size: 24px;
  }
}
