.request-hero .inner {
  margin: 0 auto;
  display: flex;
}

.request-hero-header,
.request-hero-body {
  max-width: 50%;
  width: 100%;
  padding-top: 200px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.request-hero-header__inner,
.request-hero-body__inner {
  max-width: 720px;
}

.request-hero-header__inner {
  margin-left: auto;
  margin-right: 60px;
}

.request-hero-body__inner {
  margin-right: auto;
  margin-left: 60px;
}

.request-hero-header {
  padding-bottom: 60px;
}

.request-hero-body {
  background: #FFFFFF;
}

{# slider #}

.request-hero-header-slider__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 110px;
  width: 100%;
  margin-left: auto;
}

.request-hero-header-slider__nav .swiper-button-prev,
.request-hero-header-slider__nav .swiper-button-next {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  right: auto;
  
  width: 45px;
  height: 45px;
  background: white;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 5px 6px 30px 0px rgba(0, 0, 0, 0.06);
}

.request-hero-header-slider__nav .swiper-button-prev svg,
.request-hero-header-slider__nav .swiper-button-next svg {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  right: auto;
  
  width: 35px;
  height: 35px;
}

.request-hero-header-slider__nav .swiper-button-prev::after,
.request-hero-header-slider__nav .swiper-button-next::after {
  display: none;
}

.request-hero-header-slider {
  margin-top: 100px;
  margin-bottom: 100px;
}

.request-hero-header-slide.swiper-slide {
  border-radius: 8px;
  margin-top: 35px;
  padding: 30px;
  overflow: hidden;
  background: rgb(239, 246, 255);

}

.request-hero-header-slide img {
  max-width: 150px;
}

.request-hero-header-slide-content {
  margin-top: 35px;
}

@media only screen and (max-width: 720px) {
  .request-hero .inner {
    flex-direction: column-reverse;
  }
  
  .request-hero-header,
  .request-hero-body {
    padding-top: 100px;
    max-width: 100%;
  }
  
  .request-hero-header__inner {
    margin-left: 0;
    margin-right: 0;
  }

  .request-hero-body__inner {
    margin-right: 0;
    margin-left: 0;
  }
}