.page-section {
  width: 100%;
  margin-bottom: 50px;
  padding: 30px 0;
}

.page-section-row {
  max-width: 1100px;
  margin: auto;
  padding-top: 30px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .page-section-row {
    flex-direction: column;
  }
}

.invitation-img-box {
  border-radius: 3pt;
  padding: 20px;
  background-color: white;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .invitation-img-box {
    height: auto;
  }
}

.invitation-img {
  background-color: white;
  height: 100%;
  max-height: 250px;
  border-top-left-radius: 3pt;
  border-bottom-left-radius: 3pt;
}

.invitation-box {
  padding: 10px;
  text-align: center;
  flex: 1 0;
}

@media only screen and (max-width: 600px) {
  .invitation-box {
    max-width: 300px;
  }
}

.invitation-box h3 {
  color: white;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 40px;
  overflow-wrap: break-word;
}

.page-section-row--invitation {
  border: 1px solid #697d8e;
  background-color: #697d8e;
  border-radius: 3pt;
  justify-content: space-around;
  max-height: 250px;
  height: 100%;
  padding: 0;
}

@media only screen and (max-width: 600px) {
  .page-section-row--invitation {
    max-height: 500px;
  }
}

.article-date {
  font-size: 11pt;
  line-height: 1.2;
  color: gray;
}

.article-date--right {
  float: right;
}

.flex-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

@media (max-width: 800px) {
  .flex-container {
    flex-wrap: wrap;
  }

  .flex-container > div {
    margin-right: 0;
  }
}

.blog-highlight {
  display: flex;
}

.blog-highlight p {
  max-width: 700px;
}

.blog-highlight--wide p {
  max-width: 800px;
}

@media only screen and (max-width: 992px) {
  .blog-highlight {
    flex-direction: column;
  }
}

.blog-card {
  width: 100%;
  min-width: auto;
  min-height: min-content;
  flex-shrink: 1;
  flex-basis: 120px;
}

.blog-card-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.blog-card-content > * {
  flex: 1 0 auto;
  width: 100%;
}

.back-white-circle {
  width: 60px;
  height: 60px;
  max-width: 60px;
  max-height: 60px;
  border-radius: 50%;
  background-color: rgb(235, 235, 235);
  position: relative;
}

.back-white-circle svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
}

.blog-section-description {
  max-width: fit-content;
}

.accent {
  color: #4c67c6;
}

.blog-article {
  transition: visibility 0s, opacity 0.5s linear;
  margin-bottom: 3rem;
}

.blog-button-box {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.blog-card-image {
  margin-bottom: 10px;
  margin-right: 20px;
  width: 120px;
}

.blog-content .blog-card-image {
  width: 200px;
}

.blog-card-image img {
  width: 100%;
}

.blog-card-image--update {
  position: relative;
}

.blog-card-image--update::after {
  content: "AKTUALIZACJA";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #ffd43b;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 8px 14px;
  color: #555;
}

.blog-card-image--update-min::after {
  font-size: 12px !important;
  padding: 6px 8px !important;
}
