.list-points .list-points__content {
  padding-top: 4.6875rem;
  padding-bottom: 4.6875rem;

  gap: 2.5rem;
}

.list-points .list-points__content .list-points__left {
  position: relative;
}

.list-points .list-points__left img {
  position: absolute;
  object-fit: contain;

  width: 10.75rem;
  height: 15rem;

  top: -1.875rem;
  left: 11.6875rem;
  transform: rotate(19.62deg);
}

.list-points .list-points__right .list-points__list {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  list-style: none;
  padding: 0 1.0625rem;
  gap: 1.5625rem;
}

.list-points .list-points__right .list-points__list .list-points__item {
  display: flex;
  align-items: center;
  gap: 1.5625rem;
}

.list-points .list-points__list .list-points__item .list-points__item-icon {
  width: 4.375rem;
  height: 4.375rem;

  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: var(--dark-blue);
  transition: all 0.3s linear;
}

.list-points
  .list-points__list
  .list-points__item:hover
  .list-points__item-icon,
.list-points
  .list-points__list
  .list-points__item:focus
  .list-points__item-icon {
  background-color: var(--white);
}

.list-points
  .list-points__list
  .list-points__item
  .list-points__item-icon
  .list-points__icon {
  width: 1.5625rem;
  height: 1.5625rem;

  display: block;
  background-color: var(--white);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  transition: all 0.3s linear;
}

.list-points
  .list-points__list
  .list-points__item:hover
  .list-points__item-icon
  .list-points__icon {
  background-color: var(--dark-blue);
}

.list-points .list-points__list .list-points__item .list-points__item-title {
  flex: 1 1 auto;
}

.list-points .list-points__list .list-points__item .heading-6 {
  color: var(--white);
}

.list-points .list-points__right .list-points__btn {
  margin-top: 2.1875rem;
}

@media screen and (min-width: 960px) {
  .list-points .list-points__content {
    padding-top: 8.875rem;
    padding-bottom: 7.875rem;
  }

  .list-points .list-points__content .list-points__left {
    width: 56.5625rem;
  }

  .list-points .list-points__content .list-points__right {
    width: 53.3125rem;
  }

  .list-points .list-points__left .heading-2 {
    display: flex;
    flex-direction: column;
  }

  .list-points .list-points__left .heading-2 span {
    display: inline-block;
  }

  .list-points .list-points__left .heading-2 span:nth-of-type(2n) {
    padding-left: 7.4375rem;
  }

  .list-points .list-points__left img {
    width: 22.4375rem;
    height: 31.3125rem;

    top: 1.6875rem;
    left: 27.625rem;
    transform: rotate(-36.24deg);
  }

  .list-points .list-points__right .list-points__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3.125rem;
    padding: 0;
  }

  .list-points .list-points__right .list-points__list .list-points__item {
    flex: 0 0 24.5375rem;
    gap: 2.5rem;
  }

	.list-points .list-points__right .list-points__list .list-points__item:nth-of-type(2n){
		flex: 0 0 24.0625rem;
	}
	
  .list-points .list-points__list .list-points__item .list-points__item-icon {
    width: 6.875rem;
    height: 6.875rem;
  }

  .list-points
    .list-points__list
    .list-points__item
    .list-points__item-icon
    .list-points__icon {
    height: 2.5rem;
    width: 2.5rem;
  }

  .list-points .list-points__right .list-points__btn {
    margin-top: 3.375rem;
  }
}
