.phrases {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.05));
}

.phrase_double-quotes {
  height: 64px;
  width: 64px;
}

.phrase_double-quotes--inverted {
  transform: rotate(180deg);
}

.phrases-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 46px 15px;
  text-align: center;
}

.phrase__text {
  font-size: 36px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .phrase__text {
    font-size: 48px;
  }
}