.rc-about-container {
  gap: 24px;
  display: flex;
  align-items: center;
  max-width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 787px) {
  .rc-about-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.rc-about-heading {
  font-size: 36px;
  font-weight: 500;
  line-height: 170%;
  flex: 1;
}
@media screen and (max-width: 787px) {
  .rc-about-heading {
    font-size: 20px;
  }
}
.rc-about-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  flex: 1;
}
@media screen and (max-width: 787px) {
  .rc-about-text {
    font-size: 14px;
  }
}
