.quote {
  background-image: url("../../../assets/images/quote.svg");
  background-color: #D7F64D;
}
.quote.dark {
  background-color: #080e29;
}
.quote.grey {
  background-color: #f4f7fc;
  background-image: url("../../../assets/images/bg.png");
  background-size: contain;
  background-blend-mode: darken;
}
.quote__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  gap: 8px;
}
.quote__left {
  display: flex;
  flex-flow: column;
  gap: 8px;
  max-width: 815px;
}
.quote__left.dark {
  gap: 24px;
}
.quote__left.grey {
  gap: 24px;
}
.quote__title {
  font-family: Room;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: -0.08rem;
  color: #fff;
  text-transform: lowercase;
}
.quote__title.dark {
  max-width: 587px;
}
.quote__title.grey {
  max-width: 587px;
  color: #080e29;
}
.quote__subtitle {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: -2.2%;
  color: rgba(255, 255, 255, 0.6);
}
.quote__subtitle.grey {
  color: rgba(8, 14, 41, 0.6392156863);
}
.quote__btn {
  padding: 25.5px 24px;
  background: #fff;
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 90%;
  letter-spacing: -4%;
  text-align: center;
  text-transform: uppercase;
  color: #D7F64D;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  width: 244px;
}
.quote__btn:hover {
  color: #D7F64D;
  background: #d5e2f4;
}
.quote__btn:focus {
  background: #d5e2f4;
  color: #0b1a40;
}
.quote__btn.dark {
  background: #c8fca9;
  color: rgba(8, 14, 41, 0.6392156863);
}
.quote__btn.dark:hover {
  background: #B3FB89;
  color: #030303;
}
.quote__btn.grey {
  background: #080e29;
  color: #fff;
  width: 244px;
  font-weight: 400;
}
.quote__btn.grey:hover {
  background: #030303;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .quote__content {
    padding: 27px 0;
  }
  .quote__content.grey {
    padding: 30px 0;
    flex-flow: column;
    align-items: flex-start;
    gap: 30px;
  }
  .quote__content.dark {
    padding: 30px 0;
    flex-flow: column;
    align-items: flex-start;
    gap: 30px;
  }
  .quote__left {
    max-width: 256px;
    width: 100%;
  }
  .quote__left.grey {
    max-width: 100%;
    gap: 15px;
  }
  .quote__left.dark {
    max-width: 100%;
  }
  .quote__title {
    font-family: "Room";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 88%;
    letter-spacing: -0.04em;
    text-transform: lowercase;
    color: #FFFFFF;
  }
  .quote__title.grey {
    max-width: 550px;
  }
  .quote__subtitle {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.022em;
    color: rgba(255, 255, 255, 0.6);
  }
  .quote__btn {
    width: 100%;
  }
  .quote__btn.grey {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .quote.dark .quote__content {
    gap: 24px;
  }
  .quote__content {
    flex-flow: column;
    gap: 40px;
    padding: 24px 0;
  }
  .quote__content.grey {
    gap: 24px;
  }
  .quote__title {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04rem;
  }
  .quote__title.dark {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04em;
  }
  .quote__title.grey {
    font-family: Room;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 80%;
    letter-spacing: -0.04rem;
    text-transform: lowercase;
    margin: 0;
  }
  .quote__left {
    gap: 16px;
  }
  .quote__left.grey {
    gap: 16px;
  }
  .quote__left.dark {
    gap: 16px;
  }
  .quote__subtitle {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: -0.022rem;
  }
  .quote__btn {
    width: 100%;
    height: 48px;
  }
  .quote__btn.grey {
    width: 100%;
    height: 48px;
    font-family: Montserrat;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 90%;
    letter-spacing: -0.04rem;
    text-align: center;
    text-transform: uppercase;
  }
  .quote.dark__content {
    gap: 24px;
  }
}/*# sourceMappingURL=style.css.map */