/* about image inner*/
.about-image-inner {
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  border-radius: 332px;
}
.about-image-block {
  overflow: hidden;
  width: 100%;
  max-width: 540px;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #42515f;
  border-radius: 332px;
}

/* section-summary */

.section-summary {
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #545454;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.text-primary {
  color: #fff !important;
}

.slider-button-block {
  gap: 10px;
}

.slider-button {
  display: flex;
  align-items: center;
}

.fa-arrow-right {
  margin-left: 5px;
}
.color-adding {
  background-color: #fff2f3;
}
