.services {
  padding: 80px 0;
}

.services__inner {
  display: flex;
  justify-content: space-between;
}

.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.tab-btn.active {
  border: 1px solid #86AC66;
  box-shadow: 0px 0px 20px rgba(55, 31, 27, 0.08);
  border-radius: 2px;
}

.services__left {
  margin-right: 10px;
  flex-grow: 1;
}

.tab-btn.active .services__left-top {
  background: #86AC66;
  /* height: 110px; */
}

.tab-btn {
  max-width: 340px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #E1E1E1;
  position: relative;
}

.services__left-top {
  padding: 25px 40px;
  /* height: 110px; */
}

.number {
  display: none;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #86AC66;
  margin-right: 7px;
}

.tab-btn.active .number {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.name {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.tab-btn.active .name {
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
}

.number-right {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #86AC66;
  display: none;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: 'Manrope';
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  margin-right: 15px;
  flex-shrink: 0;
}

.services__btns {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.number-right::before {
  background-image: url('images/border.png');
}

.rigth-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.services__right {
  max-width: 785px;
  width: 100%;
}

.img-right {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

.service-description {
  font-family: 'Manrope';
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
}

.service-description p {
  margin-bottom: 40px;
}

.service-description ul li {
  list-style: disc;
  margin-left: 27px;
  margin-bottom: 10px;
}

.service-description ul li::marker {
  color: #86AC66;
  font-size: 31px;
}

.services__left-top {
  display: flex;
}

.tab-btn.active .services__left--bottom {
  height: 58px;
  width: 100%;
  overflow: hidden;
}

.tab-btn.active .img-left {
  height: 60px;
  width: 100%;
  object-fit: cover;
}

.services__left--bottom {
  height: 58px;
  width: 100%;
  overflow: hidden;
}

.img-left {
  height: 60px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}

.tab-btn {
  position: relative;
}

.tab-btn.active::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  background-image: url('images/arrow.svg');
  background-repeat: no-repeat;
  background-position: center center;
}

.tab-btn.active::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: 35px;
  z-index: 10;
  background-image: url('images/border2.png');
  width: 50px;
  height: 25px;
  background-repeat: no-repeat;
}

.tab-btn::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #86AC66;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  background-image: url('images/arrow2.svg');
  background-repeat: no-repeat;
  background-position: center center;
}


.services__btn-wrapper {
  display: flex;
  gap: 10px;
}

.btn-services {
  display: block;
  width: 194px;
  height: 48px;
  background: #86AC66;
  border-radius: 2px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
	
	text-align: center;
    border: 2px solid #86AC66;
    padding: 11px 30px;
    font-family: 'Manrope';
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.02em;
}

.btn-services:hover {
  background: #4B6F2E;
	color: #ffffff;
}

@media (max-width: 768px) {
  .services__inner {
    flex-wrap: wrap;
  }

  .services__left {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .services__left {
    margin-bottom: 20px;
  }
}

.services__more {
  text-align: center;
  border: 2px solid #86AC66;
  padding: 11px 30px;
  font-family: 'Manrope';
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #333333;
  box-sizing: border-box;
  max-width: fit-content;
}

.services__more:hover {
  color: #FFFFFF;
  background-color: #86AC66;
}

@media screen and (max-width: 400px) {
  .services__btn-wrapper {
    flex-direction: column;
  }
  .btn-services,
  .services__more {
    max-width: 100%;
    width: 100%;
  }
}