.promocode-container2 {
  background: rgba(255,255,255,0.6);
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  font-family: 'proxima-nova', sans-serif;
  margin:0 auto 20px;
  max-width: 300px;
}
.promocode-container2 .txt2 {
  font-size: clamp(22px,2vw,26px);
  color: #D1301D;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .promocode-container2 {
    margin:0 0 20px;
  }
}