.elementor-219 .elementor-element.elementor-element-7f870e9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-56cf935 */@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');


.pg-card {
  max-width: 320px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  font-family: Roboto, sans-serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  
}

.pg-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

.pg-image {
  position: relative;
  overflow: hidden;
  overflow: hidden;
}

.pg-image img {
  width: 100%;
  display: block;
  
  
}

.pg-card:hover .pg-image img {
  transform: scale(1.08);
  
}

.pg-age {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #f63c38;
  color: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

.pg-content {
  padding: 20px;
}

.pg-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #1f2a55;
  font-weight: 800;
}

.pg-content p {
  font-size: 14px;
  color: #1f2a55;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 400;
}

.pg-content ul {
  padding-left: 0px;
  margin-bottom: 20px;
}

.pg-content ul li {
  font-size: 14px;
  color: #1f2a55;
  margin-bottom: 6px;
}

ul li::marker {
  color: #88c33f;
}


/*.pg-btn {*/
/*  width: 100%;*/
/*  padding: 12px;*/
/*  background: #FCFBF8;*/
/*  border: 1px solid #F2F0ED;*/
/*  border-radius: 14px;*/
/*  font-size: 14px;*/
/*  font-weight: 600;*/
/*  color: #f58220;*/
/*  cursor: pointer;*/
/*  transition: all 0.3s ease;*/
/*}*/

.pg-btn:hover {
  background: #F8C631;
  border: 1px solid #F2F0ED;
  color: #fff;
}/* End custom CSS */