@media only screen and (min-width: 1025px) {
  .a-about-block {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .a-about-block__texts {
    flex: 0 0 47%;
    max-width: 47%;
  }
}
.a-about-block__text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #5c5c5c;
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-about-block__text {
    font-size: 1.125rem;
    line-height: 2.125rem;
  }
}
@media only screen and (min-width: 1025px) {
  .a-about-block__cards {
    flex: 1;
  }
}
.a-about-block__quote {
  margin: 44px 0 0 0;
}
@media only screen and (min-width: 1025px) {
  .a-about-block__quote {
    flex: 1;
    margin: 0 0 0 76px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-bottom: solid 3px #000000;
    padding: 0 0 48px 0;
  }
}
.a-about-block .a-button {
  margin: 38px 0 0 0;
}

.a-quote {
  padding: 52px 0 0 0;
  position: relative;
}
.a-quote:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 53px;
  height: 33px;
  background: url(../images/assets/quotes.svg) 0 0 no-repeat;
}
.a-quote__text {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.9375rem;
  color: #000000;
}
.a-quote__author {
  display: flex;
  align-items: center;
  margin: 28px 0 0 0;
}
.a-quote__author-photo {
  flex: 0 0 62px;
  max-width: 62px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  height: 62px;
  margin: 0 20px 0 0;
}
.a-quote__author-name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.875rem;
  letter-spacing: 0.01em;
  color: #000000;
}
.a-quote__author-position {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5rem;
  color: #5c5c5c;
}