.body-wrapper {
padding-top: 140px; 
	}
.summer-ribbon {
  max-width: 1252px;
  margin: 0 auto;
  border-radius: 8px;          
  overflow: hidden;             /* ca fundalul să respecte colțurile #}
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eef0fb;    /* fallback fără imagine */
}
.summer-ribbon__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 16px 24px;
}
.summer-ribbon__text {
  color: #2b3a8c;
  font-weight: 700;
  font-size: 16px;
  margin: 0;
}
.summer-ribbon__btn {
  background: #fff;
  color: #2b3a8c;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all .2s ease;
}
.summer-ribbon__btn:hover {
 background: #275CF5;
  color:#fff;
}

@media (max-width: 767px) {
  	.body-wrapper {
padding-top: 140px; 
	}
  .summer-ribbon__inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    padding: 16px 20px;
  }
  .summer-ribbon__text { font-size: 15px; line-height: 1.35; }
}