#wrapper .home-sec-2 {
  padding-top: 64px;
  padding-bottom: 64px;
  background: linear-gradient(268.9deg, #E6F3EB 1.92%, #E7F4E6 26.97%, #FEFBF0 92.72%);
}
#wrapper .home-sec-2-col-left .img img {
  border-radius: 16px;
}
#wrapper .home-sec-2 .icon-box-img {
  width: 48px !important;
  height: 48px;
  border-radius: 50%;
  background-color: #47940B;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrapper .home-sec-2 .icon-box-img img {
  width: 24px;
  padding-top: 0;
}
#wrapper .home-sec-2 .icon-box-text {
  align-items: center;
  display: flex;
  color: #03200E;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
}
#wrapper .home-heading-sec h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 500;
  color: #1F1F1F;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}
#wrapper .home-sec-3 {
  background: linear-gradient(268.9deg, #E6F3EB 1.92%, #E7F4E6 26.97%, #FEFBF0 92.72%);
}
#wrapper .btn-view-all-blogs {
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #1F1F1F;
}
#wrapper .btn-view-all-blogs::before {
  bottom: 10px;
  background-color: #1F1F1F;
  opacity: 1;
  width: 100%;
  left: 0;
}
#wrapper .home-sec-4-col-first h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
}
#wrapper .home-sec-4-col-first h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
}
#wrapper .home-sec-4-col-first p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 0;
}
#wrapper .home-sec-4-col-card{
  min-height: 433px;
}
#wrapper .home-sec-4-col-card .box-overlay,
#wrapper .home-sec-4-col-card .box-image,
#wrapper .home-sec-4-col-card .box-image > div,
#wrapper .home-sec-4-col-card .box-image > div img {
  border-radius: 16px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#wrapper .home-sec-4-col-card .box-text {
  padding: 8px;
}
#wrapper .home-sec-4-col-card h4 {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #292929;
  text-align: left;
  text-shadow: none;
}
#wrapper .home-sec-4-col-card .box-text-inner {
  border: 1px solid #C7C7C7;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 17px 15px;
}
#wrapper .home-sec-4-col-card .overlay {
  display: none;
}