/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 4, 2019, 3:53:55 PM
    Author     : oranyelab
*/
section.manfaat-black-jam {
  padding-top: 90px;
  padding-bottom: 96px;
  background: #D66D75;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #E29587, #D66D75);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #E29587, #D66D75); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



   }
  section.manfaat-black-jam .content-img {
    padding: 0px 25px;
    margin-right: -25px; }

section.manfaat-black-jam h5{
  color: white;
}
section.manfaat-black-jam h2{
  color: white;
}
section.manfaat-black-jam p{
  color: white;
}

ul.listing-dot {
  list-style: none;
  position: relative;
  padding-inline-start: 0px;
  padding-left: 30px; }
  ul.listing-dot > li {
    position: relative;
    margin-bottom: 2em; }
  ul.listing-dot > li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #1c92ea;
    border-radius: 50%;
    left: -30px;
    background: white;
    cursor: pointer;
    transition: 0.5s;
    top: 11px; }

@media only screen and (max-width: 768px) {
  section.manfaat-black-jam {
    padding-top: 50px; } }

/*# sourceMappingURL=section-manfaat-black-jam.css.map */
