.slider-service {
  height: 100vh;
  position: relative;
  display: flex;
  background-attachment: fixed;
  background-image: url(../images/slider/bg-1.png);
  background-size: cover;
  background-position: bottom;
}

.slider-content {
  border-radius: 1rem;
  background: #fff;
  box-shadow: 2px 11px 36px 1px rgba(0, 0, 0, 0.13);
  padding: 4rem;
}

.slider-content h1 {
  font-weight: 600;
}

.slider-service .slider-img {
  width: 55%;
  height: 100vh;
  position: absolute;
  right: 0;
  bottom: 0;
}

.slider-service .slider-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.shape-rocket {
  width: 400px;
  height: 400px;
  background-image: url(../images/shape-4.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -25%;
  left: -10%;
}

@media screen and (min-width: 1400px) {
  .slider-service {
    height: 700px;
    position: relative;
    display: flex;
  }

  .slider-service .slider-img {
    height: 700px;
  }

  .shape-rocket {
    width: 500px;
    height: 500px;
    bottom: -10%;
    left: 0%;
  }
}

@media screen and (max-width: 992px) {
  .slider-service {
    height: 900px;
    position: relative;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .slider-service .slider-img {
    width: 100%;
    height: 60%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .slider-content {
    margin-top: 45%;
  }
}

@media screen and (max-width: 575px) {
  .slider-service .slider-img {
    width: 100%;
    height: 900px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .slider-content {
    margin-top: auto;
    background-color: #ffffffee;
    margin: auto;
    margin-top: 40%;
    padding: 2rem;
    text-align: center;
  }
}
