.powerpacks-module {
  padding: 100px 0;
}
.powerpacks-module .content-wrapper {
  padding: 108px 0;
  position: relative;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.powerpacks-module .content-img img{
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%); 
}
.powerpacks-module h3 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 23.33px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.powerpacks-module h4 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  padding: 20px 10px 70px 10px;
}

.powerpacks-module .flex-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 70px;
}
.powerpacks-module .powerpacks-box {
  position: relative;
  padding: 60px 25px 20px 25px;
  width: 100%;
  max-width: 429px;
  height: 100%;
  min-height: 265px;
  overflow: initial !important;
}
.powerpacks-module .powerpacks-box .box-img {
  position: absolute;
  top: -48px;
  left: 0;
}
.powerpacks-module .tag {
  position: absolute;
  padding: 15px 20px;
  border: 1px solid #133098;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 1.5;
  left: 50%;      
  transform: translateX(-50%);
  top: -25px;
  background-color: #fff;
}
.powerpacks-module .powerpacks-box h3 {
  text-align: left;
  font-family: font-family: "IBM Plex Sans", sans-serif;
  font-size: 20.4px;
  font-weight: 700;
  line-height: 1.5;
}
.powerpacks-module .powerpacks-box h5 {
  font-family: "Nunito", sans-serif;
  font-size: 14.14px;
  font-weight: 500;
  line-height: 1.499;
  color: #000;
}
.powerpacks-module .powerpacks-box ul {
  padding: 0;
}
.powerpacks-module .powerpacks-box ul li {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 10px;
  list-style: none;
  text-align: left;
}
.powerpacks-module .powerpacks-box ul li p {
  font-family: "Nunito", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  margin-bottom: 5px;
}

.see-all {
  display: block;
  width: 222px;
  max-width: 100%;
  margin: auto;
  margin-top: 55px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  font-family: "IBM Plex Sans", sans-serif;
  cursor: pointer;
  color: #000;
} 
.see-all i {
  font-size: 30px;
  display: inline-block;
  margin-top: 4px;
  font-weight: 400;
}


/* Responsive */
@media (max-width: 768px) {
  .powerpacks-module .content-wrapper {
    padding: 80px 0;
    margin: 0 10px;
  }
  .powerpacks-module .content-img img{
    width: 130px;
    top: -68px; 
  }
  .powerpacks-module h3 {
    font-size: 20px;
  }
  .powerpacks-module h4 {
    font-size: 18px;
    padding: 10px 10px 60px 10px;
  }
  .powerpacks-module .powerpacks-box {
    position: relative;
    padding: 50px 25px 20px 25px;
    height: 100%;
    min-height: 250px;
    margin: 0 15px;
  }
  .powerpacks-module .tag {
    padding: 10px 15px;
    font-size: 14px;
    left: 50%;      
    top: -20px;
  }
  .powerpacks-module .powerpacks-box .box-img {
    top: -32px;
    left: 0;
    width: 50px;
  }
  .powerpacks-module .powerpacks-box h3 {
    font-size: 18px;
  }
  .powerpacks-module .powerpacks-box ul li img {
    width: 17px;
    padding-top: 2px;
  }
  .powerpacks-module .powerpacks-box ul li p {
    font-size: 15px;
  }
}