@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
 


h1, h2,h3,h4,h5,h6,  a  {font-family: "Barlow Condensed", sans-serif !important;}
p ,body { font-family: "Barlow", sans-serif !important;}
@media(min-width:768px){
    h1  {
    font-weight: bolder;
    line-height: 95px;
    margin-bottom: 30px;
   
}
    
    
}

.hero-meta {
    display: flex;
    align-items: center;
    gap: 32px; 
    flex-wrap: wrap;
}
.hero-meta-item svg {
    width: 18px;
    height: 18px;
    fill: #f5820d;
}
.hero-meta-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    font-size:16px;
}

h1,h2 {
 text-transform: uppercase;}
 
 
 div#block-1771667020390 .block, div#block-1771667106003 .block, div#block-1771667108613 .block, div#block-1771667111553 .block 
  {
    border-left: 7px solid #f5820d;
}
 
 div#block-1771669425002 .feature, div#block-1771669896198 .feature  {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
 #block-1771670063295 .feature__image  { 
    margin-bottom: 0;
    line-height: 0;
}
 
  #block-1771670063295 .feature {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 30px;
}
 
 training-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 20px;
}

.training-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.training-list li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}

.training-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  background: #f28c28;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
}

.training-list strong {
  font-weight: 700;
}

/* 🔽 Tablet */
@media (max-width: 992px) {
  .training-list li {
    font-size: 17px;
    padding-left: 50px;
  }

  .training-list li::before {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

/* 🔽 Mobile */
@media (max-width: 576px) {
  .training-wrapper {
    padding: 10px;
  }

  .training-list li {
    font-size: 16px;
    padding-left: 45px;
    margin-bottom: 22px;
  }

  .training-list li::before {
    width: 26px;
    height: 26px;
    font-size: 13px;
    top: 4px;
  }
}
 
 

.pricing-container {
    margin-bottom: 40px !important;
 
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
      justify-content: center;
}

.price {
  font-size: 90px;
  font-weight: 800;
  color: #e6e6e6;
  line-height: 1;
}

.price-content h3 {
  color: #f28c28;
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
}

.price-content p {
  color: #cfcfcf;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

 
@media (max-width: 768px) {
    
    
   #block-1771670063295 .feature {
    display: block !important;
   }
    
    
    br {display:none !important;}
    .price-content h3,  .price-content p {
    text-align: center !important;
}
    
    
    .hero-meta { 
    gap: 25px !important; 
}
  .pricing-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .price {
    font-size: 80px;
  }

  .price-content h3 {
    font-size: 20px;
  }

  .price-content p {
    font-size: 16px;
  }
}
 
    
 
 
 
 
 
 