/* .category-body * {
  font-size: 18px;
} */

.category-body .section {
  margin: 70px 0
}

.section.intro {
  margin-top: 0;
}

.subtitle h3 {
  margin-bottom: 40px;
}

.intro-description-wrap {
  width: 70%;
  padding-right: 20px;
}

.section.intro {
  display: flex;
  flex-wrap: nowrap;
}

.intro-image-wrap {
  width: 30%;
}

.intro-note {
  font-size: 12px !important;
  padding-left: 20px;
}

.intro-description-wrap a {
  color: #03234b;
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.grid-wrap {
  display: grid;
  grid-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  text-align: center;
  align-content: center;
  grid-template-columns: repeat(5, minmax(80px, 150px));
}

.item-content img {
  height: 80px;
  margin-bottom: 20px;
}

.item-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-short-descr {
  font-size: 12px !important;
}

.text {
  margin-top: 20px;
}

.category-body img {
  display: block;
  margin: 0 auto;
}

.section-textimage-wrap {
  display: flex;
  margin-bottom: 40px;
}

.content-25perc {
  width: 25%;
  text-align: center;
}

.content-75perc {
  width: 75%;
  padding: 0 20px;
}

.boardtext {
  color: #03234b;
  font-weight: bold;
}

.subtitle h3 {
  font-size: 16px;
}

.title h2 {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .category-body *:not(h2):not(h3) {
      font-size: 16px;
  }
  .subtitle h3 {
      font-size: 15px;
  }
  .title h2 {
      font-size: 18px;
  }
}

@media (max-width: 640px) {
  .grid-wrap {
      grid-template-columns: repeat(2, minmax(80px, 150px));
  }
  .content-75perc,
  .content-25perc,
  .intro-description-wrap,
  .intro-image-wrap {
      width: 100%;
      padding: 0;
      margin-bottom: 10px;
  }
  .section-textimage-wrap,
  .section.intro {
      flex-wrap: wrap;
  }
  .intro-note {
      padding: 0;
  }
  .intro-note {
      text-align: center;
}
}
.ss-button-yellow {
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background-color: #ffd200;
  color: #03234b;
  border-radius: 10px 0 10px 0;
}

.ss-button-yellow:hover {
  background-color: #ffdb33;
}

.ss-button-yellow:active {
  background-color: #f5ca00;
}

.ss-button-yellow img {
  height: 40px;
}

