.section2 .container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section2 .container > .row {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.75rem;
  margin: 0;
}

.section2 .container .col {
  padding-bottom: 0;
  border-right: 1px solid #cccccc;
}

.section2 .container .col:last-child {
  border-right: 0;
}

.prds-title {
  display: flex;
  background-color: var(--fs-color-primary);
  padding: 1rem;
  border-radius: 0.75rem;
  align-items: center;
  gap: 1rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.prds-title img {
  width: 20px;
  height: 20px;
  margin: 0 !important;
}

.prds-title h2 {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.prds-title * {
  margin: 0 !important;
  line-height: 1;
}

.sectionprd .box-content {
  background-color: #fff;
  border-radius: 0.75rem;
  margin: 0 !important;
  padding-bottom: 1rem;
}

.sectionprd .row {
  margin: 0 !important;
  padding-top: 1rem;
}

.sectionprd .readmore {
  font-size: 14px;
  text-transform: none;
  min-width: 150px;
  border-radius: 0.5rem;
  margin: 0 auto;
  display: block;
  width: fit-content;
}

.sectionprd:not(:last-child) {
  margin-bottom: 30px;
}

.section4 img {
  border-radius: 0.75rem;
}

.section4 h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0.75rem;
}

.section4 h2 {
  font-size: 36px;
  color: var(--fs-color-primary);
  margin-bottom: 0.75rem;
}

.section4 h3 {
  color: #5f543e;
  font-size: 30px;
  font-weight: 500;
}

.section4 p {
  margin-bottom: 0.75rem;
}
