.quote-block {
  display: -ms-grid;
  display: grid;
  row-gap: 32px;
  -ms-grid-rows: 230px 1fr;
  grid-template-rows: 230px 1fr;
  padding: 12px 16px 0;
  margin-top: 27px;
  margin-bottom: 27px;
}
@media screen and (max-width: 640px) {
  .quote-block.no-image {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote-block.no-image {
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
  }
}
@media screen and (min-width: 640px) {
  .quote-block.no-image {
    -ms-grid-columns: 88px 1fr;
    grid-template-columns: 88px 1fr;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote-block.no-image {
    -ms-grid-columns: 88px 1fr;
    grid-template-columns: 88px 1fr;
  }
}
@media screen and (max-width: 640px) {
  .quote-block.no-image .quote-block__left svg {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote-block.no-image .quote-block__left svg {
    position: relative;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 640px) {
  .quote-block {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 16px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: minmax(auto, 250px) 1fr;
    grid-template-columns: minmax(auto, 250px) 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote-block {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 16px;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    -ms-grid-columns: minmax(auto, 250px) 1fr;
    grid-template-columns: minmax(auto, 250px) 1fr;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1023px) {
  .quote-block {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width: 1920px) {
  .quote-block {
    margin: 0 auto;
    max-width: 1121px;
    padding: 0 16px;
    margin-top: 96px;
    margin-bottom: 96px;
  }
}
.quote-block img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-width: 230px;
  max-height: 230px;
  border-radius: 100%;
  margin: 0;
}
.quote-block__quote {
  display: block;
  margin: 0 0 16px;
}
.quote-block__quote p {
  font-family: "Karla", sans-serif;
  font-size: 1.6875rem;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #07073a;
  display: inline;
}
.quote-block__quote::before, .quote-block__quote::after {
  display: inline;
  font-family: monospace;
  font-size: 1.6875rem;
  line-height: 1.6666666667;
  color: #07073a;
}
.quote-block__quote::after {
  position: relative;
  right: 7px;
  bottom: 3px;
}
.quote-block__quote::before {
  float: left;
}
.quote-block__profesional-title {
  color: #07073a;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.3636363636;
}
.quote-block__profesional-title::before {
  content: "";
  background-color: #07073a;
  display: inline-block;
  height: 1px;
  width: 10px;
  position: relative;
  bottom: 5px;
}
.quote-block__left {
  opacity: 0;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.quote-block__left.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes animate-in-down {
  from {
    opacity: 0;
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@media screen and (min-width: 640px) {
  .quote-block__left {
    max-width: 100%;
    width: 100%;
    padding-top: 12px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote-block__left {
    max-width: 100%;
    width: 100%;
    padding-top: 12px;
  }
}
.quote-block__left svg {
  position: absolute;
  right: -20px;
  top: -12px;
  width: 84px;
  height: 55px;
}
@media screen and (min-width: 640px) {
  .quote-block__left svg {
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote-block__left svg {
    top: 0;
    right: 0;
  }
}
.quote-block__right {
  opacity: 0;
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
.quote-block__right.in-viewport {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: animate-in-down;
  -moz-animation-name: animate-in-down;
  animation-name: animate-in-down;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes animate-in-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.quote-block__client {
  margin-top: 34px;
}
.quote-block__client img {
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: auto;
  display: block;
  max-height: 111px;
  max-width: 170px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0;
}
@media screen and (min-width: 640px) {
  .quote-block__client img {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  .quote-block__client img {
    margin-left: 0;
    margin-right: 0;
  }
}