/* Tutaj jest miejsce na Twoje style */
#newsletter-email {
  border-radius: 100px;
}

.model_title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.circles {
  display: flex;
}

.multi-line-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.circle-with-text {
  position: absolute;
  top: 0;
  right: 0;
  background: #0082fa;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  margin: 5px 20px;
  font-size: 28px;
  padding: 15px;
  display: flex;
  height: 100px;
  width: 100px;
  color: #fff;
}

.bg_section {
  background: #f9f9f9;
  margin: 0;
  padding: 80px 0;
}

.social_media {
  display: flex;
  align-items: center;
}

.social_media__icon {
  height: 36px;
  width: auto;
  margin-right: 12px;
  opacity: 0.7;
  transition: 0.2s;
}

.social_media__icon:hover {
  opacity: 1;
}

hr {
  opacity: 0.1;
  max-width: 1150px;
  margin: 0 auto;
}
