.blog-slider__section {
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-slider__section .blog-slider {
  position: relative;
  max-width: 1272px;
  margin: 0 auto 98px auto;
}

@media only screen and (max-width: 1759px) {
  .blog-slider__section .blog-slider {
    max-width: 1100px;
  }
}
@media only screen and (max-width: 1439px) {
  .blog-slider__section .blog-slider {
    max-width: 970px;
  }
}
@media only screen and (max-width: 1212px) {
  .blog-slider__section .blog-slider {
    max-width: 780px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-slider__section .blog-slider {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-slider__section .blog-slider {
    max-width: 500px;
  }
}
@media only screen and (max-width: 500px) {
  .blog-slider__section .blog-slider {
    margin-bottom: 116px;
  }
}
.blog-slider__section .blog-slider__bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 1919px) {
  .blog-slider__section .blog-slider__bg {
    min-width: 1500px;
  }
}
@media only screen and (max-width: 1439px) {
  .blog-slider__section .blog-slider__bg {
    min-width: 1400px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-slider__section .blog-slider__bg {
    min-width: 1130px;
  }
}
.blog-slider__section .blog-slider__inner {
  position: relative;
  max-width: 1640px;
  margin: 0 auto;
  padding-top: 193px;
  padding-bottom: 138px;
  color: #141E30;
}

@media only screen and (max-width: 1439px) {
  .blog-slider__section .blog-slider__inner {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1212px) {
  .blog-slider__section .blog-slider__inner {
    padding-top: 130px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-slider__section .blog-slider__inner {
    padding-top: 107px;
    padding-bottom: 62px;
  }
}
.blog-slider__section .slide__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 394px;
  max-width: 100%;
  height: 244px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 40px;
}

@media only screen and (max-width: 1023px) {
  .blog-slider__section .slide__image {
    width: 368px;
    height: 228px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-slider__section .slide__image {
    width: 100%;
  }
}
.blog-slider__section .slide__image::before {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 40px;
  height: 40px;
  background-image: url(../../../img/linkedin-blue-bg.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

@media only screen and (max-width: 767px) {
  .blog-slider__section .slide__image::before {
    top: 20px;
    right: 20px;
    width: 37px;
    height: 37px;
  }
}
.blog-slider__section .slide__image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.25) inset;
          box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.25) inset;
  content: "";
}

.blog-slider__section .slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog-slider__section .slide__title > * {
  color: #141E30;
}

.blog-slider__section .splide__arrows {
  display: block;
}

@media only screen and (max-width: 767px) {
  .blog-slider__section .splide__arrows {
    display: none;
  }
}
.blog-slider__section .slider-button-next,
.blog-slider__section .slider-button-prev {
  top: 45%;
}

.blog-slider__section .slider-button-next {
  right: -128px;
}

@media only screen and (max-width: 1439px) {
  .blog-slider__section .slider-button-next {
    right: -100px;
  }
}
@media only screen and (max-width: 1212px) {
  .blog-slider__section .slider-button-next {
    right: -90px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-slider__section .slider-button-next {
    right: -45px;
  }
}
.blog-slider__section .slider-button-prev {
  left: -128px;
}

@media only screen and (max-width: 1439px) {
  .blog-slider__section .slider-button-prev {
    left: -100px;
  }
}
@media only screen and (max-width: 1212px) {
  .blog-slider__section .slider-button-prev {
    left: -90px;
  }
}
@media only screen and (max-width: 1023px) {
  .blog-slider__section .slider-button-prev {
    left: -45px;
  }
}