.testimodial-block {
  box-sizing: border-box;
  border-radius: 24px;
  overflow: hidden;
  margin-top: 6px;
  margin-bottom: 6px;
}

.testimodial-block * {
  color: #fff;
}

.testimodial-block.blue * {
  color: #000;
}

.testimodial-block.blue .testimodial-block__description-icon path {
  fill: #2074d5;
}

.testimodial-block.blue .testimodial-block__description {
  margin-bottom: 30px;
}

.testimodial-block__wrapper {
  display: flex;
  flex-direction: column;
}

.testimodial-block__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
}

.testimodial-block__description {
  padding-left: 37px;
  position: relative;
}

.testimodial-block__description-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 23px;
}

.testimodial-block__author strong {
  font-weight: 700;
}

.testimodial-block__author p {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .testimodial-block__wrapper {
    padding: 40px 48px;
  }
}

@media screen and (max-width: 768px) {
  .testimodial-block__wrapper {
    padding: 20px 24px;
  }
}
