@use "sass:math";
/* media query mixin */
/* get rid of list formatting */
/* prevent long links from breaking out of container */
/* creates a colored circle with an icon in the middle */
/* formats the placeholder text within an input field */
.install-steps__item {
  gap: 1.875rem;
  padding: 1.875rem;
  border-radius: 1rem;
  background-color: #f4f4f4; }
  @media (min-width: 62rem) {
    .install-steps__item {
      display: flex; } }
  @media (min-width: 75rem) {
    .install-steps__item {
      padding: 3.75rem; } }
  .install-steps__item + .install-steps__item {
    margin-block-start: 1rem; }
  .install-steps__item h2 {
    margin-bottom: 0.9375rem; }

.install-steps__number {
  display: inline-block;
  flex: 0 0 auto;
  block-size: 2.75rem;
  inline-size: 2.75rem;
  margin-block-end: 1rem;
  padding-inline: 0.5rem;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  background-color: #2b2b2b; }
  @media (min-width: 62rem) {
    .install-steps__number {
      block-size: 4.375rem;
      inline-size: 4.375rem;
      font-size: 2.375rem; } }

/*# sourceMappingURL=installation-steps.css.map */
