.b50 {
  overflow: hidden;
  padding: 65px 0;
}
.b50-bgcolor {
  background-color: #ebf9f0;
}
.b50-title {
  display: block;
  line-height: 44px;
  font-family: "Sora", sans-serif;
  color: #2d2925;
  font-weight: 400;
  font-size: 36px;
  margin: 0 0 36px 0;
}
@media screen and (max-width: 1024px) {
  .b50-title {
    line-height: 1.2;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b50-title {
    font-size: 26px;
  }
}
.b50-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 960px) {
  .b50-block {
    flex-direction: column;
    margin: 0;
  }
}
.b50-item {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .b50-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .b50-item:last-child {
    margin-bottom: 0;
  }
}
.b50-description {
  line-height: 24px;
  display: block;
  color: #2d2925;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b50-description {
    line-height: 1.4;
    font-size: 14px;
  }
}
.b50-description p {
  margin: 0;
}
.b50-description h2,
.b50-description h3,
.b50-description h4,
.b50-description h5,
.b50-description h6 {
  line-height: 26px;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .b50-description h2,
  .b50-description h3,
  .b50-description h4,
  .b50-description h5,
  .b50-description h6 {
    line-height: 1.2;
    font-size: 16px;
  }
}
.b50-description strong {
  font-weight: 700;
}
.b50-description a {
  color: #2d2925;
  text-decoration: underline;
}
