.slider-block {
  display: flex;
  gap: 1rem;
  background-color: #ededed;
}
.slider-block .slider-img {
  flex: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  min-height: 300px;
}
.slider-block .slider-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
}
.slider-block .slider-content h3 {
  color: #30A2F1;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}
.slider-block .slider-content a {
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px 10px 15px;
  border-radius: 0px;
  background-color: #2D3F59;
  color: #ffffff;
  margin-top: 10px;
  max-width: 200px;
}

/*# sourceMappingURL=slider.css.map */
