.custom-quote__icon img {
  max-width: 20px;
}

.custom-quote {
  margin-top: 65px;
  margin-bottom: 65px;
}

.custom-quote.custom-quote--spec {
  margin-top: 40px;
  margin-bottom: 40px;
}

.custom-quote.custom-quote--small {
  margin-top: 32px;
  margin-bottom: 32px;
}

.custom-quote__cover {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-quote__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #1344d9;
}

.custom-quote__description {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.custom-quote--blue {
  background: #d1e9ff;
  border-left: 3px solid #1344d9;
}

.custom-quote--blue .custom-quote__title {
  color: #1344d9;
}

.custom-quote--green {
  background: #e6f8f7;
  border-left: 3px solid #0d6360;
}

.custom-quote--green .custom-quote__title {
  color: #0d6360;
}

.custom-quote--brown {
  background: #fff5c6;
  border-left: 3px solid #96540a;
}

.custom-quote--brown .custom-quote__title {
  color: #96540a;
}

.custom-quote--gray {
  background: #f5f5f7;
  border-left: 3px solid #595959;
}

.custom-quote--gray .custom-quote__title {
  color: #595959;
}
