.info_item_wrapper {
  border: 1px solid #fff;
  margin: 0 30px;
  border-radius: 250px;
  display: grid;
  padding: 50px;
  position: relative;
  grid-template-columns: 250px auto;
  margin-bottom: 50px;
}

.slider_image {
  text-align: right;
}
	
.istitle {
  color: #99509F;
  font-weight: 700;
  font-size: 30px;
  max-width: 170px;
  margin-left: auto;
	margin-top: -10px;
  text-align: left;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 3px;
  line-height: 1.2;
}

.is_content {
  color: #fff;
	padding-top:20px;
	padding-bottom:20px;
}

.is_content li {
  padding-left: 10px;
  list-style: none;
  border-left: 2px solid #99509F;
  margin-bottom: 15px;
  font-family: "SF Pro", sans-serif;
  font-weight: 200;
}

.is_image {
  position: absolute;
  bottom: 0;
  left: -15px;
}

.info_slider ul.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
}

.info_slider ul.slick-dots li button {
  font-size: 0;
  padding: 0;
  border: none;
  width: 20px;
  position: relative;
  opacity: .5;
}

.info_slider ul.slick-dots li button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #E2BE6C;
  position: absolute;
  border-radius: 50%;
  left: -20px;
}

.info_slider ul.slick-dots li.slick-active button {
  opacity: 1;
}



/* icon box 
================ */
.icon_number_box {
  display: grid;
  color: #fff;
  align-items: self-start;
  grid-template-columns: 70px auto;
}


.niimage img {
  height: 50px !important;
}

.iconn_content h3 {
  font-size: 26px;
  margin-bottom: 5px;
  font-family: "Bebas Neue", sans-serif !important;
  letter-spacing: 2px;
}

.iconn_content p {
  font-size: 20px;
  font-family: "SF Pro", sans-serif;
  font-weight: 200;
}

.icon_number {
  font-size: 70px;
  border-right: 1px solid #ddd;
  margin-top: 64px;
  font-family: "Bebas Neue", sans-serif;
}

.iconn_content {
  padding-left: 15px;
}

.arrow img {
  max-width: 15px !important;
}

.arrow {
  text-align: right;
  align-self: center;
}
.is_image img {
  max-height: 260px;
}

/* Responsive 
================ */
@media only screen and (min-width: 768px) {
  .icon_number_box .arrow {
    display: none;
  }

  .icon_number_box.have_arrow {
    grid-template-columns: 50px auto 36px;
  }

  .arrow img {
    transform: rotate(-90deg);
  }

  .icon_number_box.have_arrow .arrow {
    display: block;
  }

  .mobile_arrow {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .info_item_wrapper {
    border-radius: 50px;
    display: block;
    margin-bottom: 0;
    padding: 20px;
  }

  .istitle {
    margin: 0;
	  margin-top:10px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .is_image {
    display: none;
  }

  .is_content ul {
    padding: 0;
  }

  .icon_number_box .arrow {
    display: none;
  }
  .mobile_arrow .arrow {
    text-align: center;
    margin: 20px 0 10px;
}
}