.capterra {
  margin-bottom: 0;
  text-align: left;
  position: relative; }

.capterra-content {
  max-width: 1056px;
  height: 265px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  text-decoration: none; }

@media (max-width: 650px) {
  .capterra-content {
    flex-direction: column;
    height: unset; } }
.capterra-content:hover {
  text-decoration: none; }

.capterra-content-badges {
  display: flex;
  flex-direction: row; }

@media (max-width: 650px) {
  .capterra-content-badges {
    align-self: center; } }
.capterra-content-badges img {
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.16));
  height: 180px; }

.capterra-content-badges img + img {
  margin-left: 18px; }

.capterra-content-text {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-left: 64px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 60%; }
  @media (max-width: 767px) {
    .capterra-content-text {
      margin-left: 24px;
      max-width: 90%; } }

@keyframes capterra-change {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 1; } }
.capterra-animation {
  animation-name: capterra-change;
  animation-duration: 6s; }

.capterra-content-text-body-quote {
  color: #555;
  font-size: 24px;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 8px; }

.capterra-content-text-body-person {
  color: #555;
  margin-bottom: 21px; }

.capterra-content-text-logo {
  display: flex;
  justify-self: flex-end; }

.capterra-content-text-logo img {
  display: flex;
  align-self: center;
  margin-right: 18px; }

/*# sourceMappingURL=capterra.css.map */
