div.product-header {
  letter-spacing: 3px;
}

div.product-header {
  max-width: 700px;
  margin: auto;
  /*border: 3px solid #73AD21;*/
  letter-spacing: 6px;
  font-size:36px;
  line-height:1.8;
}


  hr.new1 {
  border-top: 1px solid #b6b6b6;
  width:60%;
  margin-top: 30px;
  margin-bottom: 60px;
  
}






.highlight-container {
  background: #EBEBEB;
  padding: 25px 20px;
  color: #EBEBEB;
  text-align: left;
}


.buttons {
  display: flex;
  justify-content: center;

}

.button {
  display: inline-block;
  padding: 17px 32px;
  background: rgba(255, 199, 44, 1);
  border: 0;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
  margin-top:40px;
  margin-bottom:30px;
}

  .button:hover {background: rgba(56, 205, 255, 1);
    
      color: #ffffff;

    
  }

@media (max-width: 50%) {

  h2 {
    font-size: 28px;
    text-align: center;
  }

  p {
    font-size: 17px;
    line-height: 1.5;
  }

  .sm-user-ui .sm-tile-info .sm-tile-title {
    font-size: 4px;
  }


img {
  max-width: 100%;
}
img:hover {
  opacity: 0.5;
  cursor: pointer;
}


 
  
  .row img:hover {
  opacity: .8;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);


}




  .button {
    padding: 28px 24px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;

  }

  .hightlight-container {
    padding: 25px 5px;
    text-align: left;
  }

}



div.ex2 {
  max-width: 850px;
  padding-top:20px;
  margin: auto;
  /*border: 3px solid #73AD21;*/
  line-height:2;
  font-size:20px;
}


}


@media (max-width: 768px) {
    .div.ex2 {
        max-width: 500px;
      
}


  

@media (max-width: 768px) {
    .div.product-header {
  max-width: 500px;
  margin: auto;
  /*border: 3px solid #73AD21;*/
  letter-spacing: 6px;
  font-size:36px;
  line-height:1.75;      
}


  
