.full_text {
  padding: 65px 0;
  background-color: #f5f5f5;
}
@media (max-width: 992px) {
  .full_text .container {
    padding-right: 0rem;
  }
}
.full_text .label {
  margin-right: 50px;
  transform: translateY(-10px);
  position: relative;
  font-weight: 500;
}
.full_text p {
  font-weight: 350;
}
@media (max-width: 700px) {
  .full_text p {
    letter-spacing: -1px;
  }
}
.full_text .content.paragraph-indent p {
  text-indent: 100px;
}
@media (min-width: 769px) {
  .full_text .content.paragraph-indent p {
    text-indent: 116px;
  }
}
.full_text.full_text--bg-white {
  background-color: #fff;
}

.full_text.small_padding {
  padding: 4rem 0rem 5rem;
}
