.appfeatures-parentcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 100px;
  position: relative;
  overflow: hidden;
}
.pg-appfeatures-titlediv {
  max-width: 75%;
}
.pg-appfeatures-titlediv p {
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #233d63;
}
.pg-appfeatures-titlediv p:first-child {
  font-size: 36px;
  color: #233d63;
}
.pg-appfeatures-titlediv p:first-child b {
  font-size: 40px;
}
.pg-appfeatures-contentparentdiv {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.pg-appfeatures-content-leftdiv {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg-appfeatures-content-imagediv {
  height: 400px;
  width: 400px;
}
.pg-appfeatures-content-imagediv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pg-appfeatures-content-rightdiv {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.pg-appfeatures-right-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.pg-appfeatures-right-icondiv {
  height: 55px;
  width: 55px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #17c7bd;
}
.pg-appfeatures-right-icondiv i {
  font-size: 25px;
  color: #fff;
}
.appfeatures-right-textdiv {
  max-width: 85%;
}
.appfeatures-right-textdiv p {
  font-size: 16px;
  color: gray;
  line-height: 1.5;
}
.appfeatures-right-textdiv p:first-child {
  font-size: 20px;
  color: #233d68;
  font-weight: 600;
}
@media (max-width: 767px) {
  .appfeatures-parentcontainer {
    width: 100%;
    padding: 0;
    padding-top: 100px;
    overflow-x: hidden;
  }
  .pg-appfeatures-titlediv {
    max-width: 90%;
  }
  .pg-appfeatures-titlediv p {
    font-size: 16px;
  }
  .pg-appfeatures-titlediv p:first-child {
    font-size: 24px;
    color: #233d63;
  }
  .pg-appfeatures-titlediv p:first-child b {
    font-size: 30px;
  }
  .pg-appfeatures-contentparentdiv {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .pg-appfeatures-content-leftdiv {
    width: 100%;
  }
  .pg-appfeatures-content-imagediv {
    height: 400px;
    width: 400px;
  }
  .pg-appfeatures-content-imagediv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .pg-appfeatures-content-rightdiv {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pg-appfeatures-right-content {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  .pg-appfeatures-right-icondiv {
    height: 35px;
    width: 35px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #17c7bd;
  }
  .pg-appfeatures-right-icondiv i {
    font-size: 20px;
    color: #fff;
  }
  .appfeatures-right-textdiv {
    max-width: 85%;
  }
  .appfeatures-right-textdiv p {
    font-size: 14px;
    color: gray;
    line-height: 1.5;
  }
  .appfeatures-right-textdiv p:first-child {
    font-size: 18px;
    color: #233d68;
    font-weight: 600;
  }
}
