.our-command {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.our-command_top h2 {
  font-size: clamp(1.75rem, 4vw, 3.75rem);
}

.our-command_top .arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.625rem;
          column-gap: 0.625rem;
}

.our-command_top .arr .arrow {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  display: -ms-grid;
  display: grid;
  place-items: center;
  background-color: #E22427;
  line-height: 0;
}

.our-command_top .arr .arrow.slick-disabled {
  background-color: #F1F1F5;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.our-command_top .arr .arrow.slick-disabled svg {
  fill: #000;
}

.our-command_top .arr .arrow svg {
  fill: #fff;
  width: 0.8125rem;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
}

.our-command_block {
  padding-top: 2.5rem;
}

.our-command_slider {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.our-command_slider .item {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.our-command_slider .slick-dots li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
}

.our-command_slider .slick-dots li.slick-active button {
  background-color: #E22427;
}

.our-command_slider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: relative;
  transition: all 0.4s ease-in 0s;
  -webkit-transition: all 0.4s ease-in 0s;
  -moz-transition: all 0.4s ease-in 0s;
  -ms-transition: all 0.4s ease-in 0s;
  -o-transition: all 0.4s ease-in 0s;
  background-color: #EEEEEE;
}

.our-command_slider .slick-dots li button::before {
  content: none;
}

.our-command_cart {
  position: relative;
}

.our-command_cart .image {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
  margin-bottom: 0.9375rem;
  background-color: #f6f6f6;
}

.our-command_cart .name {
  font-weight: 600;
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.625rem;
}

.our-command_cart .post {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
}

@media (min-width: 680px) {
  .our-command_cart .name {
    font-size: 1.325rem;
  }
  .our-command_cart .post {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .our-command {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }
  .our-command_block {
    padding-top: 3.125rem;
  }
}
/*# sourceMappingURL=our-command.css.map */