.section-left-right-box_ {
  background-color: #f0faff;
  padding: 32px 150px 80px 62px;
  margin-top: 80px;
  margin-bottom: 77px;
  position: relative;
}

.section-left-right-box-image{
  position: absolute;
  top: 68%;
  right: -17%;
  opacity: 0.15;
  z-index: 1;
}

/* .section-left-right-box_::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('http://localhost/projekty/gloo/marketadd/wp-content/uploads/2024/05/Path_6553.png');
  background-repeat: no-repeat;
  background-size: cover;
} */

.section-left-right-box_title {
  padding-bottom: 32px;
}

.section-left-right-box_title h2 {
  font-weight: 400;
}

.left-right-box_all {
  padding-left: 92px;
  display: flex;
  flex-direction: column;
  /* gap: 77px; */
}

.left-right-box_single {
  display: flex;
  gap: 16px;
  width: 100%;
  position: relative;
  padding-top: 77px;
  z-index: 2;
}

.left-right-box_single:first-child{
  padding-top: 0;
}

.left-right-box_single::before {
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 37.5px;
  left: 0;
}

.left-right-box_single:first-child:before{
  display: none;
}

.left-right-box_single-content-title {
  padding-bottom: 20px;
}

.left-right-box_single-content-title h4 {
  font-weight: 700;
  text-transform: uppercase;
}

.left-right-box_single-content-text p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.left-right-box_single-image {
  width: 40%;
}
.left-right-box_single:first-child .left-right-box_single-image img {
  border-radius: 0 40px 40px 40px;
}

.left-right-box_single:nth-child(2) .left-right-box_single-image img {
  border-radius: 40px 40px 40px 0;
}

.left-right-box_single:nth-child(3) .left-right-box_single-image img {
  border-radius: 40px 40px 0 40px;
}

.left-right-box_single:nth-child(4) .left-right-box_single-image img {
  border-radius: 40px 0 40px 40px;
}

.left-right-box_single-content {
  width: 60%;
}

@media screen and (max-width: 1200px) {
  .section-left-right-box_ {
    padding: 32px 62px 80px 62px;
  }

  .left-right-box_all {
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .left-right-box_single {
    flex-direction: column;
  }
  
  .left-right-box_single-image {
    width: 100%;
    text-align: center;
  }

  .left-right-box_single-content {
    width: 100%;
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .section-left-right-box_ {
    padding: 32px 30px 80px 30px;
  }
}
