.ribbon_banner {
  background-color: #000000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.banner-after-header.ribbon-banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  padding: 16px;
  background-color: #000000;
  width: 100%;
  color: #FFFFFF;
}

.ribbon_banner .ribbon__main_text {
  font-family: 'Vollkorn';
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
}

.ribbon_banner .ribbon__p_text {
  font-family: 'Vollkorn';
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}



.ribbon-banner .ribbon-content {
  display: flex;
  width: 100%;
  padding-bottom: 8px;
  flex-direction: column;
  align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  font-family: 'Vollkorn';
}

.ribbon-banner .ribbon-content h3 {
  font-family: 'Vollkorn';
  color: #FFFFFF;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 4px;
  margin-top: 0;
}

.ribbon-banner .ribbon-content .bamn-with-code {
  font-family: 'Vollkorn';
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

.ribbon-banner .ribbon-btn {
  font-family: 'Vollkorn';
  position: absolute;
  right: 80px;
}

.ribbon-banner .ribbon-btn a {
  font-family: 'Vollkorn';
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  position: relative;
  padding: 14px 40px;
  border: 0;
  border-radius: 8px;
  background-color: #A08F56;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .ribbon-banner {
    flex-direction: column;
    align-items: center;
    padding: 8px;
  }
  .ribbon-banner h3 {
    font-size: 18px !important;
  }
  .ribbon-banner .bamn-with-code {
    font-size: 14px !important;
  }
  .ribbon-banner .ribbon-btn {
    position: relative;
    right: unset;
  }
  .ribbon-banner .ribbon-btn a {
    padding: 8px 24px;
  }
}

@media (max-width: 768px) {
  .ribbon-banner h3 {
    font-size: 14px !important;
  }
  .ribbon-banner .bamn-with-code {
    font-size: 12px !important;
  }
  .ribbon-banner .ribbon-btn a {
    font-size: 12px;
  }
}